
    (                       d Z ddlmZ ddlmZ ddlmZ ddlmZ dZ	 G d dej                        Z G d	 d
ej                        Z G d dej                        Z G d dej                        Z G d dej                        Z G d dej                        Z G d dej                        Z G d dej                        Z G d dej                        Z G d dej                        Z G d dej                        Z G d dej                        Z G d d ej                        Z G d! d"ej                        Z G d# d$ej                        Z G d% d&ej                        Z G d' d(ej                        Z G d) d*ej                        Z G d+ d,ej                        Z G d- d.ej                        Z G d/ d0ej                        Z G d1 d2ej                        Z  G d3 d4ej                        Z! G d5 d6ej                        Z" G d7 d8ej                        Z# G d9 d:ej                        Z$ G d; d<ej                        Z% G d= d>ej                        Z& G d? d@ej                        Z' G dA dBej                        Z( G dC dDej                        Z) G dE dFej                        Z* G dG dHej                        Z+ G dI dJej                        Z, G dK dLej                        Z- G dM dNej                        Z. G dO dPej                        Z/ G dQ dRej                        Z0 G dS dTej                        Z1 G dU dVej                        Z2 G dW dXej                        Z3 G dY dZej                        Z4 G d[ d\ej                        Z5 G d] d^ej                        Z6 G d_ d`ej                        Z7 G da dbej                        Z8 G dc ddej                        Z9 G de dfej                        Z: G dg dhej                        Z; G di djej                        Z< G dk dlej                        Z= G dm dnej                        Z> G do dpej                        Z? G dq drej                        Z@ G ds dtej                        ZA G du dvej                        ZB G dw dxej                        ZC G dy dzej                        ZD G d{ d|ej                        ZE G d} d~ej                        ZF G d dej                        ZG G d dej                        ZH G d dej                        ZI G d dej                        ZJ G d dej                        ZK G d dej                        ZL G d dej                        ZM G d dej                        ZN G d dej                        ZO G d dej                        ZP G d dej                        ZQ G d dej                        ZR ej                  eMdd        ej                  eMj                  dd        ej                  eMj                  dd       y)zGenerated message classes for configdelivery version v1.

ConfigDelivery service manages the deployment of Kubernetes configuration to a
fleet of Kubernetes clusters.
    )absolute_import)messages)encoding)extra_typesconfigdeliveryc                   4    e Zd ZdZ ej
                  d      Zy)AbortRolloutRequestzXMessage for aborting a rollout.

  Fields:
    reason: Optional. Reason for aborting.
     N__name__
__module____qualname____doc__	_messagesStringFieldreason     Ylib/googlecloudsdk/generated_clients/apis/configdelivery/v1/configdelivery_v1_messages.pyr	   r	           !9  #&r   r	   c                       e Zd ZdZy)AllAtOnceStrategyzAAllAtOnceStrategy causes all clusters to be updated concurrently.Nr   r   r   r   r   r   r   r   r      s    Jr   r   c                   :    e Zd ZdZ ej
                  ddd      Zy)AllAtOnceStrategyInfozAllAtOnceStrategyInfo represents the status of execution of AllAtOnce
  rollout strategy.

  Fields:
    clusters: Unordered list. Resource bundle's deployment status for all
      targeted clusters.
  ClusterInfor
   TrepeatedNr   r   r   r   r   MessageFieldclustersr   r   r   r   r            $Y##M1tD(r   r   c                       e Zd ZdZy)CancelOperationRequestz3The request message for Operations.CancelOperation.Nr   r   r   r   r$   r$   ,   s    <r   r$   c                       e Zd ZdZ ej
                  d      Z ej
                  d      Z ej
                  d      Z ej
                  d      Z	 ej
                  d      Z
y)CloudBuildRepositoryaj  CloudBuildRepository contains information about fetching Kubernetes
  configuration from a `CloudBuildRepository`.

  Fields:
    name: Required. Name of the cloud build repository. Format is
      projects/{p}/locations/{l}/connections/{c}/repositories/{r}.
    path: Optional. Path to the directory or file within the repository that
      contains the Kubernetes configuration. If unspecified, path is assumed
      to the top level root directory of the repository.
    serviceAccount: Required. Google service account to use in CloudBuild
      triggers to fetch and store Kubernetes configuration.
    tag: Required. Git tag of the underlying git repository. The git tag must
      be in the semantic version format `vX.Y.Z`.
    variantsPattern: Optional. Glob pattern that will be used to find variants
      in the repository. Examples: `variants/*.yaml`, `us-*`
  r
               N)r   r   r   r   r   r   namepathserviceAccounttagvariantsPatternr   r   r   r&   r&   0   sc    " 
		q	!$			q	!$(9((+.	a #)I))!,/r   r&   c                   f   e Zd ZdZ G d dej
                        Z ej                  dd      Z ej                  dd      Z	 ej                  d      Z ej                  dd      Z ej                  d	      Z ej                  d
d      Z ej                  d      Z ej                   dd      Zy)r   a  ClusterInfo represents status of a resource bundle rollout for a
  cluster.

  Enums:
    StateValueValuesEnum: Output only. State of the rollout for the cluster.

  Fields:
    current: Output only. Current state of the resource bundle.
    desired: Output only. Desired state for the resource bundle.
    endTime: Output only. Timestamp when reconciliation ends.
    initial: Output only. Initial state of the resource bundle prior to the
      deployment.
    membership: Output only. gkehub membership of target cluster
    messages: Output only. Unordered list. Messages convey additional
      information related to the deployment.
    startTime: Output only. Timestamp when reconciliation starts.
    state: Output only. State of the rollout for the cluster.
  c                   8    e Zd ZdZdZdZdZdZdZdZ	dZ
d	Zd
ZdZy) ClusterInfo.StateValueValuesEnuma  Output only. State of the rollout for the cluster.

    Values:
      STATE_UNSPECIFIED: Unspecified state.
      WAITING: Waiting state.
      IN_PROGRESS: In progress state.
      STALLED: Stalled state.
      COMPLETED: Completed state.
      ABORTED: Aborted state. A rollout that was already running was stopped
        because the fleet memberships changed, or the fleet package was
        deleted.
      CANCELLED: Cancelled state. The proposed rollout was deemed invalid or
        impossible to execute from the start due to issues with the package,
        release, or variant configuration.
      ERROR: Error state.
      UNCHANGED: Unchanged state.
      SKIPPED: Skipped state.
    r   r
   r'   r(   r)   r*            	   N)r   r   r   r   STATE_UNSPECIFIEDWAITINGIN_PROGRESSSTALLED	COMPLETEDABORTED	CANCELLEDERROR	UNCHANGEDSKIPPEDr   r   r   StateValueValuesEnumr2   ]   s<    $ GKGIGIEIGr   rA   ResourceBundleDeploymentInfor
   r'   r(   r)   r*   r3   Tr   r4   r5   N)r   r   r   r   r   EnumrA   r    currentdesiredr   endTimeinitial
membershipr   	startTime	EnumFieldstater   r   r   r   r   I   s    &Y^^ < #I""#A1E'"I""#A1E'!I!!!$'"I""#A1E'$y$$Q'*"Y""1t4(#i##A&)
)

4a
8%r   r   c                       e Zd ZdZ ej
                  dd      Z ej                  d      Z ej                  dd      Z	 ej                  d      Z
y	)
9ConfigdeliveryProjectsLocationsFleetPackagesCreateRequesta  A ConfigdeliveryProjectsLocationsFleetPackagesCreateRequest object.

  Fields:
    fleetPackage: A FleetPackage resource to be passed as the request body.
    fleetPackageId: Required. Id of the requesting object If auto-generating
      Id server-side, remove this field and fleet_package_id from the
      method_signature of Create RPC
    parent: Required. Value for parent.
    requestId: Optional. An optional request ID to identify requests. Specify
      a unique request ID so that if you must retry your request, the server
      will know to ignore the request if it has already been completed. The
      server will guarantee that for at least 60 minutes since the first
      request. For example, consider a situation where you make an initial
      request and the request times out. If you make the request again with
      the same request ID, the server can check if original operation with the
      same request ID was received, and if so, will ignore the second request.
      This prevents clients from accidentally creating duplicate commitments.
      The request ID must be a valid UUID with the exception that zero UUID is
      not supported (00000000-0000-0000-0000-000000000000).
  FleetPackager
   r'   r(   Trequiredr)   N)r   r   r   r   r   r    fleetPackager   fleetPackageIdparent	requestIdr   r   r   rM   rM      sU    * ('':,(9((+. 9  T2&#i##A&)r   rM   c                       e Zd ZdZ ej
                  d      Z ej
                  d      Z ej                  dd      Z	 ej                  d      Z
y)	9ConfigdeliveryProjectsLocationsFleetPackagesDeleteRequesta  A ConfigdeliveryProjectsLocationsFleetPackagesDeleteRequest object.

  Fields:
    allowMissing: Optional. If set to true, then deleting an already-deleted
      or non-existent FleetPackage will succeed.
    force: Optional. If set to true, any rollouts for this FleetPackage will
      also be deleted. (Otherwise, the request will only work if the fleet
      package has no rollouts.)
    name: Required. Name of the resource
    requestId: Optional. An optional request ID to identify requests. Specify
      a unique request ID so that if you must retry your request, the server
      will know to ignore the request if it has already been completed. The
      server will guarantee that for at least 60 minutes after the first
      request. For example, consider a situation where you make an initial
      request and the request times out. If you make the request again with
      the same request ID, the server can check if original operation with the
      same request ID was received, and if so, will ignore the second request.
      This prevents clients from accidentally creating duplicate commitments.
      The request ID must be a valid UUID with the exception that zero UUID is
      not supported (00000000-0000-0000-0000-000000000000).
  r
   r'   r(   TrO   r)   N)r   r   r   r   r   BooleanFieldallowMissingforcer   r+   rT   r   r   r   rV   rV      sS    , (''*,
 )
 
 
#%			q4	0$#i##A&)r   rV   c                   8    e Zd ZdZ ej
                  dd      Zy)6ConfigdeliveryProjectsLocationsFleetPackagesGetRequestzwA ConfigdeliveryProjectsLocationsFleetPackagesGetRequest object.

  Fields:
    name: Required. Name of the resource
  r
   TrO   Nr   r   r   r   r   r   r+   r   r   r   r[   r[           
		q4	0$r   r[   c                       e Zd ZdZ ej
                  d      Z ej
                  d      Z ej                  dej                  j                        Z ej
                  d      Z ej
                  dd	      Zy
)7ConfigdeliveryProjectsLocationsFleetPackagesListRequesta  A ConfigdeliveryProjectsLocationsFleetPackagesListRequest object.

  Fields:
    filter: Optional. Filtering results
    orderBy: Optional. Hint for how to order the results
    pageSize: Optional. Requested page size. Server may return fewer items
      than requested. If unspecified, server will pick an appropriate default.
    pageToken: Optional. A token identifying a page of results the server
      should return.
    parent: Required. Parent value for ListFleetPackagesRequest.
  r
   r'   r(   variantr)   r*   TrO   Nr   r   r   r   r   r   filterorderByIntegerFieldVariantINT32pageSize	pageTokenrS   r   r   r   r_   r_      s    
 !9  #&!I!!!$'#Y##Ay/@/@/F/FG(#i##A&) 9  T2&r   r_   c                       e Zd ZdZ ej
                  dd      Z ej                  dd      Z ej                  d      Z	 ej                  d      Z
y	)
8ConfigdeliveryProjectsLocationsFleetPackagesPatchRequesta  A ConfigdeliveryProjectsLocationsFleetPackagesPatchRequest object.

  Fields:
    fleetPackage: A FleetPackage resource to be passed as the request body.
    name: Identifier. Name of the `FleetPackage`. Format is
      `projects/{project}/locations/{location}/fleetPackages/{fleetPackage}`.
      The `fleetPackage` component must match `a-z{0,62}`
    requestId: Optional. An optional request ID to identify requests. Specify
      a unique request ID so that if you must retry your request, the server
      will know to ignore the request if it has already been completed. The
      server will guarantee that for at least 60 minutes since the first
      request. For example, consider a situation where you make an initial
      request and the request times out. If you make the request again with
      the same request ID, the server can check if original operation with the
      same request ID was received, and if so, will ignore the second request.
      This prevents clients from accidentally creating duplicate commitments.
      The request ID must be a valid UUID with the exception that zero UUID is
      not supported (00000000-0000-0000-0000-000000000000).
    updateMask: Required. Field mask is used to specify the fields to be
      overwritten in the FleetPackage resource by the update. The fields
      specified in the update_mask are relative to the resource, not the full
      request. A field will be overwritten if it is in the mask. If the user
      does not provide a mask then all fields will be overwritten.
  rN   r
   r'   TrO   r(   r)   N)r   r   r   r   r   r    rQ   r   r+   rT   
updateMaskr   r   r   rl   rl      sU    2 ('':,			q4	0$#i##A&)$y$$Q'*r   rl   c                   ^    e Zd ZdZ ej
                  dd      Z ej                  dd      Zy)@ConfigdeliveryProjectsLocationsFleetPackagesRolloutsAbortRequestzA ConfigdeliveryProjectsLocationsFleetPackagesRolloutsAbortRequest
  object.

  Fields:
    abortRolloutRequest: A AbortRolloutRequest resource to be passed as the
      request body.
    name: Required. Name of the Rollout.
  r	   r
   r'   TrO   N)	r   r   r   r   r   r    abortRolloutRequestr   r+   r   r   r   ro   ro      s3     /	../DaH			q4	0$r   ro   c                   8    e Zd ZdZ ej
                  dd      Zy)>ConfigdeliveryProjectsLocationsFleetPackagesRolloutsGetRequestzA ConfigdeliveryProjectsLocationsFleetPackagesRolloutsGetRequest object.

  Fields:
    name: Required. Name of the resource
  r
   TrO   Nr\   r   r   r   rr   rr   
  r]   r   rr   c                       e Zd ZdZ ej
                  d      Z ej
                  d      Z ej                  dej                  j                        Z ej
                  d      Z ej
                  dd	      Zy
)?ConfigdeliveryProjectsLocationsFleetPackagesRolloutsListRequesta  A ConfigdeliveryProjectsLocationsFleetPackagesRolloutsListRequest
  object.

  Fields:
    filter: Optional. Filtering results
    orderBy: Optional. Hint for how to order the results
    pageSize: Optional. Requested page size. Server may return fewer items
      than requested. If unspecified, server will pick an appropriate default.
    pageToken: Optional. A token identifying a page of results the server
      should return.
    parent: Required. Parent value for ListRolloutsRequest
  r
   r'   r(   r`   r)   r*   TrO   Nrb   r   r   r   rt   rt     s     !9  #&!I!!!$'#Y##Ay/@/@/F/FG(#i##A&) 9  T2&r   rt   c                   ^    e Zd ZdZ ej
                  dd      Z ej                  dd      Zy)AConfigdeliveryProjectsLocationsFleetPackagesRolloutsResumeRequestzA ConfigdeliveryProjectsLocationsFleetPackagesRolloutsResumeRequest
  object.

  Fields:
    name: Required. Name of the Rollout.
    resumeRolloutRequest: A ResumeRolloutRequest resource to be passed as the
      request body.
  r
   TrO   ResumeRolloutRequestr'   N)	r   r   r   r   r   r   r+   r    resumeRolloutRequestr   r   r   rw   rw   )  s3     
		q4	0$///0FJr   rw   c                   ^    e Zd ZdZ ej
                  dd      Z ej                  dd      Zy)BConfigdeliveryProjectsLocationsFleetPackagesRolloutsSuspendRequestzA ConfigdeliveryProjectsLocationsFleetPackagesRolloutsSuspendRequest
  object.

  Fields:
    name: Required. Name of the Rollout.
    suspendRolloutRequest: A SuspendRolloutRequest resource to be passed as
      the request body.
  r
   TrO   SuspendRolloutRequestr'   N)	r   r   r   r   r   r   r+   r    suspendRolloutRequestr   r   r   r{   r{   7  s3     
		q4	0$0)001H!Lr   r{   c                   8    e Zd ZdZ ej
                  dd      Zy))ConfigdeliveryProjectsLocationsGetRequestzkA ConfigdeliveryProjectsLocationsGetRequest object.

  Fields:
    name: Resource name for the location.
  r
   TrO   Nr\   r   r   r   r   r   E  r]   r   r   c                       e Zd ZdZ ej
                  dd      Z ej
                  d      Z ej
                  dd      Z ej                  dej                  j                  	      Z ej
                  d
      Zy)*ConfigdeliveryProjectsLocationsListRequesta  A ConfigdeliveryProjectsLocationsListRequest object.

  Fields:
    extraLocationTypes: Optional. Do not use this field. It is unsupported and
      is ignored unless explicitly documented otherwise. This is primarily for
      internal usage.
    filter: A filter to narrow down results to a preferred subset. The
      filtering language accepts strings like `"displayName=tokyo"`, and is
      documented in more detail in [AIP-160](https://google.aip.dev/160).
    name: The resource that owns the locations collection, if applicable.
    pageSize: The maximum number of results to return. If not set, the service
      selects a default.
    pageToken: A page token received from the `next_page_token` field in the
      response. Send that page token to receive the subsequent page.
  r
   Tr   r'   r(   rO   r)   r`   r*   N)r   r   r   r   r   r   extraLocationTypesrc   r+   re   rf   rg   rh   ri   r   r   r   r   r   O  sv      -y,,Q> 9  #&			q4	0$#Y##Ay/@/@/F/FG(#i##A&)r   r   c                   ^    e Zd ZdZ ej
                  dd      Z ej                  dd      Zy)6ConfigdeliveryProjectsLocationsOperationsCancelRequestzA ConfigdeliveryProjectsLocationsOperationsCancelRequest object.

  Fields:
    cancelOperationRequest: A CancelOperationRequest resource to be passed as
      the request body.
    name: The name of the operation resource to be cancelled.
  r$   r
   r'   TrO   N)	r   r   r   r   r   r    cancelOperationRequestr   r+   r   r   r   r   r   g  s3     29112JAN			q4	0$r   r   c                   8    e Zd ZdZ ej
                  dd      Zy)6ConfigdeliveryProjectsLocationsOperationsDeleteRequestzA ConfigdeliveryProjectsLocationsOperationsDeleteRequest object.

  Fields:
    name: The name of the operation resource to be deleted.
  r
   TrO   Nr\   r   r   r   r   r   t  r]   r   r   c                   8    e Zd ZdZ ej
                  dd      Zy)3ConfigdeliveryProjectsLocationsOperationsGetRequestzyA ConfigdeliveryProjectsLocationsOperationsGetRequest object.

  Fields:
    name: The name of the operation resource.
  r
   TrO   Nr\   r   r   r   r   r   ~  r]   r   r   c                       e Zd ZdZ ej
                  d      Z ej
                  dd      Z ej                  dej                  j                        Z ej
                  d      Zy	)
4ConfigdeliveryProjectsLocationsOperationsListRequesta  A ConfigdeliveryProjectsLocationsOperationsListRequest object.

  Fields:
    filter: The standard list filter.
    name: The name of the operation's parent resource.
    pageSize: The standard list page size.
    pageToken: The standard list page token.
  r
   r'   TrO   r(   r`   r)   N)r   r   r   r   r   r   rc   r+   re   rf   rg   rh   ri   r   r   r   r   r     sa     !9  #&			q4	0$#Y##Ay/@/@/F/FG(#i##A&)r   r   c                       e Zd ZdZ ej
                  dd      Z ej
                  d      Z ej                  dd      Z	 ej
                  d      Z
y	)
;ConfigdeliveryProjectsLocationsResourceBundlesCreateRequesta  A ConfigdeliveryProjectsLocationsResourceBundlesCreateRequest object.

  Fields:
    parent: Required. Value for parent.
    requestId: Optional. An optional request ID to identify requests. Specify
      a unique request ID so that if you must retry your request, the server
      will know to ignore the request if it has already been completed. The
      server will guarantee that for at least 60 minutes since the first
      request. For example, consider a situation where you make an initial
      request and the request times out. If you make the request again with
      the same request ID, the server can check if original operation with the
      same request ID was received, and if so, will ignore the second request.
      This prevents clients from accidentally creating duplicate commitments.
      The request ID must be a valid UUID with the exception that zero UUID is
      not supported (00000000-0000-0000-0000-000000000000).
    resourceBundle: A ResourceBundle resource to be passed as the request
      body.
    resourceBundleId: Required. Id of the requesting object If auto-generating
      Id server-side, remove this field and resource_bundle_id from the
      method_signature of Create RPC
  r
   TrO   r'   ResourceBundler(   r)   N)r   r   r   r   r   r   rS   rT   r    resourceBundleresourceBundleIdr   r   r   r   r     sW    , !9  T2&#i##A&))9))*:A>.*Y**1-r   r   c                       e Zd ZdZ ej
                  d      Z ej                  dd      Z ej                  d      Z	y);ConfigdeliveryProjectsLocationsResourceBundlesDeleteRequestav  A ConfigdeliveryProjectsLocationsResourceBundlesDeleteRequest object.

  Fields:
    force: Optional. If set to true, any releases of this resource bundle will
      also be deleted. (Otherwise, the request will only work if the resource
      bundle has no releases.)
    name: Required. Name of the resource
    requestId: Optional. An optional request ID to identify requests. Specify
      a unique request ID so that if you must retry your request, the server
      will know to ignore the request if it has already been completed. The
      server will guarantee that for at least 60 minutes after the first
      request. For example, consider a situation where you make an initial
      request and the request times out. If you make the request again with
      the same request ID, the server can check if original operation with the
      same request ID was received, and if so, will ignore the second request.
      This prevents clients from accidentally creating duplicate commitments.
      The request ID must be a valid UUID with the exception that zero UUID is
      not supported (00000000-0000-0000-0000-000000000000).
  r
   r'   TrO   r(   N
r   r   r   r   r   rW   rY   r   r+   rT   r   r   r   r   r     sA    ( !)
 
 
#%			q4	0$#i##A&)r   r   c                   8    e Zd ZdZ ej
                  dd      Zy)8ConfigdeliveryProjectsLocationsResourceBundlesGetRequestzzA ConfigdeliveryProjectsLocationsResourceBundlesGetRequest object.

  Fields:
    name: Required. Name of the resource.
  r
   TrO   Nr\   r   r   r   r   r     r]   r   r   c                       e Zd ZdZ ej
                  d      Z ej
                  d      Z ej                  dej                  j                        Z ej
                  d      Z ej
                  dd	      Zy
)9ConfigdeliveryProjectsLocationsResourceBundlesListRequesta  A ConfigdeliveryProjectsLocationsResourceBundlesListRequest object.

  Fields:
    filter: Optional. Filtering results.
    orderBy: Optional. Hint for how to order the results.
    pageSize: Optional. Requested page size. Server may return fewer items
      than requested. If unspecified, server will pick an appropriate default.
    pageToken: Optional. A token identifying a page of results the server
      should return.
    parent: Required. Parent value for ListResourceBundlesRequest.
  r
   r'   r(   r`   r)   r*   TrO   Nrb   r   r   r   r   r     rj   r   r   c                       e Zd ZdZ ej
                  dd      Z ej
                  d      Z ej                  dd      Z	 ej
                  d      Z
y	)
:ConfigdeliveryProjectsLocationsResourceBundlesPatchRequesta  A ConfigdeliveryProjectsLocationsResourceBundlesPatchRequest object.

  Fields:
    name: Identifier. Name of the `ResourceBundle`. Format is
      `projects/{project}/locations/{location}/resourceBundle /a-z{0,62}`.
    requestId: Optional. An optional request ID to identify requests. Specify
      a unique request ID so that if you must retry your request, the server
      will know to ignore the request if it has already been completed. The
      server will guarantee that for at least 60 minutes since the first
      request. For example, consider a situation where you make an initial
      request and the request times out. If you make the request again with
      the same request ID, the server can check if original operation with the
      same request ID was received, and if so, will ignore the second request.
      This prevents clients from accidentally creating duplicate commitments.
      The request ID must be a valid UUID with the exception that zero UUID is
      not supported (00000000-0000-0000-0000-000000000000).
    resourceBundle: A ResourceBundle resource to be passed as the request
      body.
    updateMask: Required. Field mask is used to specify the fields to be
      overwritten in the ResourceBundle resource by the update. The fields
      specified in the update_mask are relative to the resource, not the full
      request. A field will be overwritten if it is in the mask. If the user
      does not provide a mask then all fields will be overwritten.
  r
   TrO   r'   r   r(   r)   N)r   r   r   r   r   r   r+   rT   r    r   rm   r   r   r   r   r     sV    2 
		q4	0$#i##A&))9))*:A>.$y$$Q'*r   r   c                       e Zd ZdZ ej
                  dd      Z ej                  dd      Z ej
                  d      Z	 ej
                  d      Z
y	)
CConfigdeliveryProjectsLocationsResourceBundlesReleasesCreateRequesta  A ConfigdeliveryProjectsLocationsResourceBundlesReleasesCreateRequest
  object.

  Fields:
    parent: Required. Value for parent.
    release: A Release resource to be passed as the request body.
    releaseId: Required. Id of the requesting object If auto-generating Id
      server-side, remove this field and release_id from the method_signature
      of Create RPC
    requestId: Optional. An optional request ID to identify requests. Specify
      a unique request ID so that if you must retry your request, the server
      will know to ignore the request if it has already been completed. The
      server will guarantee that for at least 60 minutes since the first
      request. For example, consider a situation where you make an initial
      request and the request times out. If you make the request again with
      the same request ID, the server can check if original operation with the
      same request ID was received, and if so, will ignore the second request.
      This prevents clients from accidentally creating duplicate commitments.
      The request ID must be a valid UUID with the exception that zero UUID is
      not supported (00000000-0000-0000-0000-000000000000).
  r
   TrO   Releaser'   r(   r)   N)r   r   r   r   r   r   rS   r    release	releaseIdrT   r   r   r   r   r     sU    , !9  T2&"I""9a0'#i##A&)#i##A&)r   r   c                       e Zd ZdZ ej
                  d      Z ej                  dd      Z ej                  d      Z	y)CConfigdeliveryProjectsLocationsResourceBundlesReleasesDeleteRequestap  A ConfigdeliveryProjectsLocationsResourceBundlesReleasesDeleteRequest
  object.

  Fields:
    force: Optional. If set to true, any variants of this release will also be
      deleted. (Otherwise, the request will only work if the release has no
      variants.)
    name: Required. Name of the resource
    requestId: Optional. An optional request ID to identify requests. Specify
      a unique request ID so that if you must retry your request, the server
      will know to ignore the request if it has already been completed. The
      server will guarantee that for at least 60 minutes after the first
      request. For example, consider a situation where you make an initial
      request and the request times out. If you make the request again with
      the same request ID, the server can check if original operation with the
      same request ID was received, and if so, will ignore the second request.
      This prevents clients from accidentally creating duplicate commitments.
      The request ID must be a valid UUID with the exception that zero UUID is
      not supported (00000000-0000-0000-0000-000000000000).
  r
   r'   TrO   r(   Nr   r   r   r   r   r   *  sA    * !)
 
 
#%			q4	0$#i##A&)r   r   c                   8    e Zd ZdZ ej
                  dd      Zy)@ConfigdeliveryProjectsLocationsResourceBundlesReleasesGetRequestzA ConfigdeliveryProjectsLocationsResourceBundlesReleasesGetRequest
  object.

  Fields:
    name: Required. Name of the resource
  r
   TrO   Nr\   r   r   r   r   r   E  s     
		q4	0$r   r   c                       e Zd ZdZ ej
                  d      Z ej
                  d      Z ej                  dej                  j                        Z ej
                  d      Z ej
                  dd	      Zy
)AConfigdeliveryProjectsLocationsResourceBundlesReleasesListRequesta  A ConfigdeliveryProjectsLocationsResourceBundlesReleasesListRequest
  object.

  Fields:
    filter: Optional. Filtering results.
    orderBy: Optional. Hint for how to order the results.
    pageSize: Optional. Requested page size. Server may return fewer items
      than requested. If unspecified, server will pick an appropriate default.
    pageToken: Optional. A token identifying a page of results the server
      should return.
    parent: Required. Parent value for ListReleasesRequest.
  r
   r'   r(   r`   r)   r*   TrO   Nrb   r   r   r   r   r   P  ru   r   r   c                       e Zd ZdZ ej
                  dd      Z ej                  dd      Z ej
                  d      Z	 ej
                  d      Z
y	)
BConfigdeliveryProjectsLocationsResourceBundlesReleasesPatchRequesta  A ConfigdeliveryProjectsLocationsResourceBundlesReleasesPatchRequest
  object.

  Fields:
    name: Identifier. Name of the Release. Format is `projects/{project}/locat
      ions/location}/resourceBundles/{resource_bundle}/release/a-z{0,62}`.
    release: A Release resource to be passed as the request body.
    requestId: Optional. An optional request ID to identify requests. Specify
      a unique request ID so that if you must retry your request, the server
      will know to ignore the request if it has already been completed. The
      server will guarantee that for at least 60 minutes since the first
      request. For example, consider a situation where you make an initial
      request and the request times out. If you make the request again with
      the same request ID, the server can check if original operation with the
      same request ID was received, and if so, will ignore the second request.
      This prevents clients from accidentally creating duplicate commitments.
      The request ID must be a valid UUID with the exception that zero UUID is
      not supported (00000000-0000-0000-0000-000000000000).
    updateMask: Required. Field mask is used to specify the fields to be
      overwritten in the Release resource by the update. The fields specified
      in the update_mask are relative to the resource, not the full request. A
      field will be overwritten if it is in the mask. If the user does not
      provide a mask then all fields will be overwritten.
  r
   TrO   r   r'   r(   r)   N)r   r   r   r   r   r   r+   r    r   rT   rm   r   r   r   r   r   e  sU    2 
		q4	0$"I""9a0'#i##A&)$y$$Q'*r   r   c                       e Zd ZdZ ej
                  dd      Z ej
                  d      Z ej                  dd      Z	 ej
                  d      Z
y	)
KConfigdeliveryProjectsLocationsResourceBundlesReleasesVariantsCreateRequestaD  A
  ConfigdeliveryProjectsLocationsResourceBundlesReleasesVariantsCreateRequest
  object.

  Fields:
    parent: Required. Value for parent.
    requestId: Optional. An optional request ID to identify requests. Specify
      a unique request ID so that if you must retry your request, the server
      will know to ignore the request if it has already been completed. The
      server will guarantee that for at least 60 minutes since the first
      request. For example, consider a situation where you make an initial
      request and the request times out. If you make the request again with
      the same request ID, the server can check if original operation with the
      same request ID was received, and if so, will ignore the second request.
      This prevents clients from accidentally creating duplicate commitments.
      The request ID must be a valid UUID with the exception that zero UUID is
      not supported (00000000-0000-0000-0000-000000000000).
    variant: A Variant resource to be passed as the request body.
    variantId: Required. Id of the requesting object
  r
   TrO   r'   rf   r(   r)   N)r   r   r   r   r   r   rS   rT   r    ra   	variantIdr   r   r   r   r     sU    * !9  T2&#i##A&)"I""9a0'#i##A&)r   r   c                   \    e Zd ZdZ ej
                  dd      Z ej
                  d      Zy)KConfigdeliveryProjectsLocationsResourceBundlesReleasesVariantsDeleteRequesta  A
  ConfigdeliveryProjectsLocationsResourceBundlesReleasesVariantsDeleteRequest
  object.

  Fields:
    name: Required. Name of the resource
    requestId: Optional. An optional request ID to identify requests. Specify
      a unique request ID so that if you must retry your request, the server
      will know to ignore the request if it has already been completed. The
      server will guarantee that for at least 60 minutes after the first
      request. For example, consider a situation where you make an initial
      request and the request times out. If you make the request again with
      the same request ID, the server can check if original operation with the
      same request ID was received, and if so, will ignore the second request.
      This prevents clients from accidentally creating duplicate commitments.
      The request ID must be a valid UUID with the exception that zero UUID is
      not supported (00000000-0000-0000-0000-000000000000).
  r
   TrO   r'   N)r   r   r   r   r   r   r+   rT   r   r   r   r   r     s/    & 
		q4	0$#i##A&)r   r   c                   8    e Zd ZdZ ej
                  dd      Zy)HConfigdeliveryProjectsLocationsResourceBundlesReleasesVariantsGetRequestzA
  ConfigdeliveryProjectsLocationsResourceBundlesReleasesVariantsGetRequest
  object.

  Fields:
    name: Required. Name of the resource
  r
   TrO   Nr\   r   r   r   r   r     s     
		q4	0$r   r   c                       e Zd ZdZ ej
                  d      Z ej
                  d      Z ej                  dej                  j                        Z ej
                  d      Z ej
                  dd	      Zy
)IConfigdeliveryProjectsLocationsResourceBundlesReleasesVariantsListRequesta  A
  ConfigdeliveryProjectsLocationsResourceBundlesReleasesVariantsListRequest
  object.

  Fields:
    filter: Optional. Filtering results.
    orderBy: Optional. Hint for how to order the results.
    pageSize: Optional. Requested page size. Server may return fewer items
      than requested. If unspecified, server will pick an appropriate default.
    pageToken: Optional. A token identifying a page of results the server
      should return.
    parent: Required. Parent value for ListVariantsRequest.
  r
   r'   r(   r`   r)   r*   TrO   Nrb   r   r   r   r   r     ss     !9  #&!I!!!$'#Y##Ay/@/@/F/FG(#i##A&) 9  T2&r   r   c                       e Zd ZdZ ej
                  dd      Z ej
                  d      Z ej
                  d      Z ej                  dd      Z
y	)
JConfigdeliveryProjectsLocationsResourceBundlesReleasesVariantsPatchRequesta  A
  ConfigdeliveryProjectsLocationsResourceBundlesReleasesVariantsPatchRequest
  object.

  Fields:
    name: Identifier. Name follows format of projects/{project}/locations/{loc
      ation}/resourceBundles/{resource_bundle}/releases/{release}/variants/{va
      riant}
    requestId: Optional. An optional request ID to identify requests. Specify
      a unique request ID so that if you must retry your request, the server
      will know to ignore the request if it has already been completed. The
      server will guarantee that for at least 60 minutes since the first
      request. For example, consider a situation where you make an initial
      request and the request times out. If you make the request again with
      the same request ID, the server can check if original operation with the
      same request ID was received, and if so, will ignore the second request.
      This prevents clients from accidentally creating duplicate commitments.
      The request ID must be a valid UUID with the exception that zero UUID is
      not supported (00000000-0000-0000-0000-000000000000).
    updateMask: Optional. Field mask is used to specify the fields to be
      overwritten in the Variant resource by the update. The fields specified
      in the update_mask are relative to the resource, not the full request. A
      field will be overwritten if it is in the mask. If the user does not
      provide a mask then all fields will be overwritten.
    variant: A Variant resource to be passed as the request body.
  r
   TrO   r'   r(   rf   r)   N)r   r   r   r   r   r   r+   rT   rm   r    ra   r   r   r   r   r     sU    6 
		q4	0$#i##A&)$y$$Q'*"I""9a0'r   r   c                       e Zd ZdZy)Emptya!  A generic empty message that you can re-use to avoid defining duplicated
  empty messages in your APIs. A typical example is to use it as the request
  or the response type of an API method. For instance: service Foo { rpc
  Bar(google.protobuf.Empty) returns (google.protobuf.Empty); }
  Nr   r   r   r   r   r     s    r   r   c                   Z    e Zd ZdZ ej
                  d      Z ej                  dd      Zy)Fleeta  The fleet where the `FleetPackage` should be deployed.

  Fields:
    project: Required. The host project for the GKE fleet. Format is
      `projects/{project}`.
    selector: Optional. Selector allows targeting a subset of fleet members
      using their labels.
  r
   LabelSelectorr'   N)	r   r   r   r   r   r   projectr    selectorr   r   r   r   r     s/     "I!!!$'#Y##OQ7(r   r   c                   T   e Zd ZdZ G d dej
                        Z G d dej
                        Z ej                  d       G d dej                               Z ej                  d	      Z ej                  dd
      Z ej                   dd      Z ej                   dd      Z ej                  d      Z ej                   dd      Z ej                   dd      Z ej                  dd      Z ej                   dd      Z ej                  d      Z ej                   dd      Zy)rN   a
  A `FleetPackage` resource in the Config Delivery API. A `FleetPackage`
  defines a package through which Kubernetes configuration is deployed to a
  fleet of Kubernetes clusters.

  Enums:
    DeletionPropagationPolicyValueValuesEnum: Optional. Information around how
      to handle Kubernetes resources at the target clusters when the
      `FleetPackage` is deleted.
    StateValueValuesEnum: Optional. The desired state of the fleet package.

  Messages:
    LabelsValue: Optional. Labels are attributes that can be set and used by
      both the user and by Config Delivery. Labels must meet the following
      constraints: * Keys and values can contain only lowercase letters,
      numeric characters, underscores, and dashes. * All characters must use
      UTF-8 encoding, and international characters are allowed. * Keys must
      start with a lowercase letter or international character. * Each
      resource is limited to a maximum of 64 labels. Both keys and values are
      additionally constrained to be <= 128 bytes.

  Fields:
    createTime: Output only. Time at which the `FleetPackage` was created.
    deletionPropagationPolicy: Optional. Information around how to handle
      Kubernetes resources at the target clusters when the `FleetPackage` is
      deleted.
    info: Output only. Information containing the rollout status of the
      `FleetPackage` across all the target clusters.
    labels: Optional. Labels are attributes that can be set and used by both
      the user and by Config Delivery. Labels must meet the following
      constraints: * Keys and values can contain only lowercase letters,
      numeric characters, underscores, and dashes. * All characters must use
      UTF-8 encoding, and international characters are allowed. * Keys must
      start with a lowercase letter or international character. * Each
      resource is limited to a maximum of 64 labels. Both keys and values are
      additionally constrained to be <= 128 bytes.
    name: Identifier. Name of the `FleetPackage`. Format is
      `projects/{project}/locations/{location}/fleetPackages/{fleetPackage}`.
      The `fleetPackage` component must match `a-z{0,62}`
    resourceBundleSelector: Required. Information specifying the source of
      Kubernetes configuration to deploy.
    rolloutStrategy: Optional. The strategy to use to deploy Kubernetes
      configuration to clusters.
    state: Optional. The desired state of the fleet package.
    target: Optional. Configuration to select target clusters to deploy
      Kubernetes configuration to.
    updateTime: Output only. Most recent time at which the `FleetPackage` was
      updated.
    variantSelector: Required. Information specifying how to map a
      `ResourceBundle` variant to a target cluster.
  c                       e Zd ZdZdZdZdZy)5FleetPackage.DeletionPropagationPolicyValueValuesEnuma  Optional. Information around how to handle Kubernetes resources at the
    target clusters when the `FleetPackage` is deleted.

    Values:
      DELETION_PROPAGATION_POLICY_UNSPECIFIED: Unspecified deletion
        propagation policy. Defaults to FOREGROUND.
      FOREGROUND: Foreground deletion propagation policy. Any resources synced
        to the cluster will be deleted.
      ORPHAN: Orphan deletion propagation policy. Any resources synced to the
        cluster will be abandoned.
    r   r
   r'   Nr   r   r   r   'DELETION_PROPAGATION_POLICY_UNSPECIFIED
FOREGROUNDORPHANr   r   r   (DeletionPropagationPolicyValueValuesEnumr   H  s    
 /0+JFr   r   c                       e Zd ZdZdZdZdZy)!FleetPackage.StateValueValuesEnumzOptional. The desired state of the fleet package.

    Values:
      STATE_UNSPECIFIED: Unspecified state.
      ACTIVE: `FleetPackage` is intended to be active.
      SUSPENDED: `FleetPackage` is intended to be suspended.
    r   r
   r'   N)r   r   r   r   r7   ACTIVE	SUSPENDEDr   r   r   rA   r   X  s     FIr   rA   additionalPropertiesc                   d    e Zd ZdZ G d dej
                        Z ej                  ddd      Zy)FleetPackage.LabelsValuea  Optional. Labels are attributes that can be set and used by both the
    user and by Config Delivery. Labels must meet the following constraints: *
    Keys and values can contain only lowercase letters, numeric characters,
    underscores, and dashes. * All characters must use UTF-8 encoding, and
    international characters are allowed. * Keys must start with a lowercase
    letter or international character. * Each resource is limited to a maximum
    of 64 labels. Both keys and values are additionally constrained to be <=
    128 bytes.

    Messages:
      AdditionalProperty: An additional property for a LabelsValue object.

    Fields:
      additionalProperties: Additional properties of type LabelsValue
    c                   X    e Zd ZdZ ej
                  d      Z ej
                  d      Zy)+FleetPackage.LabelsValue.AdditionalPropertyAn additional property for a LabelsValue object.

      Fields:
        key: Name of the additional property.
        value: A string attribute.
      r
   r'   Nr   r   r   r   r   r   keyvaluer   r   r   AdditionalPropertyr   v  -    
 "I!!!$c#i##A&er   r   r
   Tr   N	r   r   r   r   r   Messager   r    r   r   r   r   LabelsValuer   d  s4     	'Y.. 	' 29112FTXYr   r   r
   r'   FleetPackageInfor(   r)   r*   ResourceBundleSelectorr3   RolloutStrategyr4   r5   Targetr6   
   VariantSelector   N)r   r   r   r   r   rC   r   rA   r   MapUnrecognizedFieldsr   r   r   
createTimerJ   deletionPropagationPolicyr    infolabelsr+   resourceBundleSelectorrolloutStrategyrK   target
updateTimevariantSelectorr   r   r   rN   rN     s;   1f  
Y^^ 
 "8!!"89ZI%% Z :Z< %y$$Q'*1i112\^_`			 2A	6$!9!!-3&			q	!$19112JAN*I**+<a@/
)

4a
8%!9!!(A.&$y$$R(**I**+<bA/r   rN   c                   4    e Zd ZdZ ej
                  d      Zy)FleetPackageErrorzInformation representing an error encountered during rolling out
  configurations.

  Fields:
    errorMessage: Optional. A description of the error.
  r
   N)r   r   r   r   r   r   errorMessager   r   r   r   r     s     '&&q),r   r   c                       e Zd ZdZ G d dej
                        Z ej                  d      Z ej                  ddd      Z
 ej                  d	      Z ej                  dd
      Zy)r   a  FleetPackageInfo represents the status of the `FleetPackage` across all
  the target clusters.

  Enums:
    StateValueValuesEnum: Optional. Output only. The current state of the
      `FleetPackage`.

  Fields:
    activeRollout: Optional. The active rollout, if any. Format is `projects/{
      project}/locations/{location}/fleetPackages/{fleet_package}/rollouts/{ro
      llout}`.
    errors: Optional. Output only. Errors encountered during configuration
      deployment (if any).
    lastCompletedRollout: Optional. The last completed rollout, if any. Format
      is `projects/{project}/locations/{location}/fleetPackages/{fleet_package
      }/rollouts/{rollout}`.
    state: Optional. Output only. The current state of the `FleetPackage`.
  c                   $    e Zd ZdZdZdZdZdZdZy)%FleetPackageInfo.StateValueValuesEnuma:  Optional. Output only. The current state of the `FleetPackage`.

    Values:
      STATE_UNSPECIFIED: Unspecified state.
      ACTIVE: `FleetPackage` is active.
      SUSPENDED: `FleetPackage` is suspended.
      FAILED: `FleetPackage` has failed to reconcile.
      DELETING: `FleetPackage` is being deleted.
    r   r
   r'   r(   r)   N)	r   r   r   r   r7   r   r   FAILEDDELETINGr   r   r   rA   r     s#     FIFHr   rA   r
   r   r'   Tr   r(   r)   N)r   r   r   r   r   rC   rA   r   activeRolloutr    errorslastCompletedRolloutrJ   rK   r   r   r   r   r     sj    &Y^^   ()''*-!9!!"5q4H&...q1
)

4a
8%r   r   c                       e Zd ZdZ ej
                  d       G d dej                               Z ej                  dd      Z
y)r   a  A label selector is a label query over a set of resources. An empty
  label selector matches all objects.

  Messages:
    MatchLabelsValue: Optional. Map of {key,value} pairs. Each {key,value}
      pair must match an existing label key and value exactly in order to
      satisfy the match.

  Fields:
    matchLabels: Optional. Map of {key,value} pairs. Each {key,value} pair
      must match an existing label key and value exactly in order to satisfy
      the match.
  r   c                   d    e Zd ZdZ G d dej
                        Z ej                  ddd      Zy)LabelSelector.MatchLabelsValueaS  Optional. Map of {key,value} pairs. Each {key,value} pair must match
    an existing label key and value exactly in order to satisfy the match.

    Messages:
      AdditionalProperty: An additional property for a MatchLabelsValue
        object.

    Fields:
      additionalProperties: Additional properties of type MatchLabelsValue
    c                   X    e Zd ZdZ ej
                  d      Z ej
                  d      Zy)1LabelSelector.MatchLabelsValue.AdditionalPropertyzAn additional property for a MatchLabelsValue object.

      Fields:
        key: Name of the additional property.
        value: A string attribute.
      r
   r'   Nr   r   r   r   r   r     r   r   r   r
   Tr   Nr   r   r   r   MatchLabelsValuer     s4    		'Y.. 	' 29112FTXYr   r   r
   N)r   r   r   r   r   r   r   r   r   r    matchLabelsr   r   r   r   r     sP     "8!!"89Z** Z :Z2 '	&&'91=+r   r   c                       e Zd ZdZ ej
                  ddd      Z ej                  d      Z ej                  dd      Z	y)	ListFleetPackagesResponsea  Message for response to listing FleetPackage

  Fields:
    fleetPackages: The list of FleetPackage
    nextPageToken: A token identifying a page of results the server should
      return.
    unreachable: Unordered list. Locations that could not be reached.
  rN   r
   Tr   r'   r(   N)
r   r   r   r   r   r    fleetPackagesr   nextPageTokenunreachabler   r   r   r   r     sE     ))((TJ-')''*-%	%%a$7+r   r   c                   ^    e Zd ZdZ ej
                  ddd      Z ej                  d      Zy)ListLocationsResponsezThe response message for Locations.ListLocations.

  Fields:
    locations: A list of locations that matches the specified filter in the
      request.
    nextPageToken: The standard List next-page token.
  Locationr
   Tr   r'   N)	r   r   r   r   r   r    	locationsr   r   r   r   r   r   r      s1     %i$$ZTB)')''*-r   r   c                   ^    e Zd ZdZ ej
                  d      Z ej                  ddd      Zy)ListOperationsResponsezThe response message for Operations.ListOperations.

  Fields:
    nextPageToken: The standard List next-page token.
    operations: A list of operations that matches the specified filter in the
      request.
  r
   	Operationr'   Tr   N)	r   r   r   r   r   r   r   r    
operationsr   r   r   r   r     s1     ()''*-%y%%k1tD*r   r   c                       e Zd ZdZ ej
                  d      Z ej                  ddd      Z ej
                  dd      Z	y)	ListReleasesResponsezMessage for response to listing Releases

  Fields:
    nextPageToken: A token identifying a page of results the server should
      return.
    releases: The list of Releases
    unreachable: Unordered list. Locations that could not be reached.
  r
   r   r'   Tr   r(   N)
r   r   r   r   r   r   r   r    releasesr   r   r   r   r  r    E     ()''*-#Y##Iq4@(%	%%a$7+r   r  c                       e Zd ZdZ ej
                  d      Z ej                  ddd      Z ej
                  dd      Z	y)	ListResourceBundlesResponsea  Message for response to listing ResourceBundles.

  Fields:
    nextPageToken: A token identifying a page of results the server should
      return.
    resourceBundles: The list of ResourceBundle.
    unreachable: Unordered list. Locations that could not be reached.
  r
   r   r'   Tr   r(   N)
r   r   r   r   r   r   r   r    resourceBundlesr   r   r   r   r  r  )  sF     ()''*-*I**+;QN/%	%%a$7+r   r  c                       e Zd ZdZ ej
                  d      Z ej                  ddd      Z ej
                  dd      Z	y)	ListRolloutsResponsezMessage for response to listing Rollouts

  Fields:
    nextPageToken: A token identifying a page of results the server should
      return.
    rollouts: The list of Rollouts
    unreachable: Unordered list. Locations that could not be reached.
  r
   Rolloutr'   Tr   r(   N)
r   r   r   r   r   r   r   r    rolloutsr   r   r   r   r  r  8  r  r   r  c                       e Zd ZdZ ej
                  d      Z ej
                  dd      Z ej                  ddd      Z	y)	ListVariantsResponsezMessage for response to listing Variants

  Fields:
    nextPageToken: A token identifying a page of results the server should
      return.
    unreachable: Unordered list. Locations that could not be reached.
    variants: The list of Variants
  r
   r'   Tr   rf   r(   N)
r   r   r   r   r   r   r   r   r    variantsr   r   r   r  r  G  sE     ()''*-%	%%a$7+#Y##Iq4@(r   r  c                   p   e Zd ZdZ ej
                  d       G d dej                               Z ej
                  d       G d dej                               Z	 ej                  d      Z ej                  dd      Z ej                  d	      Z ej                  dd
      Z ej                  d      Zy)r   ao  A resource that represents a Google Cloud location.

  Messages:
    LabelsValue: Cross-service attributes for the location. For example
      {"cloud.googleapis.com/region": "us-east1"}
    MetadataValue: Service-specific metadata. For example the available
      capacity at the given location.

  Fields:
    displayName: The friendly name for this location, typically a nearby city
      name. For example, "Tokyo".
    labels: Cross-service attributes for the location. For example
      {"cloud.googleapis.com/region": "us-east1"}
    locationId: The canonical id for this location. For example: `"us-east1"`.
    metadata: Service-specific metadata. For example the available capacity at
      the given location.
    name: Resource name for the location, which may vary between
      implementations. For example: `"projects/example-project/locations/us-
      east1"`
  r   c                   d    e Zd ZdZ G d dej
                        Z ej                  ddd      Zy)Location.LabelsValuea  Cross-service attributes for the location. For example
    {"cloud.googleapis.com/region": "us-east1"}

    Messages:
      AdditionalProperty: An additional property for a LabelsValue object.

    Fields:
      additionalProperties: Additional properties of type LabelsValue
    c                   X    e Zd ZdZ ej
                  d      Z ej
                  d      Zy)'Location.LabelsValue.AdditionalPropertyr   r
   r'   Nr   r   r   r   r   r  x  r   r   r   r
   Tr   Nr   r   r   r   r   r  l  4    	'Y.. 	' 29112FTXYr   r   c                   d    e Zd ZdZ G d dej
                        Z ej                  ddd      Zy)Location.MetadataValuea(  Service-specific metadata. For example the available capacity at the
    given location.

    Messages:
      AdditionalProperty: An additional property for a MetadataValue object.

    Fields:
      additionalProperties: Properties of the object. Contains field @type
        with type URL.
    c                   Z    e Zd ZdZ ej
                  d      Z ej                  dd      Zy))Location.MetadataValue.AdditionalPropertyAn additional property for a MetadataValue object.

      Fields:
        key: Name of the additional property.
        value: A extra_types.JsonValue attribute.
      r
   extra_types.JsonValuer'   N	r   r   r   r   r   r   r   r    r   r   r   r   r   r    0    
 "I!!!$c$i$$%<a@er   r   r
   Tr   Nr   r   r   r   MetadataValuer    6    		AY.. 	A 29112FTXYr   r  r
   r'   r(   r)   r*   N)r   r   r   r   r   r   r   r   r   r  r   displayNamer    r   
locationIdmetadatar+   r   r   r   r   r   V  s    * "8!!"89ZI%% Z :Z0 "8!!"89Zi'' Z :Z2 &	%%a(+!9!!-3&$y$$Q'*#Y##OQ7(			q	!$r   r   c                   r   e Zd ZdZ ej
                  d       G d dej                               Z ej
                  d       G d dej                               Z	 ej                  d      Z ej                  dd	      Z ej                  dd
      Z ej                  d      Z ej                  dd      Zy)r  a	  This resource represents a long-running operation that is the result of
  a network API call.

  Messages:
    MetadataValue: Service-specific metadata associated with the operation. It
      typically contains progress information and common metadata such as
      create time. Some services might not provide such metadata. Any method
      that returns a long-running operation should document the metadata type,
      if any.
    ResponseValue: The normal, successful response of the operation. If the
      original method returns no data on success, such as `Delete`, the
      response is `google.protobuf.Empty`. If the original method is standard
      `Get`/`Create`/`Update`, the response should be the resource. For other
      methods, the response should have the type `XxxResponse`, where `Xxx` is
      the original method name. For example, if the original method name is
      `TakeSnapshot()`, the inferred response type is `TakeSnapshotResponse`.

  Fields:
    done: If the value is `false`, it means the operation is still in
      progress. If `true`, the operation is completed, and either `error` or
      `response` is available.
    error: The error result of the operation in case of failure or
      cancellation.
    metadata: Service-specific metadata associated with the operation. It
      typically contains progress information and common metadata such as
      create time. Some services might not provide such metadata. Any method
      that returns a long-running operation should document the metadata type,
      if any.
    name: The server-assigned name, which is only unique within the same
      service that originally returns it. If you use the default HTTP mapping,
      the `name` should be a resource name ending with
      `operations/{unique_id}`.
    response: The normal, successful response of the operation. If the
      original method returns no data on success, such as `Delete`, the
      response is `google.protobuf.Empty`. If the original method is standard
      `Get`/`Create`/`Update`, the response should be the resource. For other
      methods, the response should have the type `XxxResponse`, where `Xxx` is
      the original method name. For example, if the original method name is
      `TakeSnapshot()`, the inferred response type is `TakeSnapshotResponse`.
  r   c                   d    e Zd ZdZ G d dej
                        Z ej                  ddd      Zy)Operation.MetadataValuea  Service-specific metadata associated with the operation. It typically
    contains progress information and common metadata such as create time.
    Some services might not provide such metadata. Any method that returns a
    long-running operation should document the metadata type, if any.

    Messages:
      AdditionalProperty: An additional property for a MetadataValue object.

    Fields:
      additionalProperties: Properties of the object. Contains field @type
        with type URL.
    c                   Z    e Zd ZdZ ej
                  d      Z ej                  dd      Zy)*Operation.MetadataValue.AdditionalPropertyr  r
   r  r'   Nr  r   r   r   r   r(    r  r   r   r
   Tr   Nr   r   r   r   r  r&    s6    	AY.. 	A 29112FTXYr   r  c                   d    e Zd ZdZ G d dej
                        Z ej                  ddd      Zy)Operation.ResponseValuea  The normal, successful response of the operation. If the original
    method returns no data on success, such as `Delete`, the response is
    `google.protobuf.Empty`. If the original method is standard
    `Get`/`Create`/`Update`, the response should be the resource. For other
    methods, the response should have the type `XxxResponse`, where `Xxx` is
    the original method name. For example, if the original method name is
    `TakeSnapshot()`, the inferred response type is `TakeSnapshotResponse`.

    Messages:
      AdditionalProperty: An additional property for a ResponseValue object.

    Fields:
      additionalProperties: Properties of the object. Contains field @type
        with type URL.
    c                   Z    e Zd ZdZ ej
                  d      Z ej                  dd      Zy)*Operation.ResponseValue.AdditionalPropertyzAn additional property for a ResponseValue object.

      Fields:
        key: Name of the additional property.
        value: A extra_types.JsonValue attribute.
      r
   r  r'   Nr  r   r   r   r   r,    r  r   r   r
   Tr   Nr   r   r   r   ResponseValuer*    s6     	AY.. 	A 29112FTXYr   r-  r
   Statusr'   r(   r)   r*   N)r   r   r   r   r   r   r   r   r  r-  rW   doner    errorr#  r   r+   responser   r   r   r  r    s    'R "8!!"89Zi'' Z :Z6 "8!!"89Zi'' Z :Z< 
 			"$
 )
 
 1
-%#Y##OQ7(			q	!$#Y##OQ7(r   r  c                      e Zd ZdZ ej
                  d      Z ej
                  d      Z ej
                  d      Z ej                  d      Z
 ej
                  d      Z ej
                  d      Z ej
                  d      Zy	)
OperationMetadataa-  Represents the metadata of the long-running operation.

  Fields:
    apiVersion: Output only. API version used to start the operation.
    createTime: Output only. The time the operation was created.
    endTime: Output only. The time the operation finished running.
    requestedCancellation: Output only. Identifies whether the user has
      requested cancellation of the operation. Operations that have been
      cancelled successfully have google.longrunning.Operation.error value
      with a google.rpc.Status.code of 1, corresponding to `Code.CANCELLED`.
    statusMessage: Output only. Human-readable status of the operation, if
      any.
    target: Output only. Server-defined resource path for the target of the
      operation.
    verb: Output only. Name of the verb executed by the operation.
  r
   r'   r(   r)   r*   r3   r4   N)r   r   r   r   r   r   
apiVersionr   rF   rW   requestedCancellationstatusMessager   verbr   r   r   r3  r3    s    " %y$$Q'*$y$$Q'*!I!!!$'0)003')''*- 9  #&			q	!$r   r3  c                      e Zd ZdZ G d dej
                        Z ej                  d       G d dej                               Z
 ej                  d      Z ej                  dd	      Z ej                  dd
      Z ej                   dd      Z ej                  d      Z ej                  d      Z ej                  d      Z ej                  d      Zy)r   aM  `Release` represents a versioned release containing Kubernetes
  manifests.

  Enums:
    LifecycleValueValuesEnum: Optional. lifecycle of the `Release`.

  Messages:
    LabelsValue: Optional. Labels as key value pairs.

  Fields:
    createTime: Output only. Time `Release` was created.
    info: Optional. `ResourceBundle` Release extra information e.g., artifact
      registry image path.
    labels: Optional. Labels as key value pairs.
    lifecycle: Optional. lifecycle of the `Release`.
    name: Identifier. Name of the Release. Format is `projects/{project}/locat
      ions/location}/resourceBundles/{resource_bundle}/release/a-z{0,62}`.
    publishTime: Output only. Time the `Release` was published.
    updateTime: Output only. Time `Release` was last updated.
    version: Required. Version of the `Release`. This must be v...
  c                       e Zd ZdZdZdZdZy) Release.LifecycleValueValuesEnuma  Optional. lifecycle of the `Release`.

    Values:
      LIFECYCLE_UNSPECIFIED: indicates lifecycle has not been specified.
      DRAFT: indicates that the `Release` is being edited.
      PUBLISHED: indicates that the `Release` is now published (or released)
        and immutable.
    r   r
   r'   N)r   r   r   r   LIFECYCLE_UNSPECIFIEDDRAFT	PUBLISHEDr   r   r   LifecycleValueValuesEnumr:  D  s     EIr   r>  r   c                   d    e Zd ZdZ G d dej
                        Z ej                  ddd      Zy)Release.LabelsValueOptional. Labels as key value pairs.

    Messages:
      AdditionalProperty: An additional property for a LabelsValue object.

    Fields:
      additionalProperties: Additional properties of type LabelsValue
    c                   X    e Zd ZdZ ej
                  d      Z ej
                  d      Zy)&Release.LabelsValue.AdditionalPropertyr   r
   r'   Nr   r   r   r   r   rC  \  r   r   r   r
   Tr   Nr   r   r   r   r   r@  Q  4    	'Y.. 	' 29112FTXYr   r   r
   ReleaseInfor'   r(   r)   r*   r3   r4   r5   N)r   r   r   r   r   rC   r>  r   r   r   r   r   r   r    r   r   rJ   	lifecycler+   publishTimer   versionr   r   r   r   r   -  s    ,  "8!!"89ZI%% Z :Z. %y$$Q'*			q	1$!9!!-3&!i!!"<a@)			q	!$%	%%a(+$y$$Q'*!I!!!$'r   r   c                       e Zd ZdZ ej
                  d       G d dej                               Z ej                  d      Z
 ej                  dd      Zy)rE  a   ReleaseInfo contains extra information about the `ResourceBundle`
  release e.g., link to an artifact registry OCI image.

  Messages:
    VariantOciImagePathsValue: Optional. Per-variant paths to the oci images
      the service uploads on package release creation

  Fields:
    ociImagePath: Output only. Path to the oci image the service uploads to on
      a `Release` creation.
    variantOciImagePaths: Optional. Per-variant paths to the oci images the
      service uploads on package release creation
  r   c                   d    e Zd ZdZ G d dej
                        Z ej                  ddd      Zy)%ReleaseInfo.VariantOciImagePathsValuea?  Optional. Per-variant paths to the oci images the service uploads on
    package release creation

    Messages:
      AdditionalProperty: An additional property for a
        VariantOciImagePathsValue object.

    Fields:
      additionalProperties: Additional properties of type
        VariantOciImagePathsValue
    c                   X    e Zd ZdZ ej
                  d      Z ej
                  d      Zy)8ReleaseInfo.VariantOciImagePathsValue.AdditionalPropertyzAn additional property for a VariantOciImagePathsValue object.

      Fields:
        key: Name of the additional property.
        value: A string attribute.
      r
   r'   Nr   r   r   r   r   rM    r   r   r   r
   Tr   Nr   r   r   r   VariantOciImagePathsValuerK    s4    
	'Y.. 	' 29112FTXYr   rN  r
   r'   N)r   r   r   r   r   r   r   r   rN  r   ociImagePathr    variantOciImagePathsr   r   r   rE  rE  s  sc     "8!!"89Z)"3"3 Z :Z4 '&&q),///0KQOr   rE  c                      e Zd ZdZ ej
                  d       G d dej                               Z ej                  d      Z
 ej                  d      Z ej                  dd      Z ej                  d      Z ej                  d	      Zy
)r   a-  ResourceBundle represent a collection of Kubernetes configuration
  resources.

  Messages:
    LabelsValue: Optional. Labels as key value pairs.

  Fields:
    createTime: Output only. Time `ResourceBundle` was created.
    description: Optional. Human readable description of the `ResourceBundle`.
    labels: Optional. Labels as key value pairs.
    name: Identifier. Name of the `ResourceBundle`. Format is
      `projects/{project}/locations/{location}/resourceBundle /a-z{0,62}`.
    updateTime: Output only. Time `ResourceBundle` was last updated.
  r   c                   d    e Zd ZdZ G d dej
                        Z ej                  ddd      Zy)ResourceBundle.LabelsValuerA  c                   X    e Zd ZdZ ej
                  d      Z ej
                  d      Zy)-ResourceBundle.LabelsValue.AdditionalPropertyr   r
   r'   Nr   r   r   r   r   rU    r   r   r   r
   Tr   Nr   r   r   r   r   rS    rD  r   r   r
   r'   r(   r)   r*   N)r   r   r   r   r   r   r   r   r   r   r   descriptionr    r   r+   r   r   r   r   r   r     s     "8!!"89ZI%% Z :Z. %y$$Q'*%	%%a(+!9!!-3&			q	!$$y$$Q'*r   r   c                       e Zd ZdZ G d dej
                        Z ej                  dd      Z ej                  d      Z	 ej                  dd      Z ej                  d	      Z ej                  d
      Zy)rB   aQ  ResourceBundleDeploymentInfo represents the status of a resource bundle
  deployment.

  Enums:
    SyncStateValueValuesEnum: Output only. Synchronization state of the
      `ResourceBundle` deployment.

  Fields:
    messages: Output only. Unordered list. Messages contain information
      related to the `ResourceBundle` deployment. For example, in case of an
      error, indicate the reason for the error. In case of a pending
      deployment, messages will contain the reason why the deployment of new
      release is pending.
    release: Output only. Refers to a `ResourceBundle` release.
    syncState: Output only. Synchronization state of the `ResourceBundle`
      deployment.
    variant: Output only. Refers to a variant in a `ResourceBundle` release.
    version: Output only. Refers to a version of the `ResourceBundle` release.
  c                   4    e Zd ZdZdZdZdZdZdZdZ	dZ
d	Zd
Zy)5ResourceBundleDeploymentInfo.SyncStateValueValuesEnuma  Output only. Synchronization state of the `ResourceBundle` deployment.

    Values:
      SYNC_STATE_UNSPECIFIED: Unspecified state.
      RECONCILING: Reconciling state.
      STALLED: Stalled state.
      SYNCED: Synced state.
      PENDING: Pending state.
      ERROR: Error state.
      DELETION_PENDING: Deletion pending state.
      DELETING: Deleting state.
      DELETED: Deleted state.
    r   r
   r'   r(   r)   r*   r3   r4   r5   N)r   r   r   r   SYNC_STATE_UNSPECIFIEDRECONCILINGr:   SYNCEDPENDINGr>   DELETION_PENDINGr   DELETEDr   r   r   SyncStateValueValuesEnumrY    s8     KGFGEHGr   r`  r
   Tr   r'   r(   r)   r*   N)r   r   r   r   r   rC   r`  r   r   r   rJ   	syncStatera   rH  r   r   r   rB   rB     sx    ( 0 #Y""1t4(!I!!!$'!i!!"<a@)!I!!!$'!I!!!$'r   rB   c                   \    e Zd ZdZ ej
                  dd      Z ej
                  dd      Zy)r   zInformation specifying the source of Kubernetes configuration to deploy.

  Fields:
    cloudBuildRepository: Information specifying `CloudBuildRepository`.
    resourceBundle: Information specifying `ResourceBundle`.
  r&   r
   ResourceBundleTagr'   N)r   r   r   r   r   r    cloudBuildRepositoryr   r   r   r   r   r     s4     0//0FJ)9))*=qA.r   r   c                   X    e Zd ZdZ ej
                  d      Z ej
                  d      Zy)rc  ar  ResourceBundleTag contains the information to refer to a release for a
  `ResourceBundle`.

  Fields:
    name: Required. Name of the `ResourceBundle`. Format is
      projects/{p}/locations/{l}/resourceBundles/{r}.
    tag: Required. The Git tag for a version of the release in a
      ResourceBundle. The tag must follow the semantic versioning format
      vX.Y.Z.
  r
   r'   N)r   r   r   r   r   r   r+   r.   r   r   r   rc  rc    s-    	 
		q	!$	a #r   rc  c                   4    e Zd ZdZ ej
                  d      Zy)rx   zdMessage for resuming a rollout.

  Fields:
    reason: Optional. Reason for resuming the rollout.
  r
   Nr   r   r   r   rx   rx      r   r   rx   c                   `    e Zd ZdZ ej
                  dej                  j                        Zy)RollingStrategyzRollingStrategy causes a specified number of clusters to be updated
  concurrently until all clusters are updated.

  Fields:
    maxConcurrent: Optional. Maximum number of clusters to update the resource
      bundle on concurrently.
  r
   r`   N)	r   r   r   r   r   re   rf   rg   maxConcurrentr   r   r   rh  rh  *  s)     ))((I4E4E4K4KL-r   rh  c                   :    e Zd ZdZ ej
                  ddd      Zy)RollingStrategyInfozRollingStrategyInfo represents the status of execution of Rolling
  rollout strategy.

  Fields:
    clusters: Unordered list. Resource bundle's deployment status for all
      targeted clusters.
  r   r
   Tr   Nr   r   r   r   rk  rk  6  r"   r   rk  c                   <   e Zd ZdZ G d dej
                        Z ej                  d      Z ej                  dd      Z
 ej                  dd      Z ej                  d      Z ej                  d	      Z ej                  d
d      Z ej                  d      Zy)r  a  Rollout resource represents an instance of `FleetPackage` rollout
  operation across a fleet. This is a system generated resource and will be
  read only for end-users. It will be primarily used by the service to process
  the changes in the `FleetPackage` and other changes in the environment.

  Enums:
    DeletionPropagationPolicyValueValuesEnum: Deletion propagation policy of
      the rollout.

  Fields:
    createTime: Output only. The time the rollout was created.
    deletionPropagationPolicy: Deletion propagation policy of the rollout.
    info: Current details of the rollout.
    name: Identifier. Name of the Rollout. Format is `projects/{project}/locat
      ions/{location}/fleetPackages/{fleet_package}/rollouts/a-z{0,62}`.
    release: Reference to the `Release` being rolled out.
    rolloutStrategy: Rollout strategy for rolling out `FleetPackage` to
      clusters.
    updateTime: Output only. The time the rollout was most recently updated.
  c                       e Zd ZdZdZdZdZy)0Rollout.DeletionPropagationPolicyValueValuesEnuma  Deletion propagation policy of the rollout.

    Values:
      DELETION_PROPAGATION_POLICY_UNSPECIFIED: Unspecified deletion
        propagation policy. Defaults to FOREGROUND.
      FOREGROUND: Foreground deletion propagation policy. Any resources synced
        to the cluster will be deleted.
      ORPHAN: Orphan deletion propagation policy. Any resources synced to the
        cluster will be abandoned.
    r   r
   r'   Nr   r   r   r   r   rn  X  s    	 /0+JFr   r   r
   r'   RolloutInfor(   r)   r*   r   r3   r4   N)r   r   r   r   r   rC   r   r   r   rJ   r   r    r   r+   r   r   r   r   r   r   r  r  B  s    *  %y$$Q'*1i112\^_`			q	1$			q	!$!I!!!$'*I**+<a@/$y$$Q'*r   r  c                       e Zd ZdZ G d dej
                        Z ej                  d      Z ej                  d      Z	 ej                  dd      Z ej                  d      Z ej                  dd	      Zy
)ro  ay  RolloutInfo represents the state of the `FleetPackage` at all the
  clusters the rollout is targeting.

  Enums:
    StateValueValuesEnum: Output only. State contains the overall status of
      the Rollout.

  Fields:
    endTime: Output only. Time when the rollout completed.
    message: Output only. Message containing additional information related to
      the rollout.
    rolloutStrategyInfo: Output only. Rollout strategy info represents the
      status of execution of rollout strategy.
    startTime: Output only. Time when the rollout started.
    state: Output only. State contains the overall status of the Rollout.
  c                   0    e Zd ZdZdZdZdZdZdZdZ	dZ
d	Zy
) RolloutInfo.StateValueValuesEnuma  Output only. State contains the overall status of the Rollout.

    Values:
      STATE_UNSPECIFIED: Unspecified state.
      COMPLETED: Rollout completed.
      SUSPENDED: Rollout suspended.
      ABORTED: Rollout aborted. A rollout that was already running was stopped
        because the fleet memberships changed, or the fleet package was
        deleted.
      IN_PROGRESS: Rollout in progress.
      STALLED: Rollout stalled.
      CANCELLED: Rollout cancelled. The proposed rollout was deemed invalid or
        impossible to execute from the start due to issues with the package,
        release, or variant configuration.
      ABORTING: Rollout aborting.
    r   r
   r'   r(   r)   r*   r3   r4   N)r   r   r   r   r7   r;   r   r<   r9   r:   r=   ABORTINGr   r   r   rA   rr    s2      IIGKGIHr   rA   r
   r'   RolloutStrategyInfor(   r)   r*   N)r   r   r   r   r   rC   rA   r   rF   messager    rolloutStrategyInforI   rJ   rK   r   r   r   ro  ro  p  sz    "Y^^ 4 "I!!!$'!I!!!$'.	../DaH#i##A&)
)

4a
8%r   ro  c                   \    e Zd ZdZ ej
                  dd      Z ej
                  dd      Zy)r   aH  RolloutStrategy defines different ways to rollout a resource bundle
  across a set of clusters.

  Fields:
    allAtOnce: AllAtOnceStrategy causes all clusters to be updated
      concurrently.
    rolling: RollingStrategy causes a specified number of clusters to be
      updated concurrently until all clusters are updated.
  r   r
   rh  r'   N)r   r   r   r   r   r    	allAtOncerollingr   r   r   r   r     s3     %i$$%8!<)"I""#4a8'r   r   c                   \    e Zd ZdZ ej
                  dd      Z ej
                  dd      Zy)rt  a  RolloutStrategyInfo represents the status of execution of different
  types of rollout strategies. Only the field corresponding to the rollout
  strategy specified at the rollout resource will be populated.

  Fields:
    allAtOnceStrategyInfo: AllAtOnceStrategyInfo represents the status of
      AllAtOnce rollout strategy execution.
    rollingStrategyInfo: RollingStrategyInfo represents the status of Rolling
      rollout strategy execution.
  r   r
   rk  r'   N)r   r   r   r   r   r    allAtOnceStrategyInforollingStrategyInfor   r   r   rt  rt    s5    	 1)001H!L.	../DaHr   rt  c                       e Zd ZdZ G d dej
                        Z G d dej
                        Z ej                  dd      Z	 ej                  d      Z ej                  ddd	
      Z ej                  d      Z ej                  d      Z ej                  d      Z ej                  d      Z ej"                  dd
      Z ej                  d      Z ej                  d      Z ej                  d      Z ej                  d      Zy)StandardQueryParametersa4  Query parameters accepted by all methods.

  Enums:
    FXgafvValueValuesEnum: V1 error format.
    AltValueValuesEnum: Data format for response.

  Fields:
    f__xgafv: V1 error format.
    access_token: OAuth access token.
    alt: Data format for response.
    callback: JSONP
    fields: Selector specifying which fields to include in a partial response.
    key: API key. Your API key identifies your project and provides you with
      API access, quota, and reports. Required unless you provide an OAuth 2.0
      token.
    oauth_token: OAuth 2.0 token for the current user.
    prettyPrint: Returns response with indentations and line breaks.
    quotaUser: Available to use for quota purposes for server-side
      applications. Can be any arbitrary string assigned to a user, but should
      not exceed 40 characters.
    trace: A tracing token of the form "token:<tokenid>" to include in api
      requests.
    uploadType: Legacy upload protocol for media (e.g. "media", "multipart").
    upload_protocol: Upload protocol for media (e.g. "raw", "multipart").
  c                       e Zd ZdZdZdZdZy)*StandardQueryParameters.AltValueValuesEnumzData format for response.

    Values:
      json: Responses with Content-Type of application/json
      media: Media download with context-dependent Content-Type
      proto: Responses with Content-Type of application/x-protobuf
    r   r
   r'   N)r   r   r   r   jsonmediaprotor   r   r   AltValueValuesEnumr    s     DEEr   r  c                       e Zd ZdZdZdZy)-StandardQueryParameters.FXgafvValueValuesEnumzVV1 error format.

    Values:
      _1: v1 error format
      _2: v2 error format
    r   r
   N)r   r   r   r   _1_2r   r   r   FXgafvValueValuesEnumr    s     
B	
Br   r  r
   r'   r(   r  )defaultr)   r*   r3   r4   r5   Tr6   r   r      N)r   r   r   r   r   rC   r  r  rJ   f__xgafvr   access_tokenaltcallbackfieldsr   oauth_tokenrW   prettyPrint	quotaUsertrace
uploadTypeupload_protocolr   r   r   r~  r~    s   4
9>> 
inn  !Y  !8!<(&&&q),	0!VD#"Y""1%( 9  #&	a #%	%%a(+&	&&q$7+#i##A&)
)


#%$y$$R(*)I))"-/r   r~  c                      e Zd ZdZ ej
                  d       G d dej                               Z ej                  dej                  j                        Z ej                  ddd	      Z ej                  d
      Zy)r.  a  The `Status` type defines a logical error model that is suitable for
  different programming environments, including REST APIs and RPC APIs. It is
  used by [gRPC](https://github.com/grpc). Each `Status` message contains
  three pieces of data: error code, error message, and error details. You can
  find out more about this error model and how to work with it in the [API
  Design Guide](https://cloud.google.com/apis/design/errors).

  Messages:
    DetailsValueListEntry: A DetailsValueListEntry object.

  Fields:
    code: The status code, which should be an enum value of google.rpc.Code.
    details: A list of messages that carry the error details. There is a
      common set of message types for APIs to use.
    message: A developer-facing error message, which should be in English. Any
      user-facing error message should be localized and sent in the
      google.rpc.Status.details field, or localized by the client.
  r   c                   d    e Zd ZdZ G d dej
                        Z ej                  ddd      Zy)Status.DetailsValueListEntryzA DetailsValueListEntry object.

    Messages:
      AdditionalProperty: An additional property for a DetailsValueListEntry
        object.

    Fields:
      additionalProperties: Properties of the object. Contains field @type
        with type URL.
    c                   Z    e Zd ZdZ ej
                  d      Z ej                  dd      Zy)/Status.DetailsValueListEntry.AdditionalPropertyzAn additional property for a DetailsValueListEntry object.

      Fields:
        key: Name of the additional property.
        value: A extra_types.JsonValue attribute.
      r
   r  r'   Nr  r   r   r   r   r  "  r  r   r   r
   Tr   Nr   r   r   r   DetailsValueListEntryr    r   r   r  r
   r`   r'   Tr   r(   N)r   r   r   r   r   r   r   r   r  re   rf   rg   coder    detailsr   ru  r   r   r   r.  r.    s    & "8!!"89Zi// Z :Z2 
 		9+<+<+B+B	C$"I""#:AM'!I!!!$'r   r.  c                   4    e Zd ZdZ ej
                  d      Zy)r|   z\Message for suspending a rollout.

  Fields:
    reason: Optional. Reason for suspension.
  r
   Nr   r   r   r   r|   r|   4  r   r   r|   c                   6    e Zd ZdZ ej
                  dd      Zy)r   zThe target defines different ways to target set of Kubernetes clusters.

  Fields:
    fleet: GKE fleet information to target rollout of the FleetPackage.
  r   r
   N)r   r   r   r   r   r    fleetr   r   r   r   r   >  s     !)
 
 !
,%r   r   c                      e Zd ZdZ ej
                  d       G d dej                               Z ej                  d      Z
 ej                  dd      Z ej                  d      Z ej                  dd	
      Z ej                  d      Zy)rf   a  Variant represents the content of a `ResourceBundle` variant.

  Messages:
    LabelsValue: Optional. Labels to represent any metadata associated with
      the variant.

  Fields:
    createTime: Output only. [Output only] Create time stamp
    labels: Optional. Labels to represent any metadata associated with the
      variant.
    name: Identifier. Name follows format of projects/{project}/locations/{loc
      ation}/resourceBundles/{resource_bundle}/releases/{release}/variants/{va
      riant}
    resources: Required. Input only. Unordered list. Resources contain the
      Kubernetes manifests (YAMLs) for this variant.
    updateTime: Output only. [Output only] Update time stamp
  r   c                   d    e Zd ZdZ G d dej
                        Z ej                  ddd      Zy)Variant.LabelsValuezOptional. Labels to represent any metadata associated with the
    variant.

    Messages:
      AdditionalProperty: An additional property for a LabelsValue object.

    Fields:
      additionalProperties: Additional properties of type LabelsValue
    c                   X    e Zd ZdZ ej
                  d      Z ej
                  d      Zy)&Variant.LabelsValue.AdditionalPropertyr   r
   r'   Nr   r   r   r   r   r  g  r   r   r   r
   Tr   Nr   r   r   r   r   r  [  r  r   r   r
   r'   r(   r)   Tr   r*   N)r   r   r   r   r   r   r   r   r   r   r   r    r   r+   	resourcesr   r   r   r   rf   rf   H  s    $ "8!!"89ZI%% Z :Z0 %y$$Q'*!9!!-3&			q	!$#i##A5)$y$$Q'*r   rf   c                   4    e Zd ZdZ ej
                  d      Zy)r   a  VariantSelector contains information for selecting a variant in
  `ResourceBundle` to deploy to a target cluster.

  Fields:
    variantNameTemplate: Required. variant_name_template is a template that
      can refer to variables containing cluster membership metadata such as
      location, name, and labels to generate the name of the variant for a
      target cluster. The variable syntax is similar to the unix shell
      variables. Available variables are `${membership.name}`,
      `${membership.location}`, `${membership.project}` and
      `${membership.labels['label_name']}`. If you want to deploy a specific
      variant, say "default" to all the clusters, you can use "default"
      (string without any variables) as the variant_name_template.
  r
   N)r   r   r   r   r   r   variantNameTemplater   r   r   r   r   {  s     .	--a0r   r   r  z$.xgafvr  1r  2N)Vr   
__future__r   apitools.base.protorpcliter   r   apitools.base.pyr   r   packager   r	   r   r   r$   r&   r   rM   rV   r[   r_   rl   ro   rr   rt   rw   r{   r   r   r   r   r   r   r   r   r   r   r   r   r   r   r   r   r   r   r   r   r   r   r   rN   r   r   r   r   r   r   r  r  r  r  r   r  r3  r   rE  r   rB   r   rc  rx   rh  rk  r  ro  r   rt  r~  r.  r|   r   rf   r   AddCustomJsonFieldMappingAddCustomJsonEnumMappingr  r   r   r   <module>r     s   ' < % ( $)++ $K	)) K	EI-- 	E=Y.. =-9,, -299)## 99x'	@Q@Q '8'	@Q@Q ':1Y=N=N 13i>O>O 3((y?P?P (@1yGXGX 11YEVEV 13iFWFW 3*K	HYHY KMIZIZ M1	0A0A 1'1B1B '0
1Y=N=N 
11Y=N=N 11):K:K 1'9;L;L ' .)BSBS .:')BSBS '41y?P?P 13	@Q@Q 3((ARAR (@')J[J[ ':')J[J[ '61yGXGX 13	HYHY 3*(IZIZ (@'R[RcRc '8'R[RcRc '0	1yO`O` 	13PYPaPa 3,1QZQbQb 1DI 8I 8yB9$$ yBx*	)) *'9y(( '9T)>I%% )>X8	 1 1 8
+I-- 
+
EY.. 
E89,, 88)"3"3 889,, 8A9,, AM"y   M"`i8	!! i8X"	)) "6C%i C%L+P)## +P\,(Y&& ,(^1%9#4#4 1%h	BY.. 	B!	)) ! $9,, $	Mi'' 	M	E)++ 	E+(i +(\09)## 09f9i'' 9I)++ I <.i// <.~0%Y 0%f$I-- $-Y -0(i 0(f1i'' 1& # " "Z4 ! ! !114> ! ! !114>r   