
    'S                    *   S r SSKJr  SSKJr  SSKJr  SSKJr  Sr	 " S S\R                  5      r " S	 S
\R                  5      r " S S\R                  5      r " S S\R                  5      r " S S\R                  5      r " S S\R                  5      r " S S\R                  5      r " S S\R                  5      r " S S\R                  5      r " S S\R                  5      r " S S\R                  5      r " S S\R                  5      r " S S \R                  5      r " S! S"\R                  5      r " S# S$\R                  5      r " S% S&\R                  5      r " S' S(\R                  5      r " S) S*\R                  5      r " S+ S,\R                  5      r " S- S.\R                  5      r " S/ S0\R                  5      r " S1 S2\R                  5      r  " S3 S4\R                  5      r! " S5 S6\R                  5      r" " S7 S8\R                  5      r# " S9 S:\R                  5      r$ " S; S<\R                  5      r% " S= S>\R                  5      r& " S? S@\R                  5      r' " SA SB\R                  5      r( " SC SD\R                  5      r) " SE SF\R                  5      r* " SG SH\R                  5      r+ " SI SJ\R                  5      r, " SK SL\R                  5      r- " SM SN\R                  5      r. " SO SP\R                  5      r/ " SQ SR\R                  5      r0 " SS ST\R                  5      r1 " SU SV\R                  5      r2 " SW SX\R                  5      r3 " SY SZ\R                  5      r4 " S[ S\\R                  5      r5 " S] S^\R                  5      r6 " S_ S`\R                  5      r7 " Sa Sb\R                  5      r8 " Sc Sd\R                  5      r9 " Se Sf\R                  5      r: " Sg Sh\R                  5      r; " Si Sj\R                  5      r< " Sk Sl\R                  5      r= " Sm Sn\R                  5      r> " So Sp\R                  5      r? " Sq Sr\R                  5      r@ " Ss St\R                  5      rA " Su Sv\R                  5      rB " Sw Sx\R                  5      rC " Sy Sz\R                  5      rD " S{ S|\R                  5      rE " S} S~\R                  5      rF " S S\R                  5      rG " S S\R                  5      rH " S S\R                  5      rI " S S\R                  5      rJ " S S\R                  5      rK " S S\R                  5      rL " S S\R                  5      rM\R                  " \HSS5        \R                  " \JSS5        \R                  " \JR                  SS5        \R                  " \JR                  SS5        \R                  " \&SS5        g)z8Generated message classes for gkehub version v1alpha2.

    )absolute_import)messages)encoding)extra_typesgkehubc                   <    \ rS rSrSr\R                  " S5      rSrg)ApplianceCluster   a3  ApplianceCluster contains information specific to GDC Edge Appliance
Clusters.

Fields:
  resourceLink: Immutable. Self-link of the Google Cloud resource for the
    Appliance Cluster. For example:
    //transferappliance.googleapis.com/projects/my-project/locations/us-
    west1-a/appliances/my-appliance
    N	__name__
__module____qualname____firstlineno____doc__	_messagesStringFieldresourceLink__static_attributes__r       Ulib/googlecloudsdk/generated_clients/apis/gkehub/v1alpha2/gkehub_v1alpha2_messages.pyr	   r	      s     &&q),r   r	   c                   `    \ rS rSrSr\R                  " SSSS9r\R                  " S5      r	Sr
g	)
AuditConfig   aw  Specifies the audit configuration for a service. The configuration
determines which permission types are logged, and what identities, if any,
are exempted from logging. An AuditConfig must have one or more
AuditLogConfigs. If there are AuditConfigs for both `allServices` and a
specific service, the union of the two AuditConfigs is used for that
service: the log_types specified in each AuditConfig are enabled, and the
exempted_members in each AuditLogConfig are exempted. Example Policy with
multiple AuditConfigs: { "audit_configs": [ { "service": "allServices",
"audit_log_configs": [ { "log_type": "DATA_READ", "exempted_members": [
"user:jose@example.com" ] }, { "log_type": "DATA_WRITE" }, { "log_type":
"ADMIN_READ" } ] }, { "service": "sampleservice.googleapis.com",
"audit_log_configs": [ { "log_type": "DATA_READ" }, { "log_type":
"DATA_WRITE", "exempted_members": [ "user:aliya@example.com" ] } ] } ] } For
sampleservice, this policy enables DATA_READ, DATA_WRITE and ADMIN_READ
logging. It also exempts `jose@example.com` from DATA_READ logging, and
`aliya@example.com` from DATA_WRITE logging.

Fields:
  auditLogConfigs: The configuration for logging of each type of permission.
  service: Specifies a service that will be enabled for audit logging. For
    example, `storage.googleapis.com`, `cloudsql.googleapis.com`.
    `allServices` is a special value that covers all services.
AuditLogConfigr   Trepeated   r   N)r   r   r   r   r   r   MessageFieldauditLogConfigsr   servicer   r   r   r   r   r      s.    0 **+;QN/!!!$'r   r   c                       \ rS rSrSr " S S\R                  5      r\R                  " SSS9r	\R                  " S5      r\R                  " SS	5      rS
rg)r   ;   a  Provides the configuration for logging a type of permissions. Example: {
"audit_log_configs": [ { "log_type": "DATA_READ", "exempted_members": [
"user:jose@example.com" ] }, { "log_type": "DATA_WRITE" } ] } This enables
'DATA_READ' and 'DATA_WRITE' logging, while exempting jose@example.com from
DATA_READ logging.

Enums:
  LogTypeValueValuesEnum: The log type that this config enables.

Fields:
  exemptedMembers: Specifies the identities that do not cause logging for
    this type of permission. Follows the same format of Binding.members.
  ignoreChildExemptions: A boolean attribute.
  logType: The log type that this config enables.
c                   (    \ rS rSrSrSrSrSrSrSr	g)	%AuditLogConfig.LogTypeValueValuesEnumL   a  The log type that this config enables.

Values:
  LOG_TYPE_UNSPECIFIED: Default case. Should never be this.
  ADMIN_READ: Admin reads. Example: CloudIAM getIamPolicy
  DATA_WRITE: Data writes. Example: CloudSQL Users create
  DATA_READ: Data reads. Example: CloudSQL Users list
r   r   r      r   N)
r   r   r   r   r   LOG_TYPE_UNSPECIFIED
ADMIN_READ
DATA_WRITE	DATA_READr   r   r   r   LogTypeValueValuesEnumr&   L   s     JJIr   r-   r   Tr   r   r(   r   N)r   r   r   r   r   r   Enumr-   r   exemptedMembersBooleanFieldignoreChildExemptions	EnumFieldlogTyper   r   r   r   r   r   ;   sO     y~~  ))!d;/#003 8!<'r   r   c                       \ rS rSrSr\R                  " S5      r\R                  " S5      r\R                  " S5      r
\R                  " S5      rSrg)		Authority_   a"  Authority encodes how Google will recognize identities from this
Membership. See the workload identity documentation for more details:
https://cloud.google.com/kubernetes-engine/docs/how-to/workload-identity

Fields:
  identityProvider: Output only. An identity provider that reflects the
    `issuer` in the workload identity pool.
  issuer: Optional. A JSON Web Token (JWT) issuer URI. `issuer` must start
    with `https://` and be a valid URL with length <2000 characters. If set,
    then Google will allow valid OIDC tokens from this issuer to
    authenticate within the workload_identity_pool. OIDC discovery will be
    performed on this URI to validate tokens from the issuer, unless
    `oidc_jwks` is set. Clearing `issuer` disables Workload Identity.
    `issuer` cannot be directly modified; it must be cleared (and Workload
    Identity disabled) before using a new issuer (and re-enabling Workload
    Identity).
  oidcJwks: Optional. OIDC verification keys for this Membership in JWKS
    format (RFC 7517). When this field is set, OIDC discovery will NOT be
    performed on `issuer`, and instead OIDC tokens will be validated using
    this field.
  workloadIdentityPool: Output only. The name of the workload identity pool
    in which `issuer` will be recognized. There is a single Workload
    Identity Pool per Hub that is shared between all Memberships that belong
    to that Hub. For a Hub hosted in {PROJECT_ID}, the workload pool format
    is `{PROJECT_ID}.hub.id.goog`, although this is subject to change in
    newer versions of this API.
r   r   r(      r   N)r   r   r   r   r   r   r   identityProviderissuer
BytesFieldoidcJwksworkloadIdentityPoolr   r   r   r   r5   r5   _   sK    8 **1-  #&!!!$("..q1r   r5   c                   h    \ rS rSrSr " S S\R                  5      r\R                  " SS5      r	Sr
g)AuthorizationLoggingOptions   zAuthorization-related information used by Cloud Audit Logging.

Enums:
  PermissionTypeValueValuesEnum: The type of the permission that was
    checked.

Fields:
  permissionType: The type of the permission that was checked.
c                   ,    \ rS rSrSrSrSrSrSrSr	Sr
g	)
9AuthorizationLoggingOptions.PermissionTypeValueValuesEnum   a  The type of the permission that was checked.

Values:
  PERMISSION_TYPE_UNSPECIFIED: Default. Should not be used.
  ADMIN_READ: A read of admin (meta) data.
  ADMIN_WRITE: A write of admin (meta) data.
  DATA_READ: A read of standard data.
  DATA_WRITE: A write of standard data.
r   r   r   r(   r7   r   Nr   r   r   r   r   PERMISSION_TYPE_UNSPECIFIEDr*   ADMIN_WRITEr,   r+   r   r   r   r   PermissionTypeValueValuesEnumrA      s#     #$JKIJr   rF   r   r   N)r   r   r   r   r   r   r.   rF   r2   permissionTyper   r   r   r   r>   r>      s,    inn   &&'FJ.r   r>   c                       \ rS rSrSr\R                  " S5      r\R                  " SS5      r	\R                  " SSS9r
\R                  " S	5      rS
rg)Binding   a  Associates `members`, or principals, with a `role`.

Fields:
  bindingId: A string attribute.
  condition: The condition that is associated with this binding. If the
    condition evaluates to `true`, then this binding applies to the current
    request. If the condition evaluates to `false`, then this binding does
    not apply to the current request. However, a different role binding
    might grant the same role to one or more of the principals in this
    binding. To learn which resources support conditions in their IAM
    policies, see the [IAM
    documentation](https://cloud.google.com/iam/help/conditions/resource-
    policies).
  members: Specifies the principals requesting access for a Google Cloud
    resource. `members` can have the following values: * `allUsers`: A
    special identifier that represents anyone who is on the internet; with
    or without a Google account. * `allAuthenticatedUsers`: A special
    identifier that represents anyone who is authenticated with a Google
    account or a service account. Does not include identities that come from
    external identity providers (IdPs) through identity federation. *
    `user:{emailid}`: An email address that represents a specific Google
    account. For example, `alice@example.com` . *
    `serviceAccount:{emailid}`: An email address that represents a Google
    service account. For example, `my-other-
    app@appspot.gserviceaccount.com`. *
    `serviceAccount:{projectid}.svc.id.goog[{namespace}/{kubernetes-sa}]`:
    An identifier for a [Kubernetes service
    account](https://cloud.google.com/kubernetes-engine/docs/how-
    to/kubernetes-service-accounts). For example, `my-
    project.svc.id.goog[my-namespace/my-kubernetes-sa]`. *
    `group:{emailid}`: An email address that represents a Google group. For
    example, `admins@example.com`. * `domain:{domain}`: The G Suite domain
    (primary) that represents all the users of that domain. For example,
    `google.com` or `example.com`. * `principal://iam.googleapis.com/locatio
    ns/global/workforcePools/{pool_id}/subject/{subject_attribute_value}`: A
    single identity in a workforce identity pool. * `principalSet://iam.goog
    leapis.com/locations/global/workforcePools/{pool_id}/group/{group_id}`:
    All workforce identities in a group. * `principalSet://iam.googleapis.co
    m/locations/global/workforcePools/{pool_id}/attribute.{attribute_name}/{
    attribute_value}`: All workforce identities with a specific attribute
    value. * `principalSet://iam.googleapis.com/locations/global/workforcePo
    ols/{pool_id}/*`: All identities in a workforce identity pool. * `princi
    pal://iam.googleapis.com/projects/{project_number}/locations/global/work
    loadIdentityPools/{pool_id}/subject/{subject_attribute_value}`: A single
    identity in a workload identity pool. * `principalSet://iam.googleapis.c
    om/projects/{project_number}/locations/global/workloadIdentityPools/{poo
    l_id}/group/{group_id}`: A workload identity pool group. * `principalSet
    ://iam.googleapis.com/projects/{project_number}/locations/global/workloa
    dIdentityPools/{pool_id}/attribute.{attribute_name}/{attribute_value}`:
    All identities in a workload identity pool with a certain attribute. * `
    principalSet://iam.googleapis.com/projects/{project_number}/locations/gl
    obal/workloadIdentityPools/{pool_id}/*`: All identities in a workload
    identity pool. * `deleted:user:{emailid}?uid={uniqueid}`: An email
    address (plus unique identifier) representing a user that has been
    recently deleted. For example,
    `alice@example.com?uid=123456789012345678901`. If the user is recovered,
    this value reverts to `user:{emailid}` and the recovered user retains
    the role in the binding. *
    `deleted:serviceAccount:{emailid}?uid={uniqueid}`: An email address
    (plus unique identifier) representing a service account that has been
    recently deleted. For example, `my-other-
    app@appspot.gserviceaccount.com?uid=123456789012345678901`. If the
    service account is undeleted, this value reverts to
    `serviceAccount:{emailid}` and the undeleted service account retains the
    role in the binding. * `deleted:group:{emailid}?uid={uniqueid}`: An
    email address (plus unique identifier) representing a Google group that
    has been recently deleted. For example,
    `admins@example.com?uid=123456789012345678901`. If the group is
    recovered, this value reverts to `group:{emailid}` and the recovered
    group retains the role in the binding. * `deleted:principal://iam.google
    apis.com/locations/global/workforcePools/{pool_id}/subject/{subject_attr
    ibute_value}`: Deleted single identity in a workforce identity pool. For
    example, `deleted:principal://iam.googleapis.com/locations/global/workfo
    rcePools/my-pool-id/subject/my-subject-attribute-value`.
  role: Role that is assigned to the list of `members`, or principals. For
    example, `roles/viewer`, `roles/editor`, or `roles/owner`. For an
    overview of the IAM roles and permissions, see the [IAM
    documentation](https://cloud.google.com/iam/docs/roles-overview). For a
    list of the available pre-defined roles, see
    [here](https://cloud.google.com/iam/docs/understanding-roles).
r   Exprr   r(   Tr   r7   r   N)r   r   r   r   r   r   r   	bindingIdr    	conditionmembersroler   r   r   r   rI   rI      sO    Pd ##A&)$$VQ/)!!!d3'			q	!$r   rI   c                       \ rS rSrSrSrg)CancelOperationRequest   z3The request message for Operations.CancelOperation.r   Nr   r   r   r   r   r   r   r   r   rQ   rQ      s    <r   rQ   c                       \ rS rSrSr " S S\R                  5      r " S S\R                  5      r\R                  " SS5      r
\R                  " SS	5      r\R                  " SS
5      rSrg)CloudAuditOptions   a  Write a Cloud Audit log

Enums:
  LogNameValueValuesEnum: The log_name to populate in the Cloud Audit
    Record.
  PermissionTypeValueValuesEnum: The type associated with the permission.

Fields:
  authorizationLoggingOptions: Information used by the Cloud Audit Logging
    pipeline. Will be deprecated once the migration to PermissionType is
    complete (b/201806118).
  logName: The log_name to populate in the Cloud Audit Record.
  permissionType: The type associated with the permission.
c                   $    \ rS rSrSrSrSrSrSrg)(CloudAuditOptions.LogNameValueValuesEnumi  zThe log_name to populate in the Cloud Audit Record.

Values:
  UNSPECIFIED_LOG_NAME: Default. Should not be used.
  ADMIN_ACTIVITY: Corresponds to "cloudaudit.googleapis.com/activity"
  DATA_ACCESS: Corresponds to "cloudaudit.googleapis.com/data_access"
r   r   r   r   N)	r   r   r   r   r   UNSPECIFIED_LOG_NAMEADMIN_ACTIVITYDATA_ACCESSr   r   r   r   LogNameValueValuesEnumrX     s     NKr   r\   c                   ,    \ rS rSrSrSrSrSrSrSr	Sr
g	)
/CloudAuditOptions.PermissionTypeValueValuesEnumi  a  The type associated with the permission.

Values:
  PERMISSION_TYPE_UNSPECIFIED: Default. Should not be used.
  ADMIN_READ: Permissions that gate reading resource configuration or
    metadata.
  ADMIN_WRITE: Permissions that gate modification of resource
    configuration or metadata.
  DATA_READ: Permissions that gate reading user-provided data.
  DATA_WRITE: Permissions that gate writing user-provided data.
r   r   r   r(   r7   r   NrC   r   r   r   rF   r^     s#    
 #$JKIJr   rF   r>   r   r   r(   r   N)r   r   r   r   r   r   r.   r\   rF   r    authorizationLoggingOptionsr2   logNamerG   r   r   r   r   rU   rU      sd    
y~~ 
inn $ !* 6 67TVW X 8!<'&&'FJ.r   rU   c                   N   \ rS rSrSr " S S\R                  5      r " S S\R                  5      r " S S\R                  5      r	\R                  " SS	5      r\R                  " SS
5      r\R                  " S5      r\R                  " SS5      r\R                  " SSS9rSrg)	Conditioni0  ad  A condition to be met.

Enums:
  IamValueValuesEnum: Trusted attributes supplied by the IAM system.
  OpValueValuesEnum: An operator to apply the subject with.
  SysValueValuesEnum: Trusted attributes supplied by any service that owns
    resources and uses the IAM system for access control.

Fields:
  iam: Trusted attributes supplied by the IAM system.
  op: An operator to apply the subject with.
  svc: Trusted attributes discharged by the service.
  sys: Trusted attributes supplied by any service that owns resources and
    uses the IAM system for access control.
  values: The objects of the condition.
c                   8    \ rS rSrSrSrSrSrSrSr	Sr
S	rS
rSrg)Condition.IamValueValuesEnumiB  a  Trusted attributes supplied by the IAM system.

Values:
  NO_ATTR: Default non-attribute.
  AUTHORITY: Either principal or (if present) authority selector.
  ATTRIBUTION: The principal (even if an authority selector is present),
    which must only be used for attribution, not authorization.
  SECURITY_REALM: Any of the security realms in the IAMContext
    (go/security-realms). When used with IN, the condition indicates "any
    of the request's realms match one of the given values; with NOT_IN,
    "none of the realms match any of the given values". Note that a value
    can be: - 'self:campus' (i.e., clients that are in the same campus) -
    'self:metro' (i.e., clients that are in the same metro) - 'self:cloud-
    region' (i.e., allow connections from clients that are in the same
    cloud region) - 'self:prod-region' (i.e., allow connections from
    clients that are in the same prod region) - 'guardians' (i.e., allow
    connections from its guardian realms. See go/security-realms-
    glossary#guardian for more information.) - 'self' [DEPRECATED] (i.e.,
    allow connections from clients that are in the same security realm,
    which is currently but not guaranteed to be campus-sized) - a realm
    (e.g., 'campus-abc') - a realm group (e.g., 'realms-for-borg-cell-xx',
    see: go/realm-groups) A match is determined by a realm group
    membership check performed by a RealmAclRep object (go/realm-acl-
    howto). It is not permitted to grant access based on the *absence* of
    a realm, so realm conditions can only be used in a "positive" context
    (e.g., ALLOW/IN or DENY/NOT_IN).
  APPROVER: An approver (distinct from the requester) that has authorized
    this request. When used with IN, the condition indicates that one of
    the approvers associated with the request matches the specified
    principal, or is a member of the specified group. Approvers can only
    grant additional access, and are thus only used in a strictly positive
    context (e.g. ALLOW/IN or DENY/NOT_IN).
  JUSTIFICATION_TYPE: What types of justifications have been supplied with
    this request. String values should match enum names from
    security.credentials.JustificationType, e.g. "MANUAL_STRING". It is
    not permitted to grant access based on the *absence* of a
    justification, so justification conditions can only be used in a
    "positive" context (e.g., ALLOW/IN or DENY/NOT_IN). Multiple
    justifications, e.g., a Buganizer ID and a manually-entered reason,
    are normal and supported.
  CREDENTIALS_TYPE: What type of credentials have been supplied with this
    request. String values should match enum names from
    security_loas_l2.CredentialsType - currently, only
    CREDS_TYPE_EMERGENCY is supported. It is not permitted to grant access
    based on the *absence* of a credentials type, so the conditions can
    only be used in a "positive" context (e.g., ALLOW/IN or DENY/NOT_IN).
  CREDS_ASSERTION: EXPERIMENTAL -- DO NOT USE. The conditions can only be
    used in a "positive" context (e.g., ALLOW/IN or DENY/NOT_IN).
r   r   r   r(   r7            r   N)r   r   r   r   r   NO_ATTR	AUTHORITYATTRIBUTIONSECURITY_REALMAPPROVERJUSTIFICATION_TYPECREDENTIALS_TYPECREDS_ASSERTIONr   r   r   r   IamValueValuesEnumrd   B  s4    0b GIKNHOr   rp   c                   0    \ rS rSrSrSrSrSrSrSr	Sr
S	rg
)Condition.OpValueValuesEnumi}  a  An operator to apply the subject with.

Values:
  NO_OP: Default no-op.
  EQUALS: DEPRECATED. Use IN instead.
  NOT_EQUALS: DEPRECATED. Use NOT_IN instead.
  IN: The condition is true if the subject (or any element of it if it is
    a set) matches any of the supplied values.
  NOT_IN: The condition is true if the subject (or every element of it if
    it is a set) matches none of the supplied values.
  DISCHARGED: Subject is discharged
r   r   r   r(   r7   re   r   N)r   r   r   r   r   NO_OPEQUALS
NOT_EQUALSINNOT_IN
DISCHARGEDr   r   r   r   OpValueValuesEnumrr   }  s'     EFJ	
BFJr   ry   c                   ,    \ rS rSrSrSrSrSrSrSr	Sr
g	)
Condition.SysValueValuesEnumi  a  Trusted attributes supplied by any service that owns resources and
uses the IAM system for access control.

Values:
  NO_ATTR: Default non-attribute type
  REGION: Region of the resource
  SERVICE: Service name
  NAME: Resource name
  IP: IP address of the caller
r   r   r   r(   r7   r   N)r   r   r   r   r   rh   REGIONSERVICENAMEIPr   r   r   r   SysValueValuesEnumr{     s"    	 GFGD	
Br   r   r   r   r(   r7   re   Tr   r   N)r   r   r   r   r   r   r.   rp   ry   r   r2   iamopr   svcsysvaluesr   r   r   r   rb   rb   0  s    "99>> 9v).. (9>> " 	0!4#.2"a #0!4#  T2&r   rb   c                   b    \ rS rSrSr\R                  " S5      r\R                  " SS5      r	Sr
g)ConnectAgentResourcei  zConnectAgentResource represents a Kubernetes resource manifest for
Connect Agent deployment.

Fields:
  manifest: YAML manifest of the resource.
  type: Kubernetes type of the resource.
r   TypeMetar   r   N)r   r   r   r   r   r   r   manifestr    typer   r   r   r   r   r     s+     ""1%(			
A	.$r   r   c                       \ rS rSrSr\R                  " SSSS9r\R                  " S5      r	\R                  " S5      r
S	rg
)CounterOptionsi  a  Increment a streamz counter with the specified metric and field names.
Metric names should start with a '/', generally be lowercase-only, and end
in "_count". Field names should not contain an initial slash. The actual
exported metric names will have "/iam/policy" prepended. Field names
correspond to IAM request parameters and field values are their respective
values. Supported field names: - "authority", which is "[token]" if
IAMContext.token is present, otherwise the value of
IAMContext.authority_selector if present, and otherwise a representation of
IAMContext.principal; or - "iam_principal", a representation of
IAMContext.principal even if a token or authority selector is present; or -
"" (empty string), resulting in a counter with no fields. Examples: counter
{ metric: "/debug_access_count" field: "iam_principal" } ==> increment
counter /iam/policy/debug_access_count {iam_principal=[value of
IAMContext.principal]}

Fields:
  customFields: Custom fields.
  field: The field value to attribute.
  metric: The metric to update.
CustomFieldr   Tr   r   r(   r   N)r   r   r   r   r   r   r    customFieldsr   fieldmetricr   r   r   r   r   r     s=    * ''q4H,



"%  #&r   r   c                       \ rS rSrSr\R                  " S5      r\R                  " SS5      r	\R                  " S5      r
\R                  " S5      rSrg	)
CreateReferenceRequesti  a  The CreateReferenceRequest request.

Fields:
  parent: Required. The parent resource name (target_resource of this
    reference). For example: `//targetservice.googleapis.com/projects/{my-
    project}/locations/{location}/instances/{my-instance}`.
  reference: Required. The reference to be created.
  referenceId: The unique id of this resource. Must be unique within a scope
    of a target resource, but does not have to be globally unique. Reference
    ID is part of resource name of the reference. Resource name is generated
    in the following way: {parent}/references/{reference_id}. Reference ID
    field is currently required but id auto generation might be added in the
    future. It can be any arbitrary string, either GUID or any other string,
    however CLHs can use preprocess callbacks to perform a custom
    validation.
  requestId: Optional. Request ID is an idempotency ID of the request. It
    must be a valid UUID. Zero UUID (00000000-0000-0000-0000-000000000000)
    is not supported.
r   	Referencer   r(   r7   r   N)r   r   r   r   r   r   r   parentr    	referencereferenceId	requestIdr   r   r   r   r   r     sK    (   #&$$[!4)%%a(+##A&)r   r   c                   `    \ rS rSrSr\R                  " S5      r\R                  " S5      rSr	g)r   i  aL  Custom fields. These can be used to create a counter with arbitrary
field/value pairs. See: go/rpcsp-custom-fields.

Fields:
  name: Name is the field name.
  value: Value is the field value. It is important that in contrast to the
    CounterOptions.field, the value here is a constant that is not derived
    from the IAMContext.
r   r   r   N)
r   r   r   r   r   r   r   namevaluer   r   r   r   r   r     s)     
		q	!$



"%r   r   c                   h    \ rS rSrSr " S S\R                  5      r\R                  " SS5      r	Sr
g)DataAccessOptionsi  zxWrite a Data Access (Gin) log

Enums:
  LogModeValueValuesEnum:

Fields:
  logMode: A LogModeValueValuesEnum attribute.
c                        \ rS rSrSrSrSrSrg)(DataAccessOptions.LogModeValueValuesEnumi  a  LogModeValueValuesEnum enum type.

Values:
  LOG_MODE_UNSPECIFIED: Client is not required to write a partial Gin log
    immediately after the authorization check. If client chooses to write
    one and it fails, client may either fail open (allow the operation to
    continue) or fail closed (handle as a DENY outcome).
  LOG_FAIL_CLOSED: The application's operation in the context of which
    this authorization check is being made may only be performed if it is
    successfully logged to Gin. For instance, the authorization library
    may satisfy this obligation by emitting a partial log entry at
    authorization check time and only returning ALLOW to the application
    if it succeeds. If a matching Rule has this directive, but the client
    has not indicated that it will honor such requirements, then the IAM
    check will result in authorization failure by setting
    CheckPolicyResponse.success=false.
r   r   r   N)r   r   r   r   r   LOG_MODE_UNSPECIFIEDLOG_FAIL_CLOSEDr   r   r   r   LogModeValueValuesEnumr     s    " Or   r   r   r   N)r   r   r   r   r   r   r.   r   r2   logModer   r   r   r   r   r     s,    y~~ *  8!<'r   r   c                   `    \ rS rSrSr\R                  " S5      r\R                  " S5      rSr	g)DeleteReferenceRequesti  a  The DeleteReferenceRequest request.

Fields:
  name: Required. Full resource name of the reference, in the following
    format:
    `//{targer_service}/{target_resource}/references/{reference_id}`. For
    example: `//targetservice.googleapis.com/projects/{my-
    project}/locations/{location}/instances/{my-instance}/references/{xyz}`.
  requestId: Optional. Request ID is an idempotency ID of the request. It
    must be a valid UUID. Zero UUID (00000000-0000-0000-0000-000000000000)
    is not supported.
r   r   r   N)
r   r   r   r   r   r   r   r   r   r   r   r   r   r   r     s)     
		q	!$##A&)r   r   c                   <    \ rS rSrSr\R                  " S5      rSrg)EdgeClusteri/  a  EdgeCluster contains information specific to Google Edge Clusters.

Fields:
  resourceLink: Immutable. Self-link of the Google Cloud resource for the
    Edge Cluster. For example: //edgecontainer.googleapis.com/projects/my-
    project/locations/us-west1-a/clusters/my-cluster
r   r   Nr   r   r   r   r   r   /  s     &&q),r   r   c                       \ rS rSrSrSrg)Emptyi;  a  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); }
r   NrS   r   r   r   r   r   ;  s    r   r   c                       \ rS rSrSr\R                  " S5      r\R                  " S5      r\R                  " S5      r	\R                  " S5      r
Srg)	rK   iD  aq  Represents a textual expression in the Common Expression Language (CEL)
syntax. CEL is a C-like expression language. The syntax and semantics of CEL
are documented at https://github.com/google/cel-spec. Example (Comparison):
title: "Summary size limit" description: "Determines if a summary is less
than 100 chars" expression: "document.summary.size() < 100" Example
(Equality): title: "Requestor is owner" description: "Determines if
requestor is the document owner" expression: "document.owner ==
request.auth.claims.email" Example (Logic): title: "Public documents"
description: "Determine whether the document should be publicly visible"
expression: "document.type != 'private' && document.type != 'internal'"
Example (Data Manipulation): title: "Notification string" description:
"Create a notification string with a timestamp." expression: "'New message
received at ' + string(document.create_time)" The exact variables and
functions that may be referenced within an expression are determined by the
service that evaluates it. See the service documentation for additional
information.

Fields:
  description: Optional. Description of the expression. This is a longer
    text which describes the expression, e.g. when hovered over it in a UI.
  expression: Textual representation of an expression in Common Expression
    Language syntax.
  location: Optional. String indicating the location of the expression for
    error reporting, e.g. a file name and a position in the file.
  title: Optional. Title for the expression, i.e. a short string describing
    its purpose. This can be used e.g. in UIs which allow to enter the
    expression.
r   r   r(   r7   r   N)r   r   r   r   r   r   r   description
expressionlocationtitler   r   r   r   rK   rK   D  sI    : %%a(+$$Q'*""1%(



"%r   rK   c                   <    \ rS rSrSr\R                  " SSSS9rSrg)	GenerateConnectManifestResponseih  zGenerateConnectManifestResponse contains manifest information for
installing/upgrading a Connect agent.

Fields:
  manifest: The ordered list of Kubernetes resources that need to be applied
    to the cluster for GKE Connect agent installation/upgrade.
r   r   Tr   r   N)	r   r   r   r   r   r   r    r   r   r   r   r   r   r   h  s     ##$:AM(r   r   c                   <    \ rS rSrSr\R                  " S5      rSrg)GetReferenceRequestit  aP  The GetReferenceRequest request.

Fields:
  name: Required. Full resource name of the reference, in the following
    format:
    `//{target_service}/{target_resource}/references/{reference_id}`. For
    example: `//targetservice.googleapis.com/projects/{my-
    project}/locations/{location}/instances/{my-instance}/references/{xyz}`.
r   r   N	r   r   r   r   r   r   r   r   r   r   r   r   r   r   t  s     
		q	!$r   r   c                   `    \ rS rSrSr\R                  " S5      r\R                  " S5      r	Sr
g)
GkeClusteri  a  GkeCluster contains information specific to GKE clusters.

Fields:
  clusterMissing: Output only. If cluster_missing is set then it denotes
    that the GKE cluster no longer exists in the GKE Control Plane.
  resourceLink: Immutable. Self-link of the Google Cloud resource for the
    GKE cluster. For example: //container.googleapis.com/projects/my-
    project/locations/us-west1-a/clusters/my-cluster Zonal clusters are also
    supported.
r   r   r   Nr   r   r   r   r   r   r0   clusterMissingr   r   r   r   r   r   r   r     s)    	 ))!,.&&q),r   r   c                   :    \ rS rSrSr\R                  " SSS9rSrg)!GkehubProjectsLocationsGetRequesti  z]A GkehubProjectsLocationsGetRequest object.

Fields:
  name: Resource name for the location.
r   Trequiredr   Nr   r   r   r   r   r          
		q4	0$r   r   c                   `    \ rS rSrSr\R                  " SS5      r\R                  " SSS9r	Sr
g	)
<GkehubProjectsLocationsGlobalMembershipsInitializeHubRequesti  a  A GkehubProjectsLocationsGlobalMembershipsInitializeHubRequest object.

Fields:
  initializeHubRequest: A InitializeHubRequest resource to be passed as the
    request body.
  project: Required. The Hub to initialize, in the format
    `projects/*/locations/*/memberships/*`.
InitializeHubRequestr   r   Tr   r   N)r   r   r   r   r   r   r    initializeHubRequestr   projectr   r   r   r   r   r     s/     #//0FJ!!!d3'r   r   c                       \ rS rSrSr\R                  " S5      r\R                  " S5      r	\R                  " SSS9r
\R                  " S\R                  R                  S	9r\R                  " S
5      rSrg)"GkehubProjectsLocationsListRequesti  a  A GkehubProjectsLocationsListRequest object.

Fields:
  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).
  includeUnrevealedLocations: If true, the returned list will include
    locations which are not yet revealed.
  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   r   r(   Tr   r7   variantre   r   N)r   r   r   r   r   r   r   filterr0   includeUnrevealedLocationsr   IntegerFieldVariantINT32pageSize	pageTokenr   r   r   r   r   r     sj       #&(55a8			q4	0$##Ay/@/@/F/FG(##A&)r   r   c                       \ rS rSrSr\R                  " SS5      r\R                  " S5      r	\R                  " SSS9r
S	rg
)/GkehubProjectsLocationsMembershipsCreateRequesti  a  A GkehubProjectsLocationsMembershipsCreateRequest object.

Fields:
  membership: A Membership resource to be passed as the request body.
  membershipId: Required. Client chosen ID for the membership.
    `membership_id` must be a valid RFC 1123 compliant DNS label: 1. At most
    63 characters in length 2. It must consist of lower case alphanumeric
    characters or `-` 3. It must start and end with an alphanumeric
    character Which can be expressed as the regex:
    `[a-z0-9]([-a-z0-9]*[a-z0-9])?`, with a maximum length of 63 characters.
  parent: Required. The parent (project and location) where the Memberships
    will be created. Specified in the format `projects/*/locations/*`.

Membershipr   r   r(   Tr   r   N)r   r   r   r   r   r   r    
membershipr   membershipIdr   r   r   r   r   r   r     s=     %%lA6*&&q),  T2&r   r   c                   ^    \ rS rSrSr\R                  " S5      r\R                  " SSS9r	Sr
g)	/GkehubProjectsLocationsMembershipsDeleteRequesti  a^  A GkehubProjectsLocationsMembershipsDeleteRequest object.

Fields:
  force: Optional. If set to true, any subresource from this Membership will
    also be deleted. Otherwise, the request will only work if the Membership
    has no subresource.
  name: Required. The Membership resource name in the format
    `projects/*/locations/*/memberships/*`.
r   r   Tr   r   N)r   r   r   r   r   r   r0   forcer   r   r   r   r   r   r   r     s+     
 
 
#%			q4	0$r   r   c                      \ rS rSrSr\R                  " S5      r\R                  " S5      r	\R                  " SSS9r\R                  " S5      r\R                  " S	5      r\R                  " S
5      r\R                  " S5      rSrg)@GkehubProjectsLocationsMembershipsGenerateConnectManifestRequesti  a  A GkehubProjectsLocationsMembershipsGenerateConnectManifestRequest
object.

Fields:
  imagePullSecretContent: Optional. The image pull secret content for the
    registry, if not public.
  isUpgrade: Optional. If true, generate the resources for upgrade only.
    Some resources generated only for installation (e.g. secrets) will be
    excluded.
  name: Required. The Membership resource name the Agent will associate
    with, in the format `projects/*/locations/*/memberships/*`.
  namespace: Optional. Namespace for GKE Connect agent resources. Defaults
    to `gke-connect`. The Connect Agent is authorized automatically when run
    in the default namespace. Otherwise, explicit authorization must be
    granted with an additional IAM binding.
  proxy: Optional. URI of a proxy if connectivity from the agent to
    gkeconnect.googleapis.com requires the use of a proxy. Format must be in
    the form `http(s)://{proxy_address}`, depending on the HTTP/HTTPS
    protocol supported by the proxy. This will direct the connect agent's
    outbound traffic through a HTTP(S) proxy.
  registry: Optional. The registry to fetch the connect agent image from.
    Defaults to gcr.io/gkeconnect.
  version: Optional. The Connect agent version to use. Defaults to the most
    current version.
r   r   r(   Tr   r7   re   rf   rg   r   N)r   r   r   r   r   r   r:   imagePullSecretContentr0   	isUpgrader   r   	namespaceproxyregistryversionr   r   r   r   r   r     s|    4 %//2$$Q')			q4	0$##A&)


q
!%""1%(!!!$'r   r   c                       \ rS rSrSr\R                  " S\R                  R                  S9r	\R                  " SSS9rSrg	)
5GkehubProjectsLocationsMembershipsGetIamPolicyRequesti  aA  A GkehubProjectsLocationsMembershipsGetIamPolicyRequest object.

Fields:
  options_requestedPolicyVersion: Optional. The maximum policy version that
    will be used to format the policy. Valid values are 0, 1, and 3.
    Requests specifying an invalid value will be rejected. Requests for
    policies with any conditional role bindings must specify version 3.
    Policies with no conditional role bindings may specify any valid value
    or leave the field unset. The policy in the response might use the
    policy version that you specified, or it might use a lower policy
    version. For example, if you specify version 3, but the policy has no
    conditional role bindings, the response uses version 1. To learn which
    resources support conditions in their IAM policies, see the [IAM
    documentation](https://cloud.google.com/iam/help/conditions/resource-
    policies).
  resource: REQUIRED: The resource for which the policy is being requested.
    See [Resource
    names](https://cloud.google.com/apis/design/resource_names) for the
    appropriate value for this field.
r   r   r   Tr   r   N)r   r   r   r   r   r   r   r   r   options_requestedPolicyVersionr   resourcer   r   r   r   r   r     s:    * $-#9#9!YEVEVE\E\#] ""1t4(r   r   c                   :    \ rS rSrSr\R                  " SSS9rSrg),GkehubProjectsLocationsMembershipsGetRequesti"  zA GkehubProjectsLocationsMembershipsGetRequest object.

Fields:
  name: Required. The Membership resource name in the format
    `projects/*/locations/*/memberships/*`.
r   Tr   r   Nr   r   r   r   r   r   "  s     
		q4	0$r   r   c                       \ rS rSrSr\R                  " S5      r\R                  " S5      r\R                  " S\R                  R                  S9r\R                  " S5      r\R                  " SS	S
9rSrg)-GkehubProjectsLocationsMembershipsListRequesti-  a  A GkehubProjectsLocationsMembershipsListRequest object.

Fields:
  filter: Optional. Lists Memberships that match the filter expression,
    following the syntax outlined in https://google.aip.dev/160. Examples: -
    Name is `bar` in project `foo-proj` and location `global`: name =
    "projects/foo-proj/locations/global/membership/bar" - Memberships that
    have a label called `foo`: labels.foo:* - Memberships that have a label
    called `foo` whose value is `bar`: labels.foo = bar - Memberships in the
    CREATING state: state = CREATING
  orderBy: Optional. One or more fields to compare and use to sort the
    output. See https://google.aip.dev/132#ordering.
  pageSize: Optional. When requesting a 'page' of resources, `page_size`
    specifies number of resources to return. If unspecified or set to 0, all
    resources will be returned.
  pageToken: Optional. Token returned by previous call to `ListMemberships`
    which specifies the position in the list from where to continue listing
    the resources.
  parent: Required. The parent (project and location) where the Memberships
    will be listed. Specified in the format `projects/*/locations/*`.
    `projects/*/locations/-` list memberships in all the regions.
r   r   r(   r   r7   re   Tr   r   N)r   r   r   r   r   r   r   r   orderByr   r   r   r   r   r   r   r   r   r   r   r   -  si    .   #&!!!$'##Ay/@/@/F/FG(##A&)  T2&r   r   c                       \ rS rSrSr\R                  " SS5      r\R                  " SSS9r	\R                  " S5      r
S	rg
).GkehubProjectsLocationsMembershipsPatchRequestiL  a#  A GkehubProjectsLocationsMembershipsPatchRequest object.

Fields:
  membership: A Membership resource to be passed as the request body.
  name: Required. The Membership resource name in the format
    `projects/*/locations/*/memberships/*`.
  updateMask: Required. Mask of fields to update.
r   r   r   Tr   r(   r   N)r   r   r   r   r   r   r    r   r   r   
updateMaskr   r   r   r   r   r   L  s=     %%lA6*			q4	0$$$Q'*r   r   c                   `    \ rS rSrSr\R                  " SSS9r\R                  " SS5      r	Sr
g	)
5GkehubProjectsLocationsMembershipsSetIamPolicyRequesti[  aq  A GkehubProjectsLocationsMembershipsSetIamPolicyRequest object.

Fields:
  resource: REQUIRED: The resource for which the policy is being specified.
    See [Resource
    names](https://cloud.google.com/apis/design/resource_names) for the
    appropriate value for this field.
  setIamPolicyRequest: A SetIamPolicyRequest resource to be passed as the
    request body.
r   Tr   SetIamPolicyRequestr   r   N)r   r   r   r   r   r   r   r   r    setIamPolicyRequestr   r   r   r   r   r   [  s/    	 ""1t4(!../DaHr   r   c                   `    \ rS rSrSr\R                  " SSS9r\R                  " SS5      r	Sr
g	)
;GkehubProjectsLocationsMembershipsTestIamPermissionsRequestik  a  A GkehubProjectsLocationsMembershipsTestIamPermissionsRequest object.

Fields:
  resource: REQUIRED: The resource for which the policy detail is being
    requested. See [Resource
    names](https://cloud.google.com/apis/design/resource_names) for the
    appropriate value for this field.
  testIamPermissionsRequest: A TestIamPermissionsRequest resource to be
    passed as the request body.
r   Tr   TestIamPermissionsRequestr   r   N)r   r   r   r   r   r   r   r   r    testIamPermissionsRequestr   r   r   r   r   r   k  s0    	 ""1t4('445PRSTr   r   c                   `    \ rS rSrSr\R                  " SS5      r\R                  " SSS9r	Sr
g	)
.GkehubProjectsLocationsOperationsCancelRequesti{  zA GkehubProjectsLocationsOperationsCancelRequest object.

Fields:
  cancelOperationRequest: A CancelOperationRequest resource to be passed as
    the request body.
  name: The name of the operation resource to be cancelled.
rQ   r   r   Tr   r   N)r   r   r   r   r   r   r    cancelOperationRequestr   r   r   r   r   r   r   r   {  s/     %112JAN			q4	0$r   r   c                   :    \ rS rSrSr\R                  " SSS9rSrg).GkehubProjectsLocationsOperationsDeleteRequesti  z|A GkehubProjectsLocationsOperationsDeleteRequest object.

Fields:
  name: The name of the operation resource to be deleted.
r   Tr   r   Nr   r   r   r   r   r     r   r   r   c                   :    \ rS rSrSr\R                  " SSS9rSrg)+GkehubProjectsLocationsOperationsGetRequesti  zkA GkehubProjectsLocationsOperationsGetRequest object.

Fields:
  name: The name of the operation resource.
r   Tr   r   Nr   r   r   r   r   r     r   r   r   c                       \ rS rSrSr\R                  " S5      r\R                  " SSS9r\R                  " S\R                  R                  S9r\R                  " S	5      rS
rg),GkehubProjectsLocationsOperationsListRequesti  zA GkehubProjectsLocationsOperationsListRequest 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   Tr   r(   r   r7   r   N)r   r   r   r   r   r   r   r   r   r   r   r   r   r   r   r   r   r   r   r     sY       #&			q4	0$##Ay/@/@/F/FG(##A&)r   r   c                       \ rS rSrSr\R                  " S5       " S S\R                  5      5       r	\R                  " S\R                  R                  S9r\R                  " SSS	S
9r\R                   " S5      rSrg)GoogleRpcStatusi  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.
additionalPropertiesc                   f    \ rS rSrSr " S S\R                  5      r\R                  " SSSS9r	Sr
g	)
%GoogleRpcStatus.DetailsValueListEntryi  A DetailsValueListEntry object.

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

Fields:
  additionalProperties: Properties of the object. Contains field @type
    with type URL.
c                   b    \ rS rSrSr\R                  " S5      r\R                  " SS5      r	Sr
g)8GoogleRpcStatus.DetailsValueListEntry.AdditionalPropertyi  An additional property for a DetailsValueListEntry object.

Fields:
  key: Name of the additional property.
  value: A extra_types.JsonValue attribute.
r   extra_types.JsonValuer   r   Nr   r   r   r   r   r   r   keyr    r   r   r   r   r   AdditionalPropertyr     ,    
 !!!$c$$%<a@er   r  r   Tr   r   Nr   r   r   r   r   r   Messager  r    r   r   r   r   r   DetailsValueListEntryr     4    		AY.. 	A %112FTXYr   r	  r   r   r   Tr   r(   r   N)r   r   r   r   r   r   MapUnrecognizedFieldsr   r  r	  r   r   r   coder    detailsr   messager   r   r   r   r   r     s|    & !!"89Zi// Z :Z2 
		9+<+<+B+B	C$""#:AM'!!!$'r   r   c                       \ rS rSrSrSrg)r   i  z-Request message for the InitializeHub method.r   NrS   r   r   r   r   r     s    6r   r   c                   `    \ rS rSrSr\R                  " S5      r\R                  " S5      rSr	g)InitializeHubResponsei  a  Response message for the InitializeHub method.

Fields:
  serviceIdentity: Name of the Hub default service identity, in the format:
    service-@gcp-sa-gkehub.iam.gserviceaccount.com The service account has
    `roles/gkehub.serviceAgent` in the Hub project.
  workloadIdentityPool: The Workload Identity Pool used for Workload
    Identity-enabled clusters registered with this Hub. Format:
    `.hub.id.goog`
r   r   r   N)
r   r   r   r   r   r   r   serviceIdentityr<   r   r   r   r   r  r    s*    	 ))!,/"..q1r   r  c                      \ rS rSrSr\R                  " S5      r\R                  " S5      r\R                  " S\R                  R                  S9r\R                  " S\R                  R                  S9r\R                  " S5      r\R                  " S	5      r\R                  " S
\R                  R                  S9rSrg)KubernetesMetadatai  a  KubernetesMetadata provides informational metadata for Memberships that
are created from Kubernetes Endpoints (currently, these are equivalent to
Kubernetes clusters).

Fields:
  distribution: Output only. Distribution as identified by GKE Hub from
    Kubernetes node resources.
  kubernetesApiServerVersion: Output only. Kubernetes API server version
    string as reported by '/version'.
  memoryMb: Output only. The total memory capacity as reported by the sum of
    all Kubernetes nodes resources, defined in MB.
  nodeCount: Output only. Node count as reported by Kubernetes nodes
    resources.
  nodeProviderId: Output only. Node providerID as reported by the first node
    in the list of nodes on the Kubernetes endpoint. On Kubernetes platforms
    that support zero-node clusters (like GKE-on-GCP), the node_count will
    be zero and the node_provider_id will be empty.
  updateTime: Output only. The time at which these details were last
    updated. This update_time is different from the Membership-level
    update_time since EndpointDetails are updated internally for API
    consumers.
  vcpuCount: Output only. vCPU count as reported by Kubernetes nodes
    resources.
r   r   r(   r   r7   re   rf   rg   r   N)r   r   r   r   r   r   r   distributionkubernetesApiServerVersionr   r   r   memoryMb	nodeCountnodeProviderId
updateTime	vcpuCountr   r   r   r   r  r    s    2 &&q),(44Q7##Ay/@/@/F/FG($$Q	0A0A0G0GH)((+.$$Q'*$$Q	0A0A0G0GH)r   r  c                       \ rS rSrSr\R                  " SSSS9r\R                  " S5      r	\R                  " SSSS9r
\R                  " S	S
5      rSrg)KubernetesResourcei  a  KubernetesResource contains the YAML manifests and configuration for
Membership Kubernetes resources in the cluster. After CreateMembership or
UpdateMembership, these resources should be re-applied in the cluster.

Fields:
  connectResources: Output only. The Kubernetes resources for installing the
    GKE Connect agent. This field is only populated in the Membership
    returned from a successful long-running operation from CreateMembership
    or UpdateMembership. It is not populated during normal GetMembership or
    ListMemberships requests. To get the resource manifest after the initial
    registration, the caller should make a UpdateMembership call with an
    empty field mask.
  membershipCrManifest: Input only. The YAML representation of the
    Membership CR. This field is ignored for GKE clusters where Hub can read
    the CR directly. Callers should provide the CR that is currently present
    in the cluster during Create or Update, or leave this field empty if
    none exists. The CR manifest is used to validate the cluster has not
    been registered with another Membership.
  membershipResources: Output only. Additional Kubernetes resources that
    need to be applied to the cluster after Membership creation, and after
    every update. This field is only populated in the Membership returned
    from a successful long-running operation from CreateMembership or
    UpdateMembership. It is not populated during normal GetMembership or
    ListMemberships requests. To get the resource manifest after the initial
    registration, the caller should make a UpdateMembership call with an
    empty field mask.
  resourceOptions: Optional. Options for Kubernetes resource generation.
ResourceManifestr   Tr   r   r(   ResourceOptionsr7   r   N)r   r   r   r   r   r   r    connectResourcesr   membershipCrManifestmembershipResourcesresourceOptionsr   r   r   r   r  r    sY    : ++,>DQ"..q1!../A1tT**+<a@/r   r  c                   `    \ rS rSrSr\R                  " SSSS9r\R                  " S5      r	Sr
g	)
ListLocationsResponsei:  zThe 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   r   N)r   r   r   r   r   r   r    	locationsr   nextPageTokenr   r   r   r   r%  r%  :  s-     $$ZTB)''*-r   r%  c                       \ rS rSrSr\R                  " S5      r\R                  " SSSS9r	\R                  " SSS9r
S	rg
)ListMembershipsResponseiG  a  Response message for the `GkeHub.ListMemberships` method.

Fields:
  nextPageToken: A token to request the next page of resources from the
    `ListMemberships` method. The value of an empty string means that there
    are no more resources to return.
  resources: The list of matching Memberships.
  unreachable: List of locations that could not be reached while fetching
    this list.
r   r   r   Tr   r(   r   N)r   r   r   r   r   r   r   r(  r    	resourcesunreachabler   r   r   r   r*  r*  G  s?    	 ''*-$$\1tD)%%a$7+r   r*  c                   `    \ rS rSrSr\R                  " S5      r\R                  " SSSS9r	Sr
g	)
ListOperationsResponseiX  zThe 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   r   N)r   r   r   r   r   r   r   r(  r    
operationsr   r   r   r   r.  r.  X  -     ''*-%%k1tD*r   r.  c                       \ rS rSrSr\R                  " S\R                  R                  S9r	\R                  " S5      r\R                  " S5      rSrg)	ListReferencesRequestie  au  The ListResourceMetadataRequest request.

Fields:
  pageSize: The maximum number of items to return. If unspecified, server
    will pick an appropriate default. Server may return fewer items than
    requested. A caller should only rely on response's next_page_token to
    determine if there are more References left to be queried.
  pageToken: The next_page_token value returned from a previous List
    request, if any.
  parent: Required. The parent resource name (target_resource of this
    reference). For example: `//targetservice.googleapis.com/projects/{my-
    project}/locations/{location}/instances/{my-instance}`.
r   r   r   r(   r   N)r   r   r   r   r   r   r   r   r   r   r   r   r   r   r   r   r   r3  r3  e  sG     ##Ay/@/@/F/FG(##A&)  #&r   r3  c                   `    \ rS rSrSr\R                  " S5      r\R                  " SSSS9r	Sr
g	)
ListReferencesResponseiy  zThe ListReferencesResponse response.

Fields:
  nextPageToken: Token to retrieve the next page of results, or empty if
    there are no more results in the list.
  references: The list of references.
r   r   r   Tr   r   N)r   r   r   r   r   r   r   r(  r    
referencesr   r   r   r   r5  r5  y  r1  r   r5  c                   x   \ rS rSrSr\R                  " S5       " S S\R                  5      5       r	\R                  " S5       " S S\R                  5      5       r
\R                  " S5      r\R                  " SS	5      r\R                  " S
5      r\R                  " SS5      r\R                  " S5      rSrg)r&  i  aM  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                   f    \ rS rSrSr " S S\R                  5      r\R                  " SSSS9r	Sr
g	)
Location.LabelsValuei  a   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                   `    \ rS rSrSr\R                  " S5      r\R                  " S5      rSr	g)'Location.LabelsValue.AdditionalPropertyi  An additional property for a LabelsValue object.

Fields:
  key: Name of the additional property.
  value: A string attribute.
r   r   r   N
r   r   r   r   r   r   r   r  r   r   r   r   r   r  r;    )    
 !!!$c##A&er   r  r   Tr   r   Nr  r   r   r   LabelsValuer9    s2    	'Y.. 	' %112FTXYr   r?  c                   f    \ rS rSrSr " S S\R                  5      r\R                  " SSSS9r	Sr
g	)
Location.MetadataValuei  a  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                   b    \ rS rSrSr\R                  " S5      r\R                  " SS5      r	Sr
g))Location.MetadataValue.AdditionalPropertyi  An additional property for a MetadataValue object.

Fields:
  key: Name of the additional property.
  value: A extra_types.JsonValue attribute.
r   r  r   r   Nr  r   r   r   r  rC    r  r   r  r   Tr   r   Nr  r   r   r   MetadataValuerA    r
  r   rE  r   r   r(   r7   re   r   N)r   r   r   r   r   r   r  r   r  r?  rE  r   displayNamer    labels
locationIdmetadatar   r   r   r   r   r&  r&    s    * !!"89ZI%% Z :Z0 !!"89Zi'' Z :Z2 %%a(+!!-3&$$Q'*##OQ7(			q	!$r   r&  c                       \ rS rSrSr\R                  " SS5      r\R                  " SS5      r\R                  " SS5      r	S	r
g
)	LogConfigi  zSpecifies what kind of log the caller must write

Fields:
  cloudAudit: Cloud audit options.
  counter: Counter options.
  dataAccess: Data access options.
rU   r   r   r   r   r(   r   N)r   r   r   r   r   r   r    
cloudAuditcounter
dataAccessr   r   r   r   rK  rK    sB     %%&91=*""#3Q7'%%&91=*r   rK  c                      \ rS rSrSr " S S\R                  5      r\R                  " S5       " S S\R                  5      5       r\R                  " SS	5      r\R                  " S
5      r\R                  " S5      r\R                  " S5      r\R                  " SS5      r\R                  " S5      r\R(                  " SS5      r\R                  " SS5      r\R                  " S5      r\R                  " SS5      r\R                  " S5      r\R                  " SS5      r\R                  " S5      r\R                  " S5      rSrg)r   i  ap
  Membership contains information about a member cluster.

Enums:
  InfrastructureTypeValueValuesEnum: Optional. The infrastructure type this
    Membership is running on.

Messages:
  LabelsValue: Optional. Labels for this membership.

Fields:
  authority: Optional. How to identify workloads from this Membership. See
    the documentation on Workload Identity for more details:
    https://cloud.google.com/kubernetes-engine/docs/how-to/workload-identity
  createTime: Output only. When the Membership was created.
  deleteTime: Output only. When the Membership was deleted.
  description: Output only. Description of this membership, limited to 63
    characters. Must match the regex: `a-zA-Z0-9*` This field is present for
    legacy purposes.
  endpoint: Optional. Endpoint information to reach this member.
  externalId: Optional. An externally-generated and managed ID for this
    Membership. This ID may be modified after creation, but this is not
    recommended. For GKE clusters, external_id is managed by the Hub API and
    updates will be ignored. The ID must match the regex: `a-zA-Z0-9*` If
    this Membership represents a Kubernetes cluster, this value should be
    set to the UID of the `kube-system` namespace object.
  infrastructureType: Optional. The infrastructure type this Membership is
    running on.
  labels: Optional. Labels for this membership.
  lastConnectionTime: Output only. For clusters using Connect, the timestamp
    of the most recent connection established with Google Cloud. This time
    is updated every several minutes, not continuously. For clusters that do
    not use GKE Connect, or that have never connected successfully, this
    field will be unset.
  monitoringConfig: Optional. The monitoring config information for this
    membership.
  name: Output only. The full, unique name of this Membership resource in
    the format `projects/*/locations/*/memberships/{membership_id}`, set
    during creation. `membership_id` must be a valid RFC 1123 compliant DNS
    label: 1. At most 63 characters in length 2. It must consist of lower
    case alphanumeric characters or `-` 3. It must start and end with an
    alphanumeric character Which can be expressed as the regex:
    `[a-z0-9]([-a-z0-9]*[a-z0-9])?`, with a maximum length of 63 characters.
  state: Output only. State of the Membership resource.
  uniqueId: Output only. Google-generated UUID for this resource. This is
    unique across all Membership resources. If a Membership resource is
    deleted and another resource with the same name is created, it gets a
    different unique_id.
  updateTime: Output only. When the Membership was last updated.
c                   $    \ rS rSrSrSrSrSrSrg),Membership.InfrastructureTypeValueValuesEnumi  a  Optional. The infrastructure type this Membership is running on.

Values:
  INFRASTRUCTURE_TYPE_UNSPECIFIED: No type was specified. Some Hub
    functionality may require a type be specified, and will not support
    Memberships with this value.
  ON_PREM: Private infrastructure that is owned or operated by customer.
    This includes GKE distributions such as GKE-OnPrem and GKE-
    OnBareMetal.
  MULTI_CLOUD: Public cloud infrastructure.
r   r   r   r   N)	r   r   r   r   r   INFRASTRUCTURE_TYPE_UNSPECIFIEDON_PREMMULTI_CLOUDr   r   r   r   !InfrastructureTypeValueValuesEnumrQ    s    
 '(#GKr   rU  r   c                   f    \ rS rSrSr " S S\R                  5      r\R                  " SSSS9r	Sr
g	)
Membership.LabelsValuei'  zOptional. Labels for this membership.

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

Fields:
  additionalProperties: Additional properties of type LabelsValue
c                   `    \ rS rSrSr\R                  " S5      r\R                  " S5      rSr	g))Membership.LabelsValue.AdditionalPropertyi2  r<  r   r   r   Nr=  r   r   r   r  rY  2  r>  r   r  r   Tr   r   Nr  r   r   r   r?  rW  '  s2    	'Y.. 	' %112FTXYr   r?  r5   r   r   r(   r7   MembershipEndpointre   rf   rg      	   MonitoringConfig
      MembershipState         r   N)r   r   r   r   r   r   r.   rU  r   r  r  r?  r    	authorityr   
createTime
deleteTimer   endpoint
externalIdr2   infrastructureTyperG  lastConnectionTimemonitoringConfigr   stateuniqueIdr  r   r   r   r   r   r     s>   0d)..   !!"89ZI%% Z :Z. $$[!4)$$Q'*$$Q'*%%a(+##$8!<($$Q'* **+NPQR!!-3& ,,Q/++,>C			r	"$

 
 !2B
7%""2&($$R(*r   r   c                      \ rS rSrSr " S S\R                  5      r\R                  " SS5      r	\R                  " SS5      r
\R                  " S	S
5      r\R                  " S5      r\R                  " SS5      r\R                  " SS5      r\R                   " SS5      r\R                  " SS5      r\R                  " SS5      rSrg)rZ  iO  a  MembershipEndpoint contains information needed to contact a Kubernetes
API, endpoint and any additional Kubernetes metadata.

Enums:
  ModeValueValuesEnum: Output only. The management mode of this membership.

Fields:
  applianceCluster: Optional. Specific information for a GDC Edge Appliance
    cluster.
  edgeCluster: Optional. Specific information for a Google Edge cluster.
  gkeCluster: Optional. Specific information for a GKE-on-GCP cluster.
  googleManaged: Output only. Whether the lifecycle of this membership is
    managed by a google cluster platform service.
  kubernetesMetadata: Output only. Useful Kubernetes-specific metadata.
  kubernetesResource: Optional. The in-cluster Kubernetes Resources that
    should be applied for a correctly registered cluster, in the steady
    state. These resources: * Ensure that the cluster is exclusively
    registered to one and only one Hub Membership. * Propagate Workload Pool
    Information available in the Membership Authority field. * Ensure proper
    initial configuration of default Hub Features.
  mode: Output only. The management mode of this membership.
  multiCloudCluster: Optional. Specific information for a GKE Multi-Cloud
    cluster.
  onPremCluster: Optional. Specific information for a GKE On-Prem cluster.
    An onprem user-cluster who has no resourceLink is not allowed to use
    this field, it should have a nil "type" instead.
c                        \ rS rSrSrSrSrSrg)&MembershipEndpoint.ModeValueValuesEnumil  zOutput only. The management mode of this membership.

Values:
  MODE_UNSPECIFIED: The mode is not set.
  AUTOFLEET: Membership is being managed in autofleet mode.
r   r   r   N)r   r   r   r   r   MODE_UNSPECIFIED	AUTOFLEETr   r   r   r   ModeValueValuesEnumrp  l  s     Ir   rs  r	   r   r   r   r   r(   r7   r  re   r  rf   rg   MultiCloudClusterr[  OnPremClusterr\  r   N)r   r   r   r   r   r   r.   rs  r    applianceClusteredgeCluster
gkeClusterr0   googleManagedkubernetesMetadatakubernetesResourcer2   modemultiCloudClusteronPremClusterr   r   r   r   rZ  rZ  O  s    8INN  ++,>B&&}a8+%%lA6*((+- --.BAF --.BAF			2A	6$,,-@!D((!<-r   rZ  c                   h    \ rS rSrSr " S S\R                  5      r\R                  " SS5      r	Sr
g)r`  i  zMembershipState describes the state of a Membership resource.

Enums:
  CodeValueValuesEnum: Output only. The current state of the Membership
    resource.

Fields:
  code: Output only. The current state of the Membership resource.
c                   0    \ rS rSrSrSrSrSrSrSr	Sr
S	rg
)#MembershipState.CodeValueValuesEnumi  ab  Output only. The current state of the Membership resource.

Values:
  CODE_UNSPECIFIED: The code is not set.
  CREATING: The cluster is being registered.
  READY: The cluster is registered.
  DELETING: The cluster is being unregistered.
  UPDATING: The Membership is being updated.
  SERVICE_UPDATING: The Membership is being updated by the Hub Service.
r   r   r   r(   r7   re   r   N)r   r   r   r   r   CODE_UNSPECIFIEDCREATINGREADYDELETINGUPDATINGSERVICE_UPDATINGr   r   r   r   CodeValueValuesEnumr    s)    	 HEHHr   r  r   r   N)r   r   r   r   r   r   r.   r  r2   r  r   r   r   r   r`  r`    s,    INN $ 
		2A	6$r   r`  c                       \ rS rSrSr\R                  " S5      r\R                  " S5      r\R                  " S5      r	\R                  " S5      r
\R                  " S5      rSrg	)
r]  i  aG  MonitoringConfig informs Fleet-based applications/services/UIs how the
metrics for the underlying cluster is reported to cloud monitoring services.
It can be set from empty to non-empty, but can't be mutated directly to
prevent accidentally breaking the constinousty of metrics.

Fields:
  cluster: Optional. Cluster name used to report metrics. For Anthos on
    VMWare/Baremetal/MultiCloud clusters, it would be in format
    {cluster_type}/{cluster_name}, e.g., "awsClusters/cluster_1".
  clusterHash: Optional. For GKE and Multicloud clusters, this is the UUID
    of the cluster resource. For VMWare and Baremetal clusters, this is the
    kube-system UID.
  kubernetesMetricsPrefix: Optional. Kubernetes system metrics, if
    available, are written to this prefix. This defaults to kubernetes.io
    for GKE, and kubernetes.io/anthos for Anthos eventually. Noted: Anthos
    MultiCloud will have kubernetes.io prefix today but will migration to be
    under kubernetes.io/anthos.
  location: Optional. Location used to report Metrics
  projectId: Optional. Project used to report Metrics
r   r   r(   r7   re   r   N)r   r   r   r   r   r   r   clusterclusterHashkubernetesMetricsPrefixr   	projectIdr   r   r   r   r]  r]    sZ    * !!!$'%%a(+%11!4""1%(##A&)r   r]  c                   `    \ rS rSrSr\R                  " S5      r\R                  " S5      r	Sr
g)rt  i  a  MultiCloudCluster contains information specific to GKE Multi-Cloud
clusters.

Fields:
  clusterMissing: Output only. If cluster_missing is set then it denotes
    that API(gkemulticloud.googleapis.com) resource for this GKE Multi-Cloud
    cluster no longer exists.
  resourceLink: Immutable. Self-link of the Google Cloud resource for the
    GKE Multi-Cloud cluster. For example:
    //gkemulticloud.googleapis.com/projects/my-project/locations/us-
    west1-a/awsClusters/my-cluster
    //gkemulticloud.googleapis.com/projects/my-project/locations/us-
    west1-a/azureClusters/my-cluster
    //gkemulticloud.googleapis.com/projects/my-project/locations/us-
    west1-a/attachedClusters/my-cluster
r   r   r   Nr   r   r   r   rt  rt    s)    " ))!,.&&q),r   rt  c                       \ rS rSrSr " S S\R                  5      r\R                  " S5      r	\R                  " S5      r
\R                  " SS5      r\R                  " S5      rS	rg
)ru  i  a  OnPremCluster contains information specific to GKE On-Prem clusters.

Enums:
  ClusterTypeValueValuesEnum: Immutable. The on prem cluster's type.

Fields:
  adminCluster: Immutable. Whether the cluster is an admin cluster.
  clusterMissing: Output only. If cluster_missing is set then it denotes
    that API(gkeonprem.googleapis.com) resource for this GKE On-Prem cluster
    no longer exists.
  clusterType: Immutable. The on prem cluster's type.
  resourceLink: Immutable. Self-link of the Google Cloud resource for the
    GKE On-Prem cluster. For example:
    //gkeonprem.googleapis.com/projects/my-project/locations/us-
    west1-a/vmwareClusters/my-cluster
    //gkeonprem.googleapis.com/projects/my-project/locations/us-
    west1-a/bareMetalClusters/my-cluster
c                   ,    \ rS rSrSrSrSrSrSrSr	Sr
g	)
(OnPremCluster.ClusterTypeValueValuesEnumi  a9  Immutable. The on prem cluster's type.

Values:
  CLUSTERTYPE_UNSPECIFIED: The ClusterType is not set.
  BOOTSTRAP: The ClusterType is bootstrap cluster.
  HYBRID: The ClusterType is baremetal hybrid cluster.
  STANDALONE: The ClusterType is baremetal standalone cluster.
  USER: The ClusterType is user cluster.
r   r   r   r(   r7   r   N)r   r   r   r   r   CLUSTERTYPE_UNSPECIFIED	BOOTSTRAPHYBRID
STANDALONEUSERr   r   r   r   ClusterTypeValueValuesEnumr    s#      IFJDr   r  r   r   r(   r7   r   N)r   r   r   r   r   r   r.   r  r0   adminClusterr   r2   clusterTyper   r   r   r   r   r   ru  ru    s\    &9>>   ''*,))!,.##$@!D+&&q),r   ru  c                   z   \ rS rSrSr\R                  " S5       " S S\R                  5      5       r	\R                  " S5       " S S\R                  5      5       r
\R                  " S5      r\R                  " S	S
5      r\R                  " SS5      r\R                   " S5      r\R                  " SS5      rSrg)r/  i  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                   f    \ rS rSrSr " S S\R                  5      r\R                  " SSSS9r	Sr
g	)
Operation.MetadataValuei(  a  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                   b    \ rS rSrSr\R                  " S5      r\R                  " SS5      r	Sr
g)*Operation.MetadataValue.AdditionalPropertyi7  rD  r   r  r   r   Nr  r   r   r   r  r  7  r  r   r  r   Tr   r   Nr  r   r   r   rE  r  (  s4    	AY.. 	A %112FTXYr   rE  c                   f    \ rS rSrSr " S S\R                  5      r\R                  " SSSS9r	Sr
g	)
Operation.ResponseValueiD  a  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                   b    \ rS rSrSr\R                  " S5      r\R                  " SS5      r	Sr
g)*Operation.ResponseValue.AdditionalPropertyiV  zAn additional property for a ResponseValue object.

Fields:
  key: Name of the additional property.
  value: A extra_types.JsonValue attribute.
r   r  r   r   Nr  r   r   r   r  r  V  r  r   r  r   Tr   r   Nr  r   r   r   ResponseValuer  D  s4     	AY.. 	A %112FTXYr   r  r   r   r   r(   r7   re   r   N)r   r   r   r   r   r   r  r   r  rE  r  r0   doner    errorrI  r   r   responser   r   r   r   r/  r/    s    'R !!"89Zi'' Z :Z6 !!"89Zi'' Z :Z< 
			"$

 
 !2A
6%##OQ7(			q	!$##OQ7(r   r/  c                      \ rS rSrSr\R                  " S5      r\R                  " S5      r	\R                  " S5      r
\R                  " S5      r\R                  " S5      r\R                  " S5      r\R                  " S	5      rS
rg)OperationMetadataij  a  Represents the metadata of the long-running operation.

Fields:
  apiVersion: Output only. API version used to start the operation.
  cancelRequested: Output only. Identifies whether the user has requested
    cancellation of the operation. Operations that have successfully been
    cancelled have Operation.error value with a google.rpc.Status.code of 1,
    corresponding to `Code.CANCELLED`.
  createTime: Output only. The time the operation was created.
  endTime: Output only. The time the operation finished running.
  statusDetail: 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(   r7   re   rf   rg   r   N)r   r   r   r   r   r   r   
apiVersionr0   cancelRequestedre  endTimestatusDetailtargetverbr   r   r   r   r  r  j  sy      $$Q'***1-/$$Q'*!!!$'&&q),  #&			q	!$r   r  c                       \ rS rSrSr\R                  " SSSS9r\R                  " SSSS9r\R                  " S	5      r
\R                  " S
SSS9r\R                  " S\R                  R                  S9rSrg)Policyi  ak  An Identity and Access Management (IAM) policy, which specifies access
controls for Google Cloud resources. A `Policy` is a collection of
`bindings`. A `binding` binds one or more `members`, or principals, to a
single `role`. Principals can be user accounts, service accounts, Google
groups, and domains (such as G Suite). A `role` is a named list of
permissions; each `role` can be an IAM predefined role or a user-created
custom role. For some types of Google Cloud resources, a `binding` can also
specify a `condition`, which is a logical expression that allows access to a
resource only if the expression evaluates to `true`. A condition can add
constraints based on attributes of the request, the resource, or both. To
learn which resources support conditions in their IAM policies, see the [IAM
documentation](https://cloud.google.com/iam/help/conditions/resource-
policies). **JSON example:** ``` { "bindings": [ { "role":
"roles/resourcemanager.organizationAdmin", "members": [
"user:mike@example.com", "group:admins@example.com", "domain:google.com",
"serviceAccount:my-project-id@appspot.gserviceaccount.com" ] }, { "role":
"roles/resourcemanager.organizationViewer", "members": [
"user:eve@example.com" ], "condition": { "title": "expirable access",
"description": "Does not grant access after Sep 2020", "expression":
"request.time < timestamp('2020-10-01T00:00:00.000Z')", } } ], "etag":
"BwWWja0YfJA=", "version": 3 } ``` **YAML example:** ``` bindings: -
members: - user:mike@example.com - group:admins@example.com -
domain:google.com - serviceAccount:my-project-id@appspot.gserviceaccount.com
role: roles/resourcemanager.organizationAdmin - members: -
user:eve@example.com role: roles/resourcemanager.organizationViewer
condition: title: expirable access description: Does not grant access after
Sep 2020 expression: request.time < timestamp('2020-10-01T00:00:00.000Z')
etag: BwWWja0YfJA= version: 3 ``` For a description of IAM and its features,
see the [IAM documentation](https://cloud.google.com/iam/docs/).

Fields:
  auditConfigs: Specifies cloud audit logging configuration for this policy.
  bindings: Associates a list of `members`, or principals, with a `role`.
    Optionally, may specify a `condition` that determines how and when the
    `bindings` are applied. Each of the `bindings` must contain at least one
    principal. The `bindings` in a `Policy` can refer to up to 1,500
    principals; up to 250 of these principals can be Google groups. Each
    occurrence of a principal counts towards these limits. For example, if
    the `bindings` grant 50 different roles to `user:alice@example.com`, and
    not to any other principal, then you can add another 1,450 principals to
    the `bindings` in the `Policy`.
  etag: `etag` is used for optimistic concurrency control as a way to help
    prevent simultaneous updates of a policy from overwriting each other. It
    is strongly suggested that systems make use of the `etag` in the read-
    modify-write cycle to perform policy updates in order to avoid race
    conditions: An `etag` is returned in the response to `getIamPolicy`, and
    systems are expected to put that etag in the request to `setIamPolicy`
    to ensure that their change will be applied to the same version of the
    policy. **Important:** If you use IAM Conditions, you must include the
    `etag` field whenever you call `setIamPolicy`. If you omit this field,
    then IAM allows you to overwrite a version `3` policy with a version `1`
    policy, and all of the conditions in the version `3` policy are lost.
  rules: If more than one rule is specified, the rules are applied in the
    following manner: - All matching LOG rules are always applied. - If any
    DENY/DENY_WITH_LOG rule matches, permission is denied. Logging will be
    applied if one or more matching rule requires logging. - Otherwise, if
    any ALLOW/ALLOW_WITH_LOG rule matches, permission is granted. Logging
    will be applied if one or more matching rule requires logging. -
    Otherwise, if no rule applies, permission is denied.
  version: Specifies the format of the policy. Valid values are `0`, `1`,
    and `3`. Requests that specify an invalid value are rejected. Any
    operation that affects conditional role bindings must specify version
    `3`. This requirement applies to the following operations: * Getting a
    policy that includes a conditional role binding * Adding a conditional
    role binding to a policy * Changing a conditional role binding in a
    policy * Removing any role binding, with or without a condition, from a
    policy that includes conditions **Important:** If you use IAM
    Conditions, you must include the `etag` field whenever you call
    `setIamPolicy`. If you omit this field, then IAM allows you to overwrite
    a version `3` policy with a version `1` policy, and all of the
    conditions in the version `3` policy are lost. If a policy does not
    include any conditions, operations on that policy may specify any valid
    version or leave the field unset. To learn which resources support
    conditions in their IAM policies, see the [IAM
    documentation](https://cloud.google.com/iam/help/conditions/resource-
    policies).
r   r   Tr   rI   r   r(   Ruler7   re   r   r   N)r   r   r   r   r   r   r    auditConfigsbindingsr:   etagrulesr   r   r   r   r   r   r   r   r  r    su    L\ ''q4H,##Iq4@(			a	 $

 
 T
:%""1i.?.?.E.EF'r   r  c                   D   \ rS rSrSr\R                  " S5       " S S\R                  5      5       r	\R                  " S5      r\R                  " SSSS	9r\R                  " S
5      r\R                  " S5      r\R                  " S5      r\R                  " S5      rSrg)r   i  a  Represents a reference to a resource.

Messages:
  DetailsValueListEntry: A DetailsValueListEntry object.

Fields:
  createTime: Output only. The creation time.
  details: Details of the reference type with no implied semantics.
    Cumulative size of the field must not be more than 1KiB.
  name: Output only. Relative resource name of the reference. Includes
    target resource as a parent and reference uid
    `{target_resource}/references/{reference_id}`. For example,
    `projects/{my-project}/locations/{location}/instances/{my-
    instance}/references/{xyz}`.
  sourceResource: Required. Full resource name of the resource which refers
    the target resource. For example:
    //tpu.googleapis.com/projects/myproject/nodes/mynode
  targetUniqueId: Output only. The unique_id of the target resource. Example
    1: (For arcus resource) A-1-0-2-387420123-13-913517247483640811
    unique_id format defined in go/m11n-unique-id-as-resource-id Example 2:
    (For CCFE resource) 123e4567-e89b-12d3-a456-426614174000
  type: Required. Type of the reference. A service might impose limits on
    number of references of a specific type. Note: It's recommended to use
    CAPITALS_WITH_UNDERSCORES style for a type name.
r   c                   f    \ rS rSrSr " S S\R                  5      r\R                  " SSSS9r	Sr
g	)
Reference.DetailsValueListEntryi  r   c                   b    \ rS rSrSr\R                  " S5      r\R                  " SS5      r	Sr
g)2Reference.DetailsValueListEntry.AdditionalPropertyi  r  r   r  r   r   Nr  r   r   r   r  r    r  r   r  r   Tr   r   Nr  r   r   r   r	  r    r
  r   r	  r   r   Tr   r(   r7   re   rf   r   N)r   r   r   r   r   r   r  r   r  r	  r   re  r    r  r   sourceResourcetargetUniqueIdr   r   r   r   r   r   r     s    4 !!"89Zi// Z :Z2 $$Q'*""#:AM'			q	!$((+.((+.			q	!$r   r   c                   `    \ rS rSrSr\R                  " S5      r\R                  " S5      r	Sr
g)r  i  ar  ResourceManifest represents a single Kubernetes resource to be applied
to the cluster.

Fields:
  clusterScoped: Whether the resource provided in the manifest is
    `cluster_scoped`. If unset, the manifest is assumed to be namespace
    scoped. This field is used for REST mapping when applying the resource
    in a cluster.
  manifest: YAML manifest of the resource.
r   r   r   N)r   r   r   r   r   r   r0   clusterScopedr   r   r   r   r   r   r  r    s)    	 ((+-""1%(r   r  c                       \ rS rSrSr\R                  " S5      r\R                  " S5      r\R                  " S5      r
Srg)r  i'  a  ResourceOptions represent options for Kubernetes resource generation.

Fields:
  connectVersion: Optional. The Connect agent version to use for
    connect_resources. Defaults to the latest GKE Connect version. The
    version must be a currently supported version, obsolete versions will be
    rejected.
  k8sVersion: Optional. Major version of the Kubernetes cluster. This is
    only used to determine which version to use for the
    CustomResourceDefinition resources, `apiextensions/v1beta1`
    or`apiextensions/v1`.
  v1beta1Crd: Optional. Use `apiextensions/v1beta1` instead of
    `apiextensions/v1` for CustomResourceDefinition resources. This option
    should be set for clusters with Kubernetes apiserver versions <1.16.
r   r   r(   r   N)r   r   r   r   r   r   r   connectVersion
k8sVersionr0   
v1beta1Crdr   r   r   r   r  r  '  s9      ((+.$$Q'*%%a(*r   r  c                   :   \ rS rSrSr " S S\R                  5      r\R                  " SS5      r	\R                  " SSSS	9r\R                  " S
5      r\R                  " SSS	9r\R                  " SSSS	9r\R                  " SSS	9r\R                  " SSS	9rSrg)r  i=  a  A rule to be applied in a Policy.

Enums:
  ActionValueValuesEnum: Required

Fields:
  action: Required
  conditions: Additional restrictions that must be met. All conditions must
    pass for the rule to match.
  description: Human-readable description of the rule.
  in_: If one or more 'in' clauses are specified, the rule matches if the
    PRINCIPAL/AUTHORITY_SELECTOR is in at least one of these entries.
  logConfig: The config returned to callers of CheckPolicy for any entries
    that match the LOG action.
  notIn: If one or more 'not_in' clauses are specified, the rule matches if
    the PRINCIPAL/AUTHORITY_SELECTOR is in none of the entries. The format
    for in and not_in entries can be found at in the Local IAM documentation
    (see go/local-iam#features).
  permissions: A permission is a string of form '..' (e.g.,
    'storage.buckets.list'). A value of '*' matches all permissions, and a
    verb part of '*' (e.g., 'storage.buckets.*') matches all verbs.
c                   0    \ rS rSrSrSrSrSrSrSr	Sr
S	rg
)Rule.ActionValueValuesEnumiU  a  Required

Values:
  NO_ACTION: Default no action.
  ALLOW: Matching 'Entries' grant access.
  ALLOW_WITH_LOG: Matching 'Entries' grant access and the caller promises
    to log the request per the returned log_configs.
  DENY: Matching 'Entries' deny access.
  DENY_WITH_LOG: Matching 'Entries' deny access and the caller promises to
    log the request per the returned log_configs.
  LOG: Matching 'Entries' tell IAM.Check callers to generate logs.
r   r   r   r(   r7   re   r   N)r   r   r   r   r   	NO_ACTIONALLOWALLOW_WITH_LOGDENYDENY_WITH_LOGLOGr   r   r   r   ActionValueValuesEnumr  U  s'     IENDM
Cr   r  r   rb   r   Tr   r(   r7   rK  re   rf   rg   r   N)r   r   r   r   r   r   r.   r  r2   actionr    
conditionsr   r   in_	logConfignotInpermissionsr   r   r   r   r  r  =  s    .inn ( 6:&%%k1tD*%%a(+a$/#$$[!dC)


D
1%%%a$7+r   r  c                   b    \ rS rSrSr\R                  " SS5      r\R                  " S5      r	Sr
g)r   ir  a
  Request message for `SetIamPolicy` method.

Fields:
  policy: REQUIRED: The complete policy to be applied to the `resource`. The
    size of the policy is limited to a few 10s of KB. An empty policy is a
    valid policy but certain Google Cloud services (such as Projects) might
    reject them.
  updateMask: OPTIONAL: A FieldMask specifying which fields of the policy to
    modify. Only the fields in the mask will be modified. If no mask is
    provided, the following default mask is used: `paths: "bindings, etag"`
r  r   r   r   N)r   r   r   r   r   r   r    policyr   r   r   r   r   r   r   r   r  s+    
 !!(A.&$$Q'*r   r   c                      \ rS rSrSr " S S\R                  5      r " S S\R                  5      r\R                  " SS5      r
\R                  " S5      r\R                  " SS	S
S9r\R                  " S5      r\R                  " S5      r\R                  " S5      r\R                  " S5      r\R$                  " SSS9r\R                  " S5      r\R                  " S5      r\R                  " S5      r\R                  " S5      rSrg)StandardQueryParametersi  a  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                   $    \ rS rSrSrSrSrSrSrg)*StandardQueryParameters.AltValueValuesEnumi  zData 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   r   N)	r   r   r   r   r   jsonmediaprotor   r   r   r   AltValueValuesEnumr    s     DEEr   r  c                        \ rS rSrSrSrSrSrg)-StandardQueryParameters.FXgafvValueValuesEnumi  zFV1 error format.

Values:
  _1: v1 error format
  _2: v2 error format
r   r   r   N)r   r   r   r   r   _1_2r   r   r   r   FXgafvValueValuesEnumr    s     
B	
Br   r  r   r   r(   r  )defaultr7   re   rf   rg   r[  Tr\  r^  r_  ra  r   N)r   r   r   r   r   r   r.   r  r  r2   f__xgafvr   access_tokenaltcallbackfieldsr  oauth_tokenr0   prettyPrint	quotaUsertrace
uploadTypeupload_protocolr   r   r   r   r  r    s    4
9>> 
inn    !8!<(&&q),0!VD#""1%(  #&a #%%a(+&&q$7+##A&)



#%$$R(*))"-/r   r  c                   :    \ rS rSrSr\R                  " SSS9rSrg)r   i  a3  Request message for `TestIamPermissions` method.

Fields:
  permissions: The set of permissions to check for the `resource`.
    Permissions with wildcards (such as `*` or `storage.*`) are not allowed.
    For more information see [IAM
    Overview](https://cloud.google.com/iam/docs/overview#permissions).
r   Tr   r   N	r   r   r   r   r   r   r   r  r   r   r   r   r   r     s     %%a$7+r   r   c                   :    \ rS rSrSr\R                  " SSS9rSrg)TestIamPermissionsResponsei  zResponse message for `TestIamPermissions` method.

Fields:
  permissions: A subset of `TestPermissionsRequest.permissions` that the
    caller is allowed.
r   Tr   r   Nr  r   r   r   r  r    s     %%a$7+r   r  c                   `    \ rS rSrSr\R                  " S5      r\R                  " S5      rSr	g)r   i  zTypeMeta is the type information needed for content unmarshalling of
Kubernetes resources in the manifest.

Fields:
  apiVersion: APIVersion of the resource (e.g. v1).
  kind: Kind of the resource (e.g. Deployment).
r   r   r   N)
r   r   r   r   r   r   r   r  kindr   r   r   r   r   r     s)     $$Q'*			q	!$r   r   r  inr  z$.xgafvr  1r  2r   zoptions.requestedPolicyVersionN)Qr   
__future__r   apitools.base.protorpcliter   r   apitools.base.pyr   r   packager  r	   r   r   r5   r>   rI   rQ   rU   rb   r   r   r   r   r   r   r   r   rK   r   r   r   r   r   r   r   r   r   r   r   r   r   r   r   r   r   r   r   r   r   r  r  r  r%  r*  r.  r3  r5  r&  rK  r   rZ  r`  r]  rt  ru  r/  r  r  r   r  r  r  r   r  r   r  r   AddCustomJsonFieldMappingAddCustomJsonEnumMappingr  r   r   r   <module>r     s  
 ' < % ( *y(( *%)## %:!=Y&& !=H 2	!!  2FK)"3"3 K<V"i V"r=Y.. =0K	)) 0Kfv3	!! v3r
/9,, 
/$Y&& $6'Y.. '6#)## #=	)) =D'Y.. '$	*)## 	*I !#9 !#H	Ni&7&7 	N")++ "*"" * 1	(9(9 149CTCT 4'):): '.3i6G6G 3(1i6G6G 1!%yGXGX !%H5I<M<M 54193D3D 13I4E4E 3>(Y5F5F (II<M<M I U)BSBS U 
1Y5F5F 
11Y5F5F 11)2C2C 1'93D3D ' 0%i'' 0%f79,, 72I-- 2  I**  IF!A** !AH
+I-- 
+8i// 8"
EY.. 
E$I-- $(
EY.. 
EM"y   M"`>	!! >h)"" h)V/=** /=d7i'' 7@'y(( ':*	)) *,'*I%% '*Ti8	!! i8X"	)) "4SGY SGl:"	!! :"z&y(( & )i'' ),289 28j()++ ("<.i// <.~
8	 1 1 
88!2!2 8
"y   
" 	 " "%  " "Z4  ! !114>  ! !114>  " "9;[]}r   