
    $                       d Z ddlmZ ddlmZ ddlmZ ddlmZ dZ	 G d dej                        Z G d	 d
ej                        Z G d dej                        Z G d dej                        Z G d dej                        Z G d dej                        Z G d dej                        Z G d dej                        Z G d dej                        Z G d dej                        Z G d dej                        Z G d dej                        Z G d d ej                        Z G d! d"ej                        Z G d# d$ej                        Z G d% d&ej                        Z G d' d(ej                        Z G d) d*ej                        Z G d+ d,ej                        Z G d- d.ej                        Z G d/ d0ej                        Z G d1 d2ej                        Z  G d3 d4ej                        Z! G d5 d6ej                        Z" G d7 d8ej                        Z# G d9 d:ej                        Z$ G d; d<ej                        Z% G d= d>ej                        Z& G d? d@ej                        Z' G dA dBej                        Z( G dC dDej                        Z) G dE dFej                        Z* G dG dHej                        Z+ G dI dJej                        Z, G dK dLej                        Z- G dM dNej                        Z. G dO dPej                        Z/ G dQ dRej                        Z0 G dS dTej                        Z1 G dU dVej                        Z2 G dW dXej                        Z3 G dY dZej                        Z4 G d[ d\ej                        Z5 G d] d^ej                        Z6 G d_ d`ej                        Z7 G da dbej                        Z8 G dc ddej                        Z9 G de dfej                        Z: G dg dhej                        Z; G di djej                        Z< G dk dlej                        Z= G dm dnej                        Z> G do dpej                        Z? G dq drej                        Z@ G ds dtej                        ZA G du dvej                        ZB G dw dxej                        ZC G dy dzej                        ZD G d{ d|ej                        ZE G d} d~ej                        ZF G d dej                        ZG G d dej                        ZH G d dej                        ZI G d dej                        ZJ G d dej                        ZK G d dej                        ZL G d dej                        ZM G d dej                        ZN G d dej                        ZO G d dej                        ZP G d dej                        ZQ G d dej                        ZR G d dej                        ZS G d dej                        ZT G d dej                        ZU G d dej                        ZV G d dej                        ZW G d dej                        ZX G d dej                        ZY G d dej                        ZZ G d dej                        Z[ G d dej                        Z\ G d dej                        Z] G d dej                        Z^ G d dej                        Z_ G d dej                        Z` G d dej                        Za G d dej                        Zb G d dej                        Zc G d dej                        Zd G d dej                        Ze G d dej                        Zf G d dej                        Zg G d dej                        Zh G dÄ dej                        Zi G dń dej                        Zj G dǄ dej                        Zk G dɄ dej                        Zl G d˄ dej                        Zm G d̈́ dej                        Zn G dτ dej                        Zo G dф dej                        Zp G dӄ dej                        Zq G dՄ dej                        Zr G dׄ dej                        Zs G dل dej                        Zt G dۄ dej                        Zu G d݄ dej                        Zv G d߄ dej                        Zw G d dej                        Zx G d dej                        Zy G d dej                        Zz G d dej                        Z{ G d dej                        Z| G d dej                        Z} G d dej                        Z~ G d dej                        Z G d dej                        Z G d dej                        Z G d dej                        Z G d dej                        Z G d dej                        Z G d dej                        Z G d dej                        Z G d d ej                        Z G d dej                        Z G d dej                        Z G d dej                        Z G d dej                        Z G d	 d
ej                        Z G d dej                        Z G d dej                        Z G d dej                        Z G d dej                        Z G d dej                        Z G d dej                        Z G d dej                        Z G d dej                        Z G d dej                        Z G d dej                        Z G d d ej                        Z G d! d"ej                        Z G d# d$ej                        Z G d% d&ej                        Z G d' d(ej                        Z G d) d*ej                        Z G d+ d,ej                        Z G d- d.ej                        Z G d/ d0ej                        Z G d1 d2ej                        Z G d3 d4ej                        Z G d5 d6ej                        Z G d7 d8ej                        Z ejH                  ed9d:        ejJ                  ejL                  d;d<        ejJ                  ejL                  d=d>       y?(@  zdGenerated message classes for managedkafka version v1.

Manage Apache Kafka clusters and resources.
    )absolute_import)messages)encoding)extra_typesmanagedkafkac                   :    e Zd ZdZ ej
                  ddd      Zy)AccessConfiga  The configuration of access to the Kafka cluster.

  Fields:
    networkConfigs: Required. Virtual Private Cloud (VPC) networks that must
      be granted direct access to the Kafka cluster. Minimum of 1 network is
      required. Maximum 10 networks can be specified.
  NetworkConfig   TrepeatedN__name__
__module____qualname____doc__	_messagesMessageFieldnetworkConfigs     Ulib/googlecloudsdk/generated_clients/apis/managedkafka/v1/managedkafka_v1_messages.pyr	   r	      s     *9))/1tL.r   r	   c                       e Zd ZdZ ej
                  ddd      Z ej                  d      Z ej                  d      Z	 ej                  d      Z
 ej                  d	      Z ej                  d
      Zy)Acla  Represents the set of ACLs for a given Kafka Resource Pattern, which
  consists of resource_type, resource_name and pattern_type.

  Fields:
    aclEntries: Required. The ACL entries that apply to the resource pattern.
      The maximum number of allowed entries 100.
    etag: Optional. `etag` is used for concurrency control. An `etag` is
      returned in the response to `GetAcl` and `CreateAcl`. Callers are
      required to put that etag in the request to `UpdateAcl` to ensure that
      their change will be applied to the same version of the acl that exists
      in the Kafka Cluster. A terminal 'T' character in the etag indicates
      that the AclEntries were truncated; more entries for the Acl exist on
      the Kafka Cluster, but can't be returned in the Acl due to repeated
      field limits.
    name: Identifier. The name for the acl. Represents a single Resource
      Pattern. Structured like:
      projects/{project}/locations/{location}/clusters/{cluster}/acls/{acl_id}
      The structure of `acl_id` defines the Resource Pattern (resource_type,
      resource_name, pattern_type) of the acl. `acl_id` is structured like one
      of the following: For acls on the cluster: `cluster` For acls on a
      single resource within the cluster: `topic/{resource_name}`
      `consumerGroup/{resource_name}` `transactionalId/{resource_name}` For
      acls on all resources that match a prefix:
      `topicPrefixed/{resource_name}` `consumerGroupPrefixed/{resource_name}`
      `transactionalIdPrefixed/{resource_name}` For acls on all resources of a
      given type (i.e. the wildcard literal "*"): `allTopics` (represents
      `topic/*`) `allConsumerGroups` (represents `consumerGroup/*`)
      `allTransactionalIds` (represents `transactionalId/*`)
    patternType: Output only. The ACL pattern type derived from the name. One
      of: LITERAL, PREFIXED.
    resourceName: Output only. The ACL resource name derived from the name.
      For cluster resource_type, this is always "kafka-cluster". Can be the
      wildcard literal "*".
    resourceType: Output only. The ACL resource type derived from the name.
      One of: CLUSTER, TOPIC, GROUP, TRANSACTIONAL_ID.
  AclEntryr   Tr                  N)r   r   r   r   r   r   
aclEntriesStringFieldetagnamepatternTyperesourceNameresourceTyper   r   r   r   r      sz    #J &y%%j!dC*			q	!$			q	!$%	%%a(+&&&q),&&&q),r   r   c                       e Zd ZdZ ej
                  d      Z ej
                  d      Z ej
                  d      Z ej
                  d      Z	y)r   a  Represents the access granted for a given Resource Pattern in an ACL.

  Fields:
    host: Required. The host. Must be set to "*" for Managed Service for
      Apache Kafka.
    operation: Required. The operation type. Allowed values are (case
      insensitive): ALL, READ, WRITE, CREATE, DELETE, ALTER, DESCRIBE,
      CLUSTER_ACTION, DESCRIBE_CONFIGS, ALTER_CONFIGS, and IDEMPOTENT_WRITE.
      See https://kafka.apache.org/documentation/#operations_resources_and_pro
      tocols for valid combinations of resource_type and operation for
      different Kafka API requests.
    permissionType: Required. The permission type. Accepted values are (case
      insensitive): ALLOW, DENY.
    principal: Required. The principal. Specified as Google Cloud account,
      with the Kafka StandardAuthorizer prefix "User:". For example:
      "User:test-kafka-client@test-project.iam.gserviceaccount.com". Can be
      the wildcard "User:*" to refer to all users.
  r   r   r   r   N)
r   r   r   r   r   r"   host	operationpermissionType	principalr   r   r   r   r   K   sQ    & 
		q	!$#i##A&)(9((+.#i##A&)r   r   c                   Z    e Zd ZdZ ej
                  dd      Z ej                  d      Zy)AddAclEntryResponsezResponse for AddAclEntry.

  Fields:
    acl: The updated acl.
    aclCreated: Whether the acl was created as a result of adding the acl
      entry.
  r   r   r   N)	r   r   r   r   r   r   aclBooleanField
aclCreatedr   r   r   r.   r.   e   s/     		ua(#%y%%a(*r   r.   c                       e Zd ZdZy)CancelOperationRequestz3The request message for Operations.CancelOperation.Nr   r   r   r   r   r   r   r3   r3   r   s    <r   r3   c                   X    e Zd ZdZ ej
                  d      Z ej
                  d      Zy)CapacityConfigaJ  A capacity configuration of a Kafka cluster.

  Fields:
    memoryBytes: Required. The memory to provision for the cluster in bytes.
      The CPU:memory ratio (vCPU:GiB) must be between 1:1 and 1:8. Minimum:
      3221225472 (3 GiB).
    vcpuCount: Required. The number of vCPUs to provision for the cluster.
      Minimum: 3.
  r   r   N)r   r   r   r   r   IntegerFieldmemoryBytes	vcpuCountr   r   r   r6   r6   v   s-     '	&&q)+$i$$Q')r   r6   c                   4    e Zd ZdZ ej
                  d      Zy)!CertificateAuthorityServiceConfigaQ  A configuration for the Google Certificate Authority Service.

  Fields:
    caPool: Required. The name of the CA pool to pull CA certificates from.
      Structured like:
      projects/{project}/locations/{location}/caPools/{ca_pool}. The CA pool
      does not need to be in the same project or location as the Kafka
      cluster.
  r   N)r   r   r   r   r   r"   caPoolr   r   r   r;   r;      s     !9  #&r   r;   c                       e Zd ZdZ G d dej
                        Z ej                  ddd      Z ej                  d      Z
 ej                  dd	      Z ej                  d
      Zy)CheckCompatibilityRequesta  Request for CheckCompatibility.

  Enums:
    SchemaTypeValueValuesEnum: Optional. The schema type of the schema.

  Fields:
    references: Optional. The schema references used by the schema.
    schema: Required. The schema payload
    schemaType: Optional. The schema type of the schema.
    verbose: Optional. If true, the response will contain the compatibility
      check result with reasons for failed checks. The default is false.
  c                        e Zd ZdZdZdZdZdZy)3CheckCompatibilityRequest.SchemaTypeValueValuesEnumOptional. The schema type of the schema.

    Values:
      SCHEMA_TYPE_UNSPECIFIED: No schema type. The default will be AVRO.
      AVRO: Avro schema type.
      JSON: JSON schema type.
      PROTOBUF: Protobuf schema type.
    r   r   r   r   Nr   r   r   r   SCHEMA_TYPE_UNSPECIFIEDAVROJSONPROTOBUFr   r   r   SchemaTypeValueValuesEnumr@            DDHr   rG   SchemaReferencer   Tr   r   r   r   N)r   r   r   r   r   EnumrG   r   
referencesr"   schema	EnumField
schemaTyper0   verboser   r   r   r>   r>      si    )..  &y%%&7TJ* 9  #&"y""#>B*"I""1%'r   r>   c                   \    e Zd ZdZ ej
                  d      Z ej                  dd      Zy)CheckCompatibilityResponsezResponse for CheckCompatibility.

  Fields:
    is_compatible: The compatibility check result. If true, the schema is
      compatible with the resource.
    messages: Failure reasons if verbose = true.
  r   r   Tr   N)	r   r   r   r   r   r0   is_compatibler"   r   r   r   r   rQ   rQ      s/     ))((+-"Y""1t4(r   rQ   c                      e Zd ZdZ G d dej
                        Z ej                  d       G d dej                               Z
 ej                  d       G d dej                               Z ej                  dd	      Z ej                  d
d      Z ej                  d      Z ej                  dd      Z ej                  d      Z ej                  dd      Z ej                  d      Z ej                  dd      Z ej,                  d      Z ej,                  d      Z ej2                  dd      Z ej                  dd      Z ej                  dd      Z ej                  d      Zy)Clustera  An Apache Kafka cluster deployed in a location.

  Enums:
    StateValueValuesEnum: Output only. The current state of the cluster.

  Messages:
    BrokersPerZoneValue: Output only. Only populated when FULL view is
      requested. The number of brokers per zone.
    LabelsValue: Optional. Labels as key value pairs.

  Fields:
    brokersPerZone: Output only. Only populated when FULL view is requested.
      The number of brokers per zone.
    capacityConfig: Required. Capacity configuration for the Kafka cluster.
    createTime: Output only. The time when the cluster was created.
    gcpConfig: Required. Configuration properties for a Kafka cluster deployed
      to Google Cloud Platform.
    kafkaVersion: Output only. Only populated when FULL view is requested. The
      Kafka version of the cluster.
    labels: Optional. Labels as key value pairs.
    name: Identifier. The name of the cluster. Structured like:
      projects/{project_number}/locations/{location}/clusters/{cluster_id}
    rebalanceConfig: Optional. Rebalance configuration for the Kafka cluster.
    satisfiesPzi: Output only. Reserved for future use.
    satisfiesPzs: Output only. Reserved for future use.
    state: Output only. The current state of the cluster.
    tlsConfig: Optional. TLS configuration for the Kafka cluster.
    updateOptions: Optional. UpdateOptions represents options that control how
      updates to the cluster are applied.
    updateTime: Output only. The time when the cluster was last updated.
  c                        e Zd ZdZdZdZdZdZy)Cluster.StateValueValuesEnumOutput only. The current state of the cluster.

    Values:
      STATE_UNSPECIFIED: A state was not specified.
      CREATING: The cluster is being created.
      ACTIVE: The cluster is active.
      DELETING: The cluster is being deleted.
    r   r   r   r   Nr   r   r   r   STATE_UNSPECIFIEDCREATINGACTIVEDELETINGr   r   r   StateValueValuesEnumrV           HFHr   r]   additionalPropertiesc                   d    e Zd ZdZ G d dej
                        Z ej                  ddd      Zy)Cluster.BrokersPerZoneValuea&  Output only. Only populated when FULL view is requested. The number of
    brokers per zone.

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

    Fields:
      additionalProperties: Additional properties of type BrokersPerZoneValue
    c                   X    e Zd ZdZ ej
                  d      Z ej                  d      Zy).Cluster.BrokersPerZoneValue.AdditionalPropertyzAn additional property for a BrokersPerZoneValue object.

      Fields:
        key: Name of the additional property.
        value: A string attribute.
      r   r   N)	r   r   r   r   r   r"   keyr7   valuer   r   r   AdditionalPropertyrc      s-    
 "I!!!$c$i$$Q'er   rf   r   Tr   N	r   r   r   r   r   Messagerf   r   r_   r   r   r   BrokersPerZoneValuera      s4    		(Y.. 	( 29112FTXYr   ri   c                   d    e Zd ZdZ G d dej
                        Z ej                  ddd      Zy)Cluster.LabelsValueOptional. Labels as key value pairs.

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

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

      Fields:
        key: Name of the additional property.
        value: A string attribute.
      r   r   Nr   r   r   r   r   r"   rd   re   r   r   r   rf   rn     -    
 "I!!!$c#i##A&er   rf   r   Tr   Nrg   r   r   r   LabelsValuerk     4    	'Y.. 	' 29112FTXYr   rr   r   r6   r   r   	GcpConfigr   r   r       RebalanceConfig   	   
      	TlsConfig   UpdateOptions      N)r   r   r   r   r   rJ   r]   r   MapUnrecognizedFieldsrh   ri   rr   r   brokersPerZonecapacityConfigr"   
createTime	gcpConfigkafkaVersionlabelsr$   rebalanceConfigr0   satisfiesPzisatisfiesPzsrM   state	tlsConfigupdateOptions
updateTimer   r   r   rT   rT      s   @Y^^  "8!!"89ZI-- Z :Z2 "8!!"89ZI%% Z :Z. *9))*?C.)9))*:A>.$y$$Q'*$i$$[!4)&&&q),!9!!-3&			q	!$*I**+<a@/'''*,'''+,
)

4b
9%$i$$["5)()(("=-$y$$R(*r   rT   c                   :    e Zd ZdZ ej
                  ddd      Zy)ConnectAccessConfiga  The configuration of access to the Kafka Connect cluster.

  Fields:
    networkConfigs: Required. Virtual Private Cloud (VPC) networks that must
      be granted direct access to the Kafka Connect cluster. Minimum of 1
      network is required. Maximum 10 networks can be specified.
  ConnectNetworkConfigr   Tr   Nr   r   r   r   r   r   3  s      *9))*@!dS.r   r   c                   x   e Zd ZdZ G d dej
                        Z ej                  d       G d dej                               Z
 ej                  d       G d dej                               Z ej                  d	d
      Z ej                  dd      Z ej                  d      Z ej                  dd      Z ej                  d      Z ej                  dd      Z ej                  d      Z ej*                  d      Z ej*                  d      Z ej0                  dd      Z ej                  d      Zy)ConnectClustera.  An Apache Kafka Connect cluster deployed in a location.

  Enums:
    StateValueValuesEnum: Output only. The current state of the cluster.

  Messages:
    ConfigValue: Optional. Configurations for the worker that are overridden
      from the defaults. The key of the map is a Kafka Connect worker property
      name, for example: `exactly.once.source.support`.
    LabelsValue: Optional. Labels as key value pairs.

  Fields:
    capacityConfig: Required. Capacity configuration for the Kafka Connect
      cluster.
    config: Optional. Configurations for the worker that are overridden from
      the defaults. The key of the map is a Kafka Connect worker property
      name, for example: `exactly.once.source.support`.
    createTime: Output only. The time when the cluster was created.
    gcpConfig: Required. Configuration properties for a Kafka Connect cluster
      deployed to Google Cloud Platform.
    kafkaCluster: Required. Immutable. The name of the Kafka cluster this
      Kafka Connect cluster is attached to. Structured like:
      projects/{project}/locations/{location}/clusters/{cluster}
    labels: Optional. Labels as key value pairs.
    name: Identifier. The name of the Kafka Connect cluster. Structured like:
      projects/{project_number}/locations/{location}/connectClusters/{connect_
      cluster_id}
    satisfiesPzi: Output only. Reserved for future use.
    satisfiesPzs: Output only. Reserved for future use.
    state: Output only. The current state of the cluster.
    updateTime: Output only. The time when the cluster was last updated.
  c                        e Zd ZdZdZdZdZdZy)#ConnectCluster.StateValueValuesEnumrW   r   r   r   r   NrX   r   r   r   r]   r   a  r^   r   r]   r_   c                   d    e Zd ZdZ G d dej
                        Z ej                  ddd      Zy)ConnectCluster.ConfigValueap  Optional. Configurations for the worker that are overridden from the
    defaults. The key of the map is a Kafka Connect worker property name, for
    example: `exactly.once.source.support`.

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

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

      Fields:
        key: Name of the additional property.
        value: A string attribute.
      r   r   Nrp   r   r   r   rf   r   |  rq   r   rf   r   Tr   Nrg   r   r   r   ConfigValuer   o  4    		'Y.. 	' 29112FTXYr   r   c                   d    e Zd ZdZ G d dej
                        Z ej                  ddd      Zy)ConnectCluster.LabelsValuerl   c                   X    e Zd ZdZ ej
                  d      Z ej
                  d      Zy)-ConnectCluster.LabelsValue.AdditionalPropertyro   r   r   Nrp   r   r   r   rf   r     rq   r   rf   r   Tr   Nrg   r   r   r   rr   r     rs   r   rr   r6   r   r   r   ConnectGcpConfigr   r   r    ru   rw   rx   ry   rz   N)r   r   r   r   r   rJ   r]   r   r   rh   r   rr   r   r   configr"   r   r   kafkaClusterr   r$   r0   r   r   rM   r   r   r   r   r   r   r   ?  sQ   BY^^  "8!!"89ZI%% Z :Z2 "8!!"89ZI%% Z :Z. *9))*:A>.!9!!-3&$y$$Q'*$i$$%7;)&&&q),!9!!-3&			q	!$'''*,'''*,
)

4b
9%$y$$R(*r   r   c                   ^    e Zd ZdZ ej
                  dd      Z ej                  dd      Zy)r   a  Configuration properties for a Kafka Connect cluster deployed to Google
  Cloud Platform.

  Fields:
    accessConfig: Required. Access configuration for the Kafka Connect
      cluster.
    secretPaths: Optional. Secrets to load into workers. Exact SecretVersions
      from Secret Manager must be provided -- aliases are not supported. Up to
      32 secrets may be loaded into one cluster. Format:
      projects//secrets//versions/
  r   r   r   Tr   N)	r   r   r   r   r   r   accessConfigr"   secretPathsr   r   r   r   r     s2    
 (''(=qA,%	%%a$7+r   r   c                       e Zd ZdZ ej
                  dd      Z ej
                  dd      Z ej
                  d      Zy)r   a*  The configuration of a Virtual Private Cloud (VPC) network that can
  access the Kafka Connect cluster.

  Fields:
    additionalSubnets: Optional. Additional subnets may be specified. They may
      be in another region, but must be in the same VPC network. The Connect
      workers can communicate with network endpoints in either the primary or
      additional subnets.
    dnsDomainNames: Optional. Additional DNS domain names from the subnet's
      network to be made visible to the Connect Cluster. When using
      MirrorMaker2, it's necessary to add the bootstrap address's dns domain
      name of the target cluster to make it visible to the connector. For
      example: my-kafka-cluster.us-central1.managedkafka.my-project.cloud.goog
    primarySubnet: Required. VPC subnet to make available to the Kafka Connect
      cluster. Structured like:
      projects/{project}/regions/{region}/subnetworks/{subnet_id} It is used
      to create a Private Service Connect (PSC) interface for the Kafka
      Connect workers. It must be located in the same region as the Kafka
      Connect cluster. The CIDR range of the subnet must be within the IPv4
      address ranges for private networks, as specified in RFC 1918. The
      primary subnet CIDR range must have a minimum size of /22 (1024
      addresses).
  r   Tr   r   r   N)	r   r   r   r   r   r"   additionalSubnetsdnsDomainNamesprimarySubnetr   r   r   r   r     sD    0 ,i++A=(9((T:.')''*-r   r   c                   $   e Zd ZdZ G d dej
                        Z ej                  d       G d dej                               Z
 ej                  dd      Z ej                  d      Z ej                  dd	      Z ej                  d
d      Zy)	ConnectoraM  A Kafka Connect connector in a given ConnectCluster.

  Enums:
    StateValueValuesEnum: Output only. The current state of the connector.

  Messages:
    ConfigsValue: Optional. Connector config as keys/values. The keys of the
      map are connector property names, for example: `connector.class`,
      `tasks.max`, `key.converter`.

  Fields:
    configs: Optional. Connector config as keys/values. The keys of the map
      are connector property names, for example: `connector.class`,
      `tasks.max`, `key.converter`.
    name: Identifier. The name of the connector. Structured like: projects/{pr
      oject}/locations/{location}/connectClusters/{connect_cluster}/connectors
      /{connector}
    state: Output only. The current state of the connector.
    taskRestartPolicy: Optional. Restarts the individual tasks of a Connector.
  c                   ,    e Zd ZdZdZdZdZdZdZdZ	dZ
y	)
Connector.StateValueValuesEnuma  Output only. The current state of the connector.

    Values:
      STATE_UNSPECIFIED: A state was not specified.
      UNASSIGNED: The connector is not assigned to any tasks, usually
        transient.
      RUNNING: The connector is running.
      PAUSED: The connector has been paused.
      FAILED: The connector has failed. See logs for why.
      RESTARTING: The connector is restarting.
      STOPPED: The connector has been stopped.
    r   r   r   r   r   r   r    N)r   r   r   r   rY   
UNASSIGNEDRUNNINGPAUSEDFAILED
RESTARTINGSTOPPEDr   r   r   r]   r     s-     JGFFJGr   r]   r_   c                   d    e Zd ZdZ G d dej
                        Z ej                  ddd      Zy)Connector.ConfigsValueaV  Optional. Connector config as keys/values. The keys of the map are
    connector property names, for example: `connector.class`, `tasks.max`,
    `key.converter`.

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

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

      Fields:
        key: Name of the additional property.
        value: A string attribute.
      r   r   Nrp   r   r   r   rf   r     rq   r   rf   r   Tr   Nrg   r   r   r   ConfigsValuer     r   r   r   r   r   r   TaskRetryPolicyr   N)r   r   r   r   r   rJ   r]   r   r   rh   r   r   configsr"   r$   rM   r   taskRestartPolicyr   r   r   r   r     s    *Y^^ * "8!!"89ZY&& Z :Z2 #I"">15'			q	!$
)

4a
8%,i,,->Br   r   c                       e Zd ZdZ ej
                  d       G d dej                               Z ej                  d      Z
 ej                  dd      Zy)ConsumerGroupa  A Kafka consumer group in a given cluster.

  Messages:
    TopicsValue: Optional. Metadata for this consumer group for all topics it
      has metadata for. The key of the map is a topic name, structured like: p
      rojects/{project}/locations/{location}/clusters/{cluster}/topics/{topic}

  Fields:
    name: Identifier. The name of the consumer group. The `consumer_group`
      segment is used when connecting directly to the cluster. Structured
      like: projects/{project}/locations/{location}/clusters/{cluster}/consume
      rGroups/{consumer_group}
    topics: Optional. Metadata for this consumer group for all topics it has
      metadata for. The key of the map is a topic name, structured like: proje
      cts/{project}/locations/{location}/clusters/{cluster}/topics/{topic}
  r_   c                   d    e Zd ZdZ G d dej
                        Z ej                  ddd      Zy)ConsumerGroup.TopicsValuea  Optional. Metadata for this consumer group for all topics it has
    metadata for. The key of the map is a topic name, structured like:
    projects/{project}/locations/{location}/clusters/{cluster}/topics/{topic}

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

    Fields:
      additionalProperties: Additional properties of type TopicsValue
    c                   Z    e Zd ZdZ ej
                  d      Z ej                  dd      Zy),ConsumerGroup.TopicsValue.AdditionalPropertyzAn additional property for a TopicsValue object.

      Fields:
        key: Name of the additional property.
        value: A ConsumerTopicMetadata attribute.
      r   ConsumerTopicMetadatar   N	r   r   r   r   r   r"   rd   r   re   r   r   r   rf   r   G  0    
 "I!!!$c$i$$%<a@er   rf   r   Tr   Nrg   r   r   r   TopicsValuer   :  6    		AY.. 	A 29112FTXYr   r   r   r   N)r   r   r   r   r   r   r   rh   r   r"   r$   r   topicsr   r   r   r   r   (  sa    " "8!!"89ZI%% Z :Z2 
		q	!$!9!!-3&r   r   c                   X    e Zd ZdZ ej
                  d      Z ej                  d      Zy)ConsumerPartitionMetadataa$  Metadata for a consumer group corresponding to a specific partition.

  Fields:
    metadata: Optional. The associated metadata for this partition, or empty
      if it does not exist.
    offset: Required. The current offset for this partition, or 0 if no offset
      has been committed.
  r   r   N)	r   r   r   r   r   r"   metadatar7   offsetr   r   r   r   r   X  s-     #Y""1%(!9!!!$&r   r   c                       e Zd ZdZ ej
                  d       G d dej                               Z ej                  dd      Z
y)r   aT  Metadata for a consumer group corresponding to a specific topic.

  Messages:
    PartitionsValue: Optional. Metadata for this consumer group and topic for
      all partition indexes it has metadata for.

  Fields:
    partitions: Optional. Metadata for this consumer group and topic for all
      partition indexes it has metadata for.
  r_   c                   d    e Zd ZdZ G d dej
                        Z ej                  ddd      Zy)%ConsumerTopicMetadata.PartitionsValuea!  Optional. Metadata for this consumer group and topic for all partition
    indexes it has metadata for.

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

    Fields:
      additionalProperties: Additional properties of type PartitionsValue
    c                   Z    e Zd ZdZ ej
                  d      Z ej                  dd      Zy)8ConsumerTopicMetadata.PartitionsValue.AdditionalPropertyzAn additional property for a PartitionsValue object.

      Fields:
        key: Name of the additional property.
        value: A ConsumerPartitionMetadata attribute.
      r   r   r   Nr   r   r   r   rf   r   ~  s0    
 "I!!!$c$i$$%@!Der   rf   r   Tr   Nrg   r   r   r   PartitionsValuer   r  s6    	EY.. 	E 29112FTXYr   r   r   N)r   r   r   r   r   r   r   rh   r   r   
partitionsr   r   r   r   r   f  sP    	 "8!!"89Z	)) Z :Z0 &y%%&7;*r   r   c                   \    e Zd ZdZ ej
                  d      Z ej
                  dd      Zy)Contexta,  Context represents an independent schema grouping in a schema registry
  instance.

  Fields:
    name: Identifier. The name of the context. Structured like: `projects/{pro
      ject}/locations/{location}/schemaRegistries/{schema_registry}/contexts/{
      context}` The context name {context} can contain the following: * Up to
      255 characters. * Allowed characters: letters (uppercase or lowercase),
      numbers, and the following special characters: `.`, `-`, `_`, `+`, `%`,
      and `~`.
    subjects: Optional. The subjects of the context.
  r   r   Tr   N)r   r   r   r   r   r"   r$   subjectsr   r   r   r   r     s/     
		q	!$"Y""1t4(r   r   c                   Z    e Zd ZdZ ej
                  dd      Z ej                  d      Zy)CreateSchemaRegistryRequesta  Request to create a schema registry instance.

  Fields:
    schemaRegistry: Required. The schema registry instance to create. The name
      field is ignored.
    schemaRegistryId: Required. The schema registry instance ID to use for
      this schema registry. The ID must contain only letters (a-z, A-Z),
      numbers (0-9), and underscores (-). The maximum length is 63 characters.
      The ID must not start with a number.
  SchemaRegistryr   r   N)	r   r   r   r   r   r   schemaRegistryr"   schemaRegistryIdr   r   r   r   r     s1    	 *9))*:A>.*Y**1-r   r   c                   r   e Zd ZdZ G d dej
                        Z ej                  dej                  j                        Z
 ej                  d      Z ej                  ddd	
      Z ej                  d      Z ej"                  dd      Z ej                  dej                  j                        Zy)CreateVersionRequestaH  Request for CreateVersion.

  Enums:
    SchemaTypeValueValuesEnum: Optional. The type of the schema. It is
      optional. If not specified, the schema type will be AVRO.

  Fields:
    id: Optional. The schema ID of the schema. If not specified, the schema ID
      will be generated by the server. If the schema ID is specified, it must
      not be used by an existing schema that is different from the schema to
      be created.
    normalize: Optional. If true, the schema will be normalized before being
      stored. The default is false.
    references: Optional. The schema references used by the schema.
    schema: Required. The schema payload
    schemaType: Optional. The type of the schema. It is optional. If not
      specified, the schema type will be AVRO.
    version: Optional. The version to create. It is optional. If not
      specified, the version will be created with the max version ID of the
      subject increased by 1. If the version ID is specified, it will be used
      as the new version ID and must not be used by an existing version of the
      subject.
  c                        e Zd ZdZdZdZdZdZy).CreateVersionRequest.SchemaTypeValueValuesEnuma"  Optional. The type of the schema. It is optional. If not specified,
    the schema type will be AVRO.

    Values:
      SCHEMA_TYPE_UNSPECIFIED: No schema type. The default will be AVRO.
      AVRO: Avro schema type.
      JSON: JSON schema type.
      PROTOBUF: Protobuf schema type.
    r   r   r   r   NrB   r   r   r   rG   r     s      DDHr   rG   r   variantr   rI   r   Tr   r   r   r    N)r   r   r   r   r   rJ   rG   r7   VariantINT32idr0   	normalizer   rK   r"   rL   rM   rN   versionr   r   r   r   r     s    0)..  ya):):)@)@A"$i$$Q')%y%%&7TJ* 9  #&"y""#>B*"I""1i.?.?.E.EF'r   r   c                   `    e Zd ZdZ ej
                  dej                  j                        Zy)CreateVersionResponsez^Response for CreateVersion.

  Fields:
    id: The unique identifier of the schema created.
  r   r   N)	r   r   r   r   r   r7   r   r   r   r   r   r   r   r     s)     ya):):)@)@A"r   r   c                       e Zd ZdZy)Emptya!  A generic empty message that you can re-use to avoid defining duplicated
  empty messages in your APIs. A typical example is to use it as the request
  or the response type of an API method. For instance: service Foo { rpc
  Bar(google.protobuf.Empty) returns (google.protobuf.Empty); }
  Nr4   r   r   r   r   r     s    r   r   c                   Z    e Zd ZdZ ej
                  dd      Z ej                  d      Zy)rt   a  Configuration properties for a Kafka cluster deployed to Google Cloud
  Platform.

  Fields:
    accessConfig: Required. Access configuration for the Kafka cluster.
    kmsKey: Optional. Immutable. The Cloud KMS Key name to use for encryption.
      The key must be located in the same region as the cluster and cannot be
      changed. Structured like: projects/{project}/locations/{location}/keyRin
      gs/{key_ring}/cryptoKeys/{crypto_key}.
  r	   r   r   N)	r   r   r   r   r   r   r   r"   kmsKeyr   r   r   rt   rt     s/    	 ('':, 9  #&r   rt   c                       e Zd ZdZ ej
                  d       G d dej                               Z ej                  d      Z
 ej                  d      Z ej                  ddd	      Zy
)HttpBodya  Message that represents an arbitrary HTTP body. It should only be used
  for payload formats that can't be represented as JSON, such as raw binary or
  an HTML page. This message can be used both in streaming and non-streaming
  API methods in the request as well as the response. It can be used as a top-
  level request field, which is convenient if one wants to extract parameters
  from either the URL or HTTP template into the request fields and also want
  access to the raw HTTP body. Example: message GetResourceRequest { // A
  unique request id. string request_id = 1; // The raw HTTP body is bound to
  this field. google.api.HttpBody http_body = 2; } service ResourceService {
  rpc GetResource(GetResourceRequest) returns (google.api.HttpBody); rpc
  UpdateResource(google.api.HttpBody) returns (google.protobuf.Empty); }
  Example with streaming methods: service CaldavService { rpc
  GetCalendar(stream google.api.HttpBody) returns (stream
  google.api.HttpBody); rpc UpdateCalendar(stream google.api.HttpBody) returns
  (stream google.api.HttpBody); } Use of this type only changes how the
  request and response bodies are handled, all other features will continue to
  work unchanged.

  Messages:
    ExtensionsValueListEntry: A ExtensionsValueListEntry object.

  Fields:
    contentType: The HTTP Content-Type header value specifying the content
      type of the body.
    data: The HTTP request/response body as raw binary.
    extensions: Application specific response metadata. Must be set in the
      first response for streaming APIs.
  r_   c                   d    e Zd ZdZ G d dej
                        Z ej                  ddd      Zy)!HttpBody.ExtensionsValueListEntrya  A ExtensionsValueListEntry object.

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

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

      Fields:
        key: Name of the additional property.
        value: A extra_types.JsonValue attribute.
      r   extra_types.JsonValuer   Nr   r   r   r   rf   r   .  r   r   rf   r   Tr   Nrg   r   r   r   ExtensionsValueListEntryr   !  r   r   r   r   r   r   Tr   N)r   r   r   r   r   r   r   rh   r   r"   contentType
BytesFielddatar   
extensionsr   r   r   r   r     sv    : "8!!"89Z!2!2 Z :Z2 &	%%a(+			a	 $%y%%&@!dS*r   r   c                   ^    e Zd ZdZ ej
                  ddd      Z ej                  d      Zy)ListAclsResponsea'  Response for ListAcls.

  Fields:
    acls: The list of acls in the requested parent. The order of the acls is
      unspecified.
    nextPageToken: A token that can be sent as `page_token` to retrieve the
      next page of results. If this field is omitted, there are no more
      results.
  r   r   Tr   r   N)	r   r   r   r   r   r   aclsr"   nextPageTokenr   r   r   r   r   @  s1     
 		q4	8$')''*-r   r   c                       e Zd ZdZ ej
                  ddd      Z ej                  d      Z ej                  dd      Z	y)	ListClustersResponsea=  Response for ListClusters.

  Fields:
    clusters: The list of Clusters in the requested parent.
    nextPageToken: A token that can be sent as `page_token` to retrieve the
      next page of results. If this field is omitted, there are no more
      results.
    unreachable: Locations that could not be reached.
  rT   r   Tr   r   r   N)
r   r   r   r   r   r   clustersr"   r   unreachabler   r   r   r   r   O  sE     $Y##Iq4@(')''*-%	%%a$7+r   r   c                       e Zd ZdZ ej
                  ddd      Z ej                  d      Z ej                  dd      Z	y)	ListConnectClustersResponseaS  Response for ListConnectClusters.

  Fields:
    connectClusters: The list of Connect clusters in the requested parent.
    nextPageToken: A token that can be sent as `page_token` to retrieve the
      next page of results. If this field is omitted, there are no more
      results.
    unreachable: Locations that could not be reached.
  r   r   Tr   r   r   N)
r   r   r   r   r   r   connectClustersr"   r   r   r   r   r   r  r  _  sF     +I**+;QN/')''*-%	%%a$7+r   r  c                   ^    e Zd ZdZ ej
                  ddd      Z ej                  d      Zy)ListConnectorsResponsea  Response for ListConnectors.

  Fields:
    connectors: The list of connectors in the requested parent.
    nextPageToken: A token that can be sent as `page_token` to retrieve the
      next page of results. If this field is omitted, there are no more
      results.
  r   r   Tr   r   N)	r   r   r   r   r   r   
connectorsr"   r   r   r   r   r  r  o  s1     &y%%k1tD*')''*-r   r  c                   ^    e Zd ZdZ ej
                  ddd      Z ej                  d      Zy)ListConsumerGroupsResponseaP  Response for ListConsumerGroups.

  Fields:
    consumerGroups: The list of consumer group in the requested parent. The
      order of the consumer groups is unspecified.
    nextPageToken: A token that can be sent as `page_token` to retrieve the
      next page of results. If this field is omitted, there are no more
      results.
  r   r   Tr   r   N)	r   r   r   r   r   r   consumerGroupsr"   r   r   r   r   r  r  }  s1     *9))/1tL.')''*-r   r  c                   ^    e Zd ZdZ ej
                  ddd      Z ej                  d      Zy)ListLocationsResponsezThe response message for Locations.ListLocations.

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

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

  Fields:
    schemaRegistries: The schema registry instances.
  r   r   Tr   N)r   r   r   r   r   r   schemaRegistriesr   r   r   r  r    s!     ,Y++,<a$Or   r  c                   ^    e Zd ZdZ ej
                  d      Z ej                  ddd      Zy)ListTopicsResponsea/  Response for ListTopics.

  Fields:
    nextPageToken: A token that can be sent as `page_token` to retrieve the
      next page of results. If this field is omitted, there are no more
      results.
    topics: The list of topics in the requested parent. The order of the
      topics is unspecified.
  r   Topicr   Tr   N)	r   r   r   r   r   r"   r   r   r   r   r   r   r  r    s1     ()''*-!9!!'1t<&r   r  c                   p   e Zd ZdZ ej
                  d       G d dej                               Z ej
                  d       G d dej                               Z	 ej                  d      Z ej                  dd      Z ej                  d	      Z ej                  dd
      Z ej                  d      Zy)r  ao  A resource that represents a Google Cloud location.

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

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

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

    Fields:
      additionalProperties: Additional properties of type LabelsValue
    c                   X    e Zd ZdZ ej
                  d      Z ej
                  d      Zy)'Location.LabelsValue.AdditionalPropertyro   r   r   Nrp   r   r   r   rf   r    rq   r   rf   r   Tr   Nrg   r   r   r   rr   r    s4    	'Y.. 	' 29112FTXYr   rr   c                   d    e Zd ZdZ G d dej
                        Z ej                  ddd      Zy)Location.MetadataValuea(  Service-specific metadata. For example the available capacity at the
    given location.

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

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

      Fields:
        key: Name of the additional property.
        value: A extra_types.JsonValue attribute.
      r   r   r   Nr   r   r   r   rf   r    r   r   rf   r   Tr   Nrg   r   r   r   MetadataValuer    r   r   r!  r   r   r   r   r   N)r   r   r   r   r   r   r   rh   rr   r!  r"   displayNamer   r   
locationIdr   r$   r   r   r   r  r    s    * "8!!"89ZI%% Z :Z0 "8!!"89Zi'' Z :Z2 &	%%a(+!9!!-3&$y$$Q'*#Y##OQ7(			q	!$r   r  c                       e Zd ZdZ G d dej
                        Z ej                  d      Z ej                  d      Z	 ej                  ddd	      Z ej                  d
      Z ej                  dd      Zy)LookupVersionRequestan  Request for LookupVersion.

  Enums:
    SchemaTypeValueValuesEnum: Optional. The schema type of the schema.

  Fields:
    deleted: Optional. If true, soft-deleted versions will be included in
      lookup, no matter if the subject is active or soft-deleted. If false,
      soft-deleted versions will be excluded. The default is false.
    normalize: Optional. If true, the schema will be normalized before being
      looked up. The default is false.
    references: Optional. The schema references used by the schema.
    schema: Required. The schema payload
    schemaType: Optional. The schema type of the schema.
  c                        e Zd ZdZdZdZdZdZy).LookupVersionRequest.SchemaTypeValueValuesEnumrA   r   r   r   r   NrB   r   r   r   rG   r'     rH   r   rG   r   r   rI   r   Tr   r   r   N)r   r   r   r   r   rJ   rG   r0   deletedr   r   rK   r"   rL   rM   rN   r   r   r   r%  r%    s{     )..  #I""1%'$i$$Q')%y%%&7TJ* 9  #&"y""#>B*r   r%  c                   ^    e Zd ZdZ ej
                  dd      Z ej                  dd      Zy);ManagedkafkaProjectsLocationsClustersAclsAddAclEntryRequesta  A ManagedkafkaProjectsLocationsClustersAclsAddAclEntryRequest object.

  Fields:
    acl: Required. The name of the acl to add the acl entry to. Structured
      like: `projects/{project}/locations/{location}/clusters/{cluster}/acls/{
      acl_id}`. The structure of `acl_id` defines the Resource Pattern
      (resource_type, resource_name, pattern_type) of the acl. See `Acl.name`
      for details.
    aclEntry: A AclEntry resource to be passed as the request body.
  r   Trequiredr   r   N	r   r   r   r   r   r"   r/   r   aclEntryr   r   r   r*  r*  5  1    	 		a$/##Y##J2(r   r*  c                       e Zd ZdZ ej
                  dd      Z ej                  d      Z ej                  dd      Z	y)	6ManagedkafkaProjectsLocationsClustersAclsCreateRequesta  A ManagedkafkaProjectsLocationsClustersAclsCreateRequest object.

  Fields:
    acl: A Acl resource to be passed as the request body.
    aclId: Required. The ID to use for the acl, which will become the final
      component of the acl's name. The structure of `acl_id` defines the
      Resource Pattern (resource_type, resource_name, pattern_type) of the
      acl. `acl_id` is structured like one of the following: For acls on the
      cluster: `cluster` For acls on a single resource within the cluster:
      `topic/{resource_name}` `consumerGroup/{resource_name}`
      `transactionalId/{resource_name}` For acls on all resources that match a
      prefix: `topicPrefixed/{resource_name}`
      `consumerGroupPrefixed/{resource_name}`
      `transactionalIdPrefixed/{resource_name}` For acls on all resources of a
      given type (i.e. the wildcard literal "*"): `allTopics` (represents
      `topic/*`) `allConsumerGroups` (represents `consumerGroup/*`)
      `allTransactionalIds` (represents `transactionalId/*`)
    parent: Required. The parent cluster in which to create the acl.
      Structured like
      `projects/{project}/locations/{location}/clusters/{cluster}`.
  r   r   r   r   Tr+  N)
r   r   r   r   r   r   r/   r"   aclIdparentr   r   r   r1  r1  E  sC    , 		ua(#
)


"% 9  T2&r   r1  c                   8    e Zd ZdZ ej
                  dd      Zy)6ManagedkafkaProjectsLocationsClustersAclsDeleteRequesta}  A ManagedkafkaProjectsLocationsClustersAclsDeleteRequest object.

  Fields:
    name: Required. The name of the acl to delete. Structured like: `projects/
      {project}/locations/{location}/clusters/{cluster}/acls/{acl_id}`. The
      structure of `acl_id` defines the Resource Pattern (resource_type,
      resource_name, pattern_type) of the acl. See `Acl.name` for details.
  r   Tr+  Nr   r   r   r   r   r"   r$   r   r   r   r5  r5  a       
		q4	0$r   r5  c                   8    e Zd ZdZ ej
                  dd      Zy)3ManagedkafkaProjectsLocationsClustersAclsGetRequestaz  A ManagedkafkaProjectsLocationsClustersAclsGetRequest object.

  Fields:
    name: Required. The name of the acl to return. Structured like: `projects/
      {project}/locations/{location}/clusters/{cluster}/acls/{acl_id}`. The
      structure of `acl_id` defines the Resource Pattern (resource_type,
      resource_name, pattern_type) of the acl. See `Acl.name` for details.
  r   Tr+  Nr6  r   r   r   r9  r9  n  r7  r   r9  c                       e Zd ZdZ ej
                  dej                  j                        Z ej                  d      Z
 ej                  dd      Zy)	4ManagedkafkaProjectsLocationsClustersAclsListRequesta  A ManagedkafkaProjectsLocationsClustersAclsListRequest object.

  Fields:
    pageSize: Optional. The maximum number of acls to return. The service may
      return fewer than this value. If unset or zero, all acls for the parent
      is returned.
    pageToken: Optional. A page token, received from a previous `ListAcls`
      call. Provide this to retrieve the subsequent page. When paginating, all
      other parameters provided to `ListAcls` must match the call that
      provided the page token.
    parent: Required. The parent cluster whose acls are to be listed.
      Structured like
      `projects/{project}/locations/{location}/clusters/{cluster}`.
  r   r   r   r   Tr+  Nr   r   r   r   r   r7   r   r   pageSizer"   	pageTokenr3  r   r   r   r;  r;  {  O     $Y##Ay/@/@/F/FG(#i##A&) 9  T2&r   r;  c                       e Zd ZdZ ej
                  dd      Z ej                  dd      Z ej                  d      Z	y)	5ManagedkafkaProjectsLocationsClustersAclsPatchRequestac  A ManagedkafkaProjectsLocationsClustersAclsPatchRequest object.

  Fields:
    acl: A Acl resource to be passed as the request body.
    name: Identifier. The name for the acl. Represents a single Resource
      Pattern. Structured like:
      projects/{project}/locations/{location}/clusters/{cluster}/acls/{acl_id}
      The structure of `acl_id` defines the Resource Pattern (resource_type,
      resource_name, pattern_type) of the acl. `acl_id` is structured like one
      of the following: For acls on the cluster: `cluster` For acls on a
      single resource within the cluster: `topic/{resource_name}`
      `consumerGroup/{resource_name}` `transactionalId/{resource_name}` For
      acls on all resources that match a prefix:
      `topicPrefixed/{resource_name}` `consumerGroupPrefixed/{resource_name}`
      `transactionalIdPrefixed/{resource_name}` For acls on all resources of a
      given type (i.e. the wildcard literal "*"): `allTopics` (represents
      `topic/*`) `allConsumerGroups` (represents `consumerGroup/*`)
      `allTransactionalIds` (represents `transactionalId/*`)
    updateMask: Optional. Field mask is used to specify the fields to be
      overwritten in the Acl resource by the update. The fields specified in
      the update_mask are relative to the resource, not the full request. A
      field will be overwritten if it is in the mask.
  r   r   r   Tr+  r   N)
r   r   r   r   r   r   r/   r"   r$   
updateMaskr   r   r   rA  rA    sC    0 		ua(#			q4	0$$y$$Q'*r   rA  c                   ^    e Zd ZdZ ej
                  dd      Z ej                  dd      Zy)>ManagedkafkaProjectsLocationsClustersAclsRemoveAclEntryRequesta  A ManagedkafkaProjectsLocationsClustersAclsRemoveAclEntryRequest object.

  Fields:
    acl: Required. The name of the acl to remove the acl entry from.
      Structured like: `projects/{project}/locations/{location}/clusters/{clus
      ter}/acls/{acl_id}`. The structure of `acl_id` defines the Resource
      Pattern (resource_type, resource_name, pattern_type) of the acl. See
      `Acl.name` for details.
    aclEntry: A AclEntry resource to be passed as the request body.
  r   Tr+  r   r   Nr-  r   r   r   rD  rD    r/  r   rD  c                   8    e Zd ZdZ ej
                  dd      Zy)@ManagedkafkaProjectsLocationsClustersConsumerGroupsDeleteRequesta  A ManagedkafkaProjectsLocationsClustersConsumerGroupsDeleteRequest
  object.

  Fields:
    name: Required. The name of the consumer group to delete. `projects/{proje
      ct}/locations/{location}/clusters/{cluster}/consumerGroups/{consumerGrou
      p}`.
  r   Tr+  Nr6  r   r   r   rF  rF    r7  r   rF  c                   8    e Zd ZdZ ej
                  dd      Zy)=ManagedkafkaProjectsLocationsClustersConsumerGroupsGetRequesta  A ManagedkafkaProjectsLocationsClustersConsumerGroupsGetRequest object.

  Fields:
    name: Required. The name of the consumer group whose configuration to
      return. `projects/{project}/locations/{location}/clusters/{cluster}/cons
      umerGroups/{consumerGroup}`.
  r   Tr+  Nr6  r   r   r   rH  rH         
		q4	0$r   rH  c                       e Zd ZdZ G d dej
                        Z ej                  d      Z ej                  dej                  j                        Z ej                  d      Z ej                  dd	
      Z ej                  dd      Zy)>ManagedkafkaProjectsLocationsClustersConsumerGroupsListRequestaY  A ManagedkafkaProjectsLocationsClustersConsumerGroupsListRequest object.

  Enums:
    ViewValueValuesEnum: Optional. Specifies which parts of the ConsumerGroup
      resource should be returned in the response.

  Fields:
    filter: Optional. Filter expression for the result. Only supports
      filtering by topic name as a key in the `topics` map.
    pageSize: Optional. The maximum number of consumer groups to return. The
      service may return fewer than this value. If unset or zero, all consumer
      groups for the parent is returned.
    pageToken: Optional. A page token, received from a previous
      `ListConsumerGroups` call. Provide this to retrieve the subsequent page.
      When paginating, all other parameters provided to `ListConsumerGroups`
      must match the call that provided the page token.
    parent: Required. The parent cluster whose consumer groups are to be
      listed. Structured like
      `projects/{project}/locations/{location}/clusters/{cluster}`.
    view: Optional. Specifies which parts of the ConsumerGroup resource should
      be returned in the response.
  c                       e Zd ZdZdZdZdZy)RManagedkafkaProjectsLocationsClustersConsumerGroupsListRequest.ViewValueValuesEnuma  Optional. Specifies which parts of the ConsumerGroup resource should
    be returned in the response.

    Values:
      CONSUMER_GROUP_VIEW_UNSPECIFIED: The default / unset value. The API will
        default to the FULL view.
      CONSUMER_GROUP_VIEW_BASIC: Include the name of the ConsumerGroup. This
        hides partition and topic metadata.
      CONSUMER_GROUP_VIEW_FULL: Include everything, including partition and
        topic metadata. This is the default value.
    r   r   r   N)r   r   r   r   CONSUMER_GROUP_VIEW_UNSPECIFIEDCONSUMER_GROUP_VIEW_BASICCONSUMER_GROUP_VIEW_FULLr   r   r   ViewValueValuesEnumrM    s    
 '(# ! r   rQ  r   r   r   r   r   Tr+  r   N)r   r   r   r   r   rJ   rQ  r"   filterr7   r   r   r=  r>  r3  rM   viewr   r   r   rK  rK    s    .!INN !  !9  #&#Y##Ay/@/@/F/FG(#i##A&) 9  T2&			2A	6$r   rK  c                       e Zd ZdZ ej
                  dd      Z ej                  dd      Z ej                  d      Z	y)	?ManagedkafkaProjectsLocationsClustersConsumerGroupsPatchRequesta  A ManagedkafkaProjectsLocationsClustersConsumerGroupsPatchRequest
  object.

  Fields:
    consumerGroup: A ConsumerGroup resource to be passed as the request body.
    name: Identifier. The name of the consumer group. The `consumer_group`
      segment is used when connecting directly to the cluster. Structured
      like: projects/{project}/locations/{location}/clusters/{cluster}/consume
      rGroups/{consumer_group}
    updateMask: Required. Field mask is used to specify the fields to be
      overwritten in the ConsumerGroup resource by the update. The fields
      specified in the update_mask are relative to the resource, not the full
      request. A field will be overwritten if it is in the mask. The mask is
      required and a value of * will update all fields.
  r   r   r   Tr+  r   N)
r   r   r   r   r   r   consumerGroupr"   r$   rB  r   r   r   rU  rU    sC      ))((!<-			q4	0$$y$$Q'*r   rU  c                       e Zd ZdZ ej
                  dd      Z ej                  d      Z ej                  dd      Z	 ej                  d      Z
y	)
2ManagedkafkaProjectsLocationsClustersCreateRequestas  A ManagedkafkaProjectsLocationsClustersCreateRequest object.

  Fields:
    cluster: A Cluster resource to be passed as the request body.
    clusterId: Required. The ID to use for the cluster, which will become the
      final component of the cluster's name. The ID must be 1-63 characters
      long, and match the regular expression `[a-z]([-a-z0-9]*[a-z0-9])?` to
      comply with RFC 1035. This value is structured like: `my-cluster-id`.
    parent: Required. The parent region in which to create the cluster.
      Structured like `projects/{project}/locations/{location}`.
    requestId: Optional. An optional request ID to identify requests. Specify
      a unique request ID to avoid duplication of requests. If a request times
      out or fails, retrying with the same ID allows the server to recognize
      the previous attempt. For at least 60 minutes, the server ignores
      duplicate requests bearing the same ID. For example, consider a
      situation where you make an initial request and the request times out.
      If you make the request again with the same request ID within 60 minutes
      of the last request, the server checks if an original operation with the
      same request ID was received. If so, the server ignores the second
      request. The request ID must be a valid UUID. A zero UUID is not
      supported (00000000-0000-0000-0000-000000000000).
  rT   r   r   r   Tr+  r   N)r   r   r   r   r   r   clusterr"   	clusterIdr3  	requestIdr   r   r   rX  rX    sU    . #I""9a0'#i##A&) 9  T2&#i##A&)r   rX  c                   \    e Zd ZdZ ej
                  dd      Z ej
                  d      Zy)2ManagedkafkaProjectsLocationsClustersDeleteRequesta  A ManagedkafkaProjectsLocationsClustersDeleteRequest object.

  Fields:
    name: Required. The name of the cluster to delete.
    requestId: Optional. An optional request ID to identify requests. Specify
      a unique request ID to avoid duplication of requests. If a request times
      out or fails, retrying with the same ID allows the server to recognize
      the previous attempt. For at least 60 minutes, the server ignores
      duplicate requests bearing the same ID. For example, consider a
      situation where you make an initial request and the request times out.
      If you make the request again with the same request ID within 60 minutes
      of the last request, the server checks if an original operation with the
      same request ID was received. If so, the server ignores the second
      request. The request ID must be a valid UUID. A zero UUID is not
      supported (00000000-0000-0000-0000-000000000000).
  r   Tr+  r   Nr   r   r   r   r   r"   r$   r[  r   r   r   r]  r]  :  s/    " 
		q4	0$#i##A&)r   r]  c                       e Zd ZdZ G d dej
                        Z ej                  dd      Z ej                  dd      Z
y)	/ManagedkafkaProjectsLocationsClustersGetRequesta  A ManagedkafkaProjectsLocationsClustersGetRequest object.

  Enums:
    ViewValueValuesEnum: Optional. Specifies which parts of the Cluster
      resource should be returned in the response.

  Fields:
    name: Required. The name of the cluster whose configuration to return.
    view: Optional. Specifies which parts of the Cluster resource should be
      returned in the response.
  c                       e Zd ZdZdZdZdZy)CManagedkafkaProjectsLocationsClustersGetRequest.ViewValueValuesEnuma  Optional. Specifies which parts of the Cluster resource should be
    returned in the response.

    Values:
      CLUSTER_VIEW_UNSPECIFIED: The default / unset value. The API will
        default to the BASIC view.
      CLUSTER_VIEW_BASIC: Include the basic metadata of the Cluster. This is
        the default value (for both ListClusters and GetCluster).
      CLUSTER_VIEW_FULL: Include everything, including data fetched from the
        Kafka cluster source of truth.
    r   r   r   N)r   r   r   r   CLUSTER_VIEW_UNSPECIFIEDCLUSTER_VIEW_BASICCLUSTER_VIEW_FULLr   r   r   rQ  rb  ]  s    
  !r   rQ  r   Tr+  r   N)r   r   r   r   r   rJ   rQ  r"   r$   rM   rS  r   r   r   r`  r`  P  sB    
INN   
		q4	0$			2A	6$r   r`  c                       e Zd ZdZ ej
                  d      Z ej
                  d      Z ej                  dej                  j                        Z ej
                  d      Z ej
                  dd	      Zy
)0ManagedkafkaProjectsLocationsClustersListRequesta   A ManagedkafkaProjectsLocationsClustersListRequest object.

  Fields:
    filter: Optional. Filter expression for the result.
    orderBy: Optional. Order by fields for the result.
    pageSize: Optional. The maximum number of clusters to return. The service
      may return fewer than this value. If unspecified, server will pick an
      appropriate default.
    pageToken: Optional. A page token, received from a previous `ListClusters`
      call. Provide this to retrieve the subsequent page. When paginating, all
      other parameters provided to `ListClusters` must match the call that
      provided the page token.
    parent: Required. The parent location whose clusters are to be listed.
      Structured like `projects/{project}/locations/{location}`.
  r   r   r   r   r   r   Tr+  Nr   r   r   r   r   r"   rR  orderByr7   r   r   r=  r>  r3  r   r   r   rg  rg  q  s      !9  #&!I!!!$'#Y##Ay/@/@/F/FG(#i##A&) 9  T2&r   rg  c                       e Zd ZdZ ej
                  dd      Z ej                  dd      Z ej                  d      Z	 ej                  d      Z
y	)
1ManagedkafkaProjectsLocationsClustersPatchRequesta  A ManagedkafkaProjectsLocationsClustersPatchRequest object.

  Fields:
    cluster: A Cluster resource to be passed as the request body.
    name: Identifier. The name of the cluster. Structured like:
      projects/{project_number}/locations/{location}/clusters/{cluster_id}
    requestId: Optional. An optional request ID to identify requests. Specify
      a unique request ID to avoid duplication of requests. If a request times
      out or fails, retrying with the same ID allows the server to recognize
      the previous attempt. For at least 60 minutes, the server ignores
      duplicate requests bearing the same ID. For example, consider a
      situation where you make an initial request and the request times out.
      If you make the request again with the same request ID within 60 minutes
      of the last request, the server checks if an original operation with the
      same request ID was received. If so, the server ignores the second
      request. The request ID must be a valid UUID. A zero UUID is not
      supported (00000000-0000-0000-0000-000000000000).
    updateMask: Required. Field mask is used to specify the fields to be
      overwritten in the cluster resource by the update. The fields specified
      in the update_mask are relative to the resource, not the full request. A
      field will be overwritten if it is in the mask. The mask is required and
      a value of * will update all fields.
  rT   r   r   Tr+  r   r   N)r   r   r   r   r   r   rY  r"   r$   r[  rB  r   r   r   rl  rl    sU    0 #I""9a0'			q4	0$#i##A&)$y$$Q'*r   rl  c                       e Zd ZdZ ej
                  dd      Z ej                  dd      Z ej
                  d      Z	y)	8ManagedkafkaProjectsLocationsClustersTopicsCreateRequesta  A ManagedkafkaProjectsLocationsClustersTopicsCreateRequest object.

  Fields:
    parent: Required. The parent cluster in which to create the topic.
      Structured like
      `projects/{project}/locations/{location}/clusters/{cluster}`.
    topic: A Topic resource to be passed as the request body.
    topicId: Required. The ID to use for the topic, which will become the
      final component of the topic's name. This value is structured like: `my-
      topic-name`.
  r   Tr+  r  r   r   N)
r   r   r   r   r   r"   r3  r   topictopicIdr   r   r   rn  rn    sC    
 !9  T2&
 )
 
 !
,%!I!!!$'r   rn  c                   8    e Zd ZdZ ej
                  dd      Zy)8ManagedkafkaProjectsLocationsClustersTopicsDeleteRequestzA ManagedkafkaProjectsLocationsClustersTopicsDeleteRequest object.

  Fields:
    name: Required. The name of the topic to delete. `projects/{project}/locat
      ions/{location}/clusters/{cluster}/topics/{topic}`.
  r   Tr+  Nr6  r   r   r   rr  rr    s     
		q4	0$r   rr  c                   8    e Zd ZdZ ej
                  dd      Zy)5ManagedkafkaProjectsLocationsClustersTopicsGetRequestzA ManagedkafkaProjectsLocationsClustersTopicsGetRequest object.

  Fields:
    name: Required. The name of the topic whose configuration to return.
      Structured like: projects/{project}/locations/{location}/clusters/{clust
      er}/topics/{topic}.
  r   Tr+  Nr6  r   r   r   rt  rt    rI  r   rt  c                       e Zd ZdZ ej
                  dej                  j                        Z ej                  d      Z
 ej                  dd      Zy)	6ManagedkafkaProjectsLocationsClustersTopicsListRequesta  A ManagedkafkaProjectsLocationsClustersTopicsListRequest object.

  Fields:
    pageSize: Optional. The maximum number of topics to return. The service
      may return fewer than this value. If unset or zero, all topics for the
      parent is returned.
    pageToken: Optional. A page token, received from a previous `ListTopics`
      call. Provide this to retrieve the subsequent page. When paginating, all
      other parameters provided to `ListTopics` must match the call that
      provided the page token.
    parent: Required. The parent cluster whose topics are to be listed.
      Structured like
      `projects/{project}/locations/{location}/clusters/{cluster}`.
  r   r   r   r   Tr+  Nr<  r   r   r   rv  rv    r?  r   rv  c                       e Zd ZdZ ej
                  dd      Z ej                  dd      Z ej
                  d      Z	y)	7ManagedkafkaProjectsLocationsClustersTopicsPatchRequesta  A ManagedkafkaProjectsLocationsClustersTopicsPatchRequest object.

  Fields:
    name: Identifier. The name of the topic. The `topic` segment is used when
      connecting directly to the cluster. Structured like: projects/{project}/
      locations/{location}/clusters/{cluster}/topics/{topic}
    topic: A Topic resource to be passed as the request body.
    updateMask: Required. Field mask is used to specify the fields to be
      overwritten in the Topic resource by the update. The fields specified in
      the update_mask are relative to the resource, not the full request. A
      field will be overwritten if it is in the mask. The mask is required and
      a value of * will update all fields.
  r   Tr+  r  r   r   N)
r   r   r   r   r   r"   r$   r   ro  rB  r   r   r   rx  rx    sC     
		q4	0$
 )
 
 !
,%$y$$Q'*r   rx  c                       e Zd ZdZ ej
                  dd      Z ej                  d      Z ej                  dd      Z	y)	CManagedkafkaProjectsLocationsConnectClustersConnectorsCreateRequesta  A ManagedkafkaProjectsLocationsConnectClustersConnectorsCreateRequest
  object.

  Fields:
    connector: A Connector resource to be passed as the request body.
    connectorId: Required. The ID to use for the connector, which will become
      the final component of the connector's name. The ID must be 1-63
      characters long, and match the regular expression
      `[a-z]([-a-z0-9]*[a-z0-9])?` to comply with RFC 1035. This value is
      structured like: `my-connector-id`.
    parent: Required. The parent Connect cluster in which to create the
      connector. Structured like `projects/{project}/locations/{location}/conn
      ectClusters/{connect_cluster_id}`.
  r   r   r   r   Tr+  N)
r   r   r   r   r   r   	connectorr"   connectorIdr3  r   r   r   rz  rz    sC     %i$$[!4)%	%%a(+ 9  T2&r   rz  c                   8    e Zd ZdZ ej
                  dd      Zy)CManagedkafkaProjectsLocationsConnectClustersConnectorsDeleteRequesta  A ManagedkafkaProjectsLocationsConnectClustersConnectorsDeleteRequest
  object.

  Fields:
    name: Required. The name of the connector to delete. Structured like: proj
      ects/{project}/locations/{location}/connectClusters/{connectCluster}/con
      nectors/{connector}
  r   Tr+  Nr6  r   r   r   r~  r~    r7  r   r~  c                   8    e Zd ZdZ ej
                  dd      Zy)@ManagedkafkaProjectsLocationsConnectClustersConnectorsGetRequesta%  A ManagedkafkaProjectsLocationsConnectClustersConnectorsGetRequest
  object.

  Fields:
    name: Required. The name of the connector whose configuration to return.
      Structured like: projects/{project}/locations/{location}/connectClusters
      /{connectCluster}/connectors/{connector}
  r   Tr+  Nr6  r   r   r   r  r    r7  r   r  c                       e Zd ZdZ ej
                  dej                  j                        Z ej                  d      Z
 ej                  dd      Zy)	AManagedkafkaProjectsLocationsConnectClustersConnectorsListRequesta  A ManagedkafkaProjectsLocationsConnectClustersConnectorsListRequest
  object.

  Fields:
    pageSize: Optional. The maximum number of connectors to return. The
      service may return fewer than this value. If unspecified, server will
      pick an appropriate default.
    pageToken: Optional. A page token, received from a previous
      `ListConnectors` call. Provide this to retrieve the subsequent page.
      When paginating, all other parameters provided to `ListConnectors` must
      match the call that provided the page token.
    parent: Required. The parent Connect cluster whose connectors are to be
      listed. Structured like `projects/{project}/locations/{location}/connect
      Clusters/{connect_cluster_id}`.
  r   r   r   r   Tr+  Nr<  r   r   r   r  r  )  sO      $Y##Ay/@/@/F/FG(#i##A&) 9  T2&r   r  c                       e Zd ZdZ ej
                  dd      Z ej                  dd      Z ej                  d      Z	y)	BManagedkafkaProjectsLocationsConnectClustersConnectorsPatchRequesta  A ManagedkafkaProjectsLocationsConnectClustersConnectorsPatchRequest
  object.

  Fields:
    connector: A Connector resource to be passed as the request body.
    name: Identifier. The name of the connector. Structured like: projects/{pr
      oject}/locations/{location}/connectClusters/{connect_cluster}/connectors
      /{connector}
    updateMask: Required. Field mask is used to specify the fields to be
      overwritten in the cluster resource by the update. The fields specified
      in the update_mask are relative to the resource, not the full request. A
      field will be overwritten if it is in the mask. The mask is required and
      a value of * will update all fields.
  r   r   r   Tr+  r   N)
r   r   r   r   r   r   r{  r"   r$   rB  r   r   r   r  r  ?  sC     %i$$[!4)			q4	0$$y$$Q'*r   r  c                   ^    e Zd ZdZ ej
                  dd      Z ej                  dd      Zy)BManagedkafkaProjectsLocationsConnectClustersConnectorsPauseRequestaw  A ManagedkafkaProjectsLocationsConnectClustersConnectorsPauseRequest
  object.

  Fields:
    name: Required. The name of the connector to pause. Structured like: proje
      cts/{project}/locations/{location}/connectClusters/{connectCluster}/conn
      ectors/{connector}
    pauseConnectorRequest: A PauseConnectorRequest resource to be passed as
      the request body.
  r   Tr+  PauseConnectorRequestr   N)	r   r   r   r   r   r"   r$   r   pauseConnectorRequestr   r   r   r  r  T  s3    	 
		q4	0$0)001H!Lr   r  c                   ^    e Zd ZdZ ej
                  dd      Z ej                  dd      Zy)DManagedkafkaProjectsLocationsConnectClustersConnectorsRestartRequesta  A ManagedkafkaProjectsLocationsConnectClustersConnectorsRestartRequest
  object.

  Fields:
    name: Required. The name of the connector to restart. Structured like: pro
      jects/{project}/locations/{location}/connectClusters/{connectCluster}/co
      nnectors/{connector}
    restartConnectorRequest: A RestartConnectorRequest resource to be passed
      as the request body.
  r   Tr+  RestartConnectorRequestr   N)	r   r   r   r   r   r"   r$   r   restartConnectorRequestr   r   r   r  r  d  s3    	 
		q4	0$2I223LaPr   r  c                   ^    e Zd ZdZ ej
                  dd      Z ej                  dd      Zy)CManagedkafkaProjectsLocationsConnectClustersConnectorsResumeRequestaz  A ManagedkafkaProjectsLocationsConnectClustersConnectorsResumeRequest
  object.

  Fields:
    name: Required. The name of the connector to pause. Structured like: proje
      cts/{project}/locations/{location}/connectClusters/{connectCluster}/conn
      ectors/{connector}
    resumeConnectorRequest: A ResumeConnectorRequest resource to be passed as
      the request body.
  r   Tr+  ResumeConnectorRequestr   N)	r   r   r   r   r   r"   r$   r   resumeConnectorRequestr   r   r   r  r  t  s3    	 
		q4	0$19112JANr   r  c                   ^    e Zd ZdZ ej
                  dd      Z ej                  dd      Zy)AManagedkafkaProjectsLocationsConnectClustersConnectorsStopRequestas  A ManagedkafkaProjectsLocationsConnectClustersConnectorsStopRequest
  object.

  Fields:
    name: Required. The name of the connector to stop. Structured like: projec
      ts/{project}/locations/{location}/connectClusters/{connectCluster}/conne
      ctors/{connector}
    stopConnectorRequest: A StopConnectorRequest resource to be passed as the
      request body.
  r   Tr+  StopConnectorRequestr   N)	r   r   r   r   r   r"   r$   r   stopConnectorRequestr   r   r   r  r    s3    	 
		q4	0$///0FJr   r  c                       e Zd ZdZ ej
                  dd      Z ej                  d      Z ej                  dd      Z	 ej                  d      Z
y	)
9ManagedkafkaProjectsLocationsConnectClustersCreateRequesta  A ManagedkafkaProjectsLocationsConnectClustersCreateRequest object.

  Fields:
    connectCluster: A ConnectCluster resource to be passed as the request
      body.
    connectClusterId: Required. The ID to use for the Connect cluster, which
      will become the final component of the cluster's name. The ID must be
      1-63 characters long, and match the regular expression
      `[a-z]([-a-z0-9]*[a-z0-9])?` to comply with RFC 1035. This value is
      structured like: `my-cluster-id`.
    parent: Required. The parent project/location in which to create the Kafka
      Connect cluster. Structured like
      `projects/{project}/locations/{location}/`.
    requestId: Optional. An optional request ID to identify requests. Specify
      a unique request ID to avoid duplication of requests. If a request times
      out or fails, retrying with the same ID allows the server to recognize
      the previous attempt. For at least 60 minutes, the server ignores
      duplicate requests bearing the same ID. For example, consider a
      situation where you make an initial request and the request times out.
      If you make the request again with the same request ID within 60 minutes
      of the last request, the server checks if an original operation with the
      same request ID was received. If so, the server ignores the second
      request. The request ID must be a valid UUID. A zero UUID is not
      supported (00000000-0000-0000-0000-000000000000).
  r   r   r   r   Tr+  r   N)r   r   r   r   r   r   connectClusterr"   connectClusterIdr3  r[  r   r   r   r  r    sW    4 *9))*:A>.*Y**1- 9  T2&#i##A&)r   r  c                   \    e Zd ZdZ ej
                  dd      Z ej
                  d      Zy)9ManagedkafkaProjectsLocationsConnectClustersDeleteRequesta.  A ManagedkafkaProjectsLocationsConnectClustersDeleteRequest object.

  Fields:
    name: Required. The name of the Kafka Connect cluster to delete.
      Structured like `projects/{project}/locations/{location}/connectClusters
      /{connect_cluster_id}`.
    requestId: Optional. An optional request ID to identify requests. Specify
      a unique request ID to avoid duplication of requests. If a request times
      out or fails, retrying with the same ID allows the server to recognize
      the previous attempt. For at least 60 minutes, the server ignores
      duplicate requests bearing the same ID. For example, consider a
      situation where you make an initial request and the request times out.
      If you make the request again with the same request ID within 60 minutes
      of the last request, the server checks if an original operation with the
      same request ID was received. If so, the server ignores the second
      request. The request ID must be a valid UUID. A zero UUID is not
      supported (00000000-0000-0000-0000-000000000000).
  r   Tr+  r   Nr^  r   r   r   r  r    s/    & 
		q4	0$#i##A&)r   r  c                   8    e Zd ZdZ ej
                  dd      Zy)6ManagedkafkaProjectsLocationsConnectClustersGetRequesta  A ManagedkafkaProjectsLocationsConnectClustersGetRequest object.

  Fields:
    name: Required. The name of the Kafka Connect cluster whose configuration
      to return. Structured like `projects/{project}/locations/{location}/conn
      ectClusters/{connect_cluster_id}`.
  r   Tr+  Nr6  r   r   r   r  r    rI  r   r  c                       e Zd ZdZ ej
                  d      Z ej
                  d      Z ej                  dej                  j                        Z ej
                  d      Z ej
                  dd	      Zy
)7ManagedkafkaProjectsLocationsConnectClustersListRequesta-  A ManagedkafkaProjectsLocationsConnectClustersListRequest object.

  Fields:
    filter: Optional. Filter expression for the result.
    orderBy: Optional. Order by fields for the result.
    pageSize: Optional. The maximum number of Connect clusters to return. The
      service may return fewer than this value. If unspecified, server will
      pick an appropriate default.
    pageToken: Optional. A page token, received from a previous
      `ListConnectClusters` call. Provide this to retrieve the subsequent
      page. When paginating, all other parameters provided to
      `ListConnectClusters` must match the call that provided the page token.
    parent: Required. The parent project/location whose Connect clusters are
      to be listed. Structured like `projects/{project}/locations/{location}`.
  r   r   r   r   r   r   Tr+  Nrh  r   r   r   r  r    rj  r   r  c                       e Zd ZdZ ej
                  dd      Z ej                  dd      Z ej                  d      Z	 ej                  d      Z
y	)
8ManagedkafkaProjectsLocationsConnectClustersPatchRequesta  A ManagedkafkaProjectsLocationsConnectClustersPatchRequest object.

  Fields:
    connectCluster: A ConnectCluster resource to be passed as the request
      body.
    name: Identifier. The name of the Kafka Connect cluster. Structured like:
      projects/{project_number}/locations/{location}/connectClusters/{connect_
      cluster_id}
    requestId: Optional. An optional request ID to identify requests. Specify
      a unique request ID to avoid duplication of requests. If a request times
      out or fails, retrying with the same ID allows the server to recognize
      the previous attempt. For at least 60 minutes, the server ignores
      duplicate requests bearing the same ID. For example, consider a
      situation where you make an initial request and the request times out.
      If you make the request again with the same request ID within 60 minutes
      of the last request, the server checks if an original operation with the
      same request ID was received. If so, the server ignores the second
      request. The request ID must be a valid UUID. A zero UUID is not
      supported (00000000-0000-0000-0000-000000000000).
    updateMask: Required. Field mask is used to specify the fields to be
      overwritten in the cluster resource by the update. The fields specified
      in the update_mask are relative to the resource, not the full request. A
      field will be overwritten if it is in the mask. The mask is required and
      a value of * will update all fields.
  r   r   r   Tr+  r   r   N)r   r   r   r   r   r   r  r"   r$   r[  rB  r   r   r   r  r    sV    4 *9))*:A>.			q4	0$#i##A&)$y$$Q'*r   r  c                   8    e Zd ZdZ ej
                  dd      Zy)'ManagedkafkaProjectsLocationsGetRequestziA ManagedkafkaProjectsLocationsGetRequest object.

  Fields:
    name: Resource name for the location.
  r   Tr+  Nr6  r   r   r   r  r         
		q4	0$r   r  c                       e Zd ZdZ ej
                  dd      Z ej
                  d      Z ej
                  dd      Z ej                  dej                  j                  	      Z ej
                  d
      Zy)(ManagedkafkaProjectsLocationsListRequesta  A ManagedkafkaProjectsLocationsListRequest object.

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

  Fields:
    cancelOperationRequest: A CancelOperationRequest resource to be passed as
      the request body.
    name: The name of the operation resource to be cancelled.
  r3   r   r   Tr+  N)	r   r   r   r   r   r   cancelOperationRequestr"   r$   r   r   r   r  r  4  s3     29112JAN			q4	0$r   r  c                   8    e Zd ZdZ ej
                  dd      Zy)4ManagedkafkaProjectsLocationsOperationsDeleteRequestzA ManagedkafkaProjectsLocationsOperationsDeleteRequest object.

  Fields:
    name: The name of the operation resource to be deleted.
  r   Tr+  Nr6  r   r   r   r  r  A  r  r   r  c                   8    e Zd ZdZ ej
                  dd      Zy)1ManagedkafkaProjectsLocationsOperationsGetRequestzwA ManagedkafkaProjectsLocationsOperationsGetRequest object.

  Fields:
    name: The name of the operation resource.
  r   Tr+  Nr6  r   r   r   r  r  K  r  r   r  c                       e Zd ZdZ ej
                  d      Z ej
                  dd      Z ej                  dej                  j                        Z ej
                  d      Zy	)
2ManagedkafkaProjectsLocationsOperationsListRequestzA ManagedkafkaProjectsLocationsOperationsListRequest 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   r   N)r   r   r   r   r   r"   rR  r$   r7   r   r   r=  r>  r   r   r   r  r  U  sa     !9  #&			q4	0$#Y##Ay/@/@/F/FG(#i##A&)r   r  c                   ^    e Zd ZdZ ej
                  dd      Z ej                  dd      Zy)SManagedkafkaProjectsLocationsSchemaRegistriesCompatibilityCheckCompatibilityRequesta  A ManagedkafkaProjectsLocationsSchemaRegistriesCompatibilityCheckCompati
  bilityRequest object.

  Fields:
    checkCompatibilityRequest: A CheckCompatibilityRequest resource to be
      passed as the request body.
    name: Required. The name of the resource to check compatibility for. The
      format is either of following: * projects/{project}/locations/{location}
      /schemaRegistries/{schema_registry}/compatibility/subjects/*/versions:
      Check compatibility with one or more versions of the specified subject.
      * projects/{project}/locations/{location}/schemaRegistries/{schema_regis
      try}/compatibility/subjects/{subject}/versions/{version}: Check
      compatibility with a specific version of the subject.
  r>   r   r   Tr+  N	r   r   r   r   r   r   checkCompatibilityRequestr"   r$   r   r   r   r  r  e  4     5i445PRST			q4	0$r   r  c                   8    e Zd ZdZ ej
                  dd      Zy)@ManagedkafkaProjectsLocationsSchemaRegistriesConfigDeleteRequesta  A ManagedkafkaProjectsLocationsSchemaRegistriesConfigDeleteRequest
  object.

  Fields:
    name: Required. The resource name of subject to delete the config for. The
      format is * projects/{project}/locations/{location}/schemaRegistries/{sc
      hema_registry}/config/{subject}
  r   Tr+  Nr6  r   r   r   r  r  y  r7  r   r  c                   \    e Zd ZdZ ej
                  d      Z ej                  dd      Zy)=ManagedkafkaProjectsLocationsSchemaRegistriesConfigGetRequestaN  A ManagedkafkaProjectsLocationsSchemaRegistriesConfigGetRequest object.

  Fields:
    defaultToGlobal: Optional. If true, the config will fall back to the
      config at the global level if no subject level config is found.
    name: Required. The resource name to get the config for. It can be either
      of following: * projects/{project}/locations/{location}/schemaRegistries
      /{schema_registry}/config: Get config at global level. * projects/{proje
      ct}/locations/{location}/schemaRegistries/{schema_registry}/config/{subj
      ect}: Get config for a specific subject.
  r   r   Tr+  N	r   r   r   r   r   r0   defaultToGlobalr"   r$   r   r   r   r  r    s/    
 +I**1-/			q4	0$r   r  c                   ^    e Zd ZdZ ej
                  dd      Z ej                  dd      Zy)@ManagedkafkaProjectsLocationsSchemaRegistriesConfigUpdateRequesta9  A ManagedkafkaProjectsLocationsSchemaRegistriesConfigUpdateRequest
  object.

  Fields:
    name: Required. The resource name to update the config for. It can be
      either of following: * projects/{project}/locations/{location}/schemaReg
      istries/{schema_registry}/config: Update config at global level. * proje
      cts/{project}/locations/{location}/schemaRegistries/{schema_registry}/co
      nfig/{subject}: Update config for a specific subject.
    updateSchemaConfigRequest: A UpdateSchemaConfigRequest resource to be
      passed as the request body.
  r   Tr+  UpdateSchemaConfigRequestr   N	r   r   r   r   r   r"   r$   r   updateSchemaConfigRequestr   r   r   r  r    s4     
		q4	0$4i445PRSTr   r  c                   ^    e Zd ZdZ ej
                  dd      Z ej                  dd      Zy)[ManagedkafkaProjectsLocationsSchemaRegistriesContextsCompatibilityCheckCompatibilityRequesta  A ManagedkafkaProjectsLocationsSchemaRegistriesContextsCompatibilityChec
  kCompatibilityRequest object.

  Fields:
    checkCompatibilityRequest: A CheckCompatibilityRequest resource to be
      passed as the request body.
    name: Required. The name of the resource to check compatibility for. The
      format is either of following: * projects/{project}/locations/{location}
      /schemaRegistries/{schema_registry}/compatibility/subjects/*/versions:
      Check compatibility with one or more versions of the specified subject.
      * projects/{project}/locations/{location}/schemaRegistries/{schema_regis
      try}/compatibility/subjects/{subject}/versions/{version}: Check
      compatibility with a specific version of the subject.
  r>   r   r   Tr+  Nr  r   r   r   r  r    r  r   r  c                   8    e Zd ZdZ ej
                  dd      Zy)HManagedkafkaProjectsLocationsSchemaRegistriesContextsConfigDeleteRequesta(  A
  ManagedkafkaProjectsLocationsSchemaRegistriesContextsConfigDeleteRequest
  object.

  Fields:
    name: Required. The resource name of subject to delete the config for. The
      format is * projects/{project}/locations/{location}/schemaRegistries/{sc
      hema_registry}/config/{subject}
  r   Tr+  Nr6  r   r   r   r  r         
		q4	0$r   r  c                   \    e Zd ZdZ ej
                  d      Z ej                  dd      Zy)EManagedkafkaProjectsLocationsSchemaRegistriesContextsConfigGetRequestaX  A ManagedkafkaProjectsLocationsSchemaRegistriesContextsConfigGetRequest
  object.

  Fields:
    defaultToGlobal: Optional. If true, the config will fall back to the
      config at the global level if no subject level config is found.
    name: Required. The resource name to get the config for. It can be either
      of following: * projects/{project}/locations/{location}/schemaRegistries
      /{schema_registry}/config: Get config at global level. * projects/{proje
      ct}/locations/{location}/schemaRegistries/{schema_registry}/config/{subj
      ect}: Get config for a specific subject.
  r   r   Tr+  Nr  r   r   r   r  r    s/     +I**1-/			q4	0$r   r  c                   ^    e Zd ZdZ ej
                  dd      Z ej                  dd      Zy)HManagedkafkaProjectsLocationsSchemaRegistriesContextsConfigUpdateRequestaC  A
  ManagedkafkaProjectsLocationsSchemaRegistriesContextsConfigUpdateRequest
  object.

  Fields:
    name: Required. The resource name to update the config for. It can be
      either of following: * projects/{project}/locations/{location}/schemaReg
      istries/{schema_registry}/config: Update config at global level. * proje
      cts/{project}/locations/{location}/schemaRegistries/{schema_registry}/co
      nfig/{subject}: Update config for a specific subject.
    updateSchemaConfigRequest: A UpdateSchemaConfigRequest resource to be
      passed as the request body.
  r   Tr+  r  r   Nr  r   r   r   r  r    s4     
		q4	0$4i445PRSTr   r  c                   8    e Zd ZdZ ej
                  dd      Zy)?ManagedkafkaProjectsLocationsSchemaRegistriesContextsGetRequesta  A ManagedkafkaProjectsLocationsSchemaRegistriesContextsGetRequest
  object.

  Fields:
    name: Required. The name of the context to return. Structured like: `proje
      cts/{project}/locations/{location}/schemaRegistries/{schema_registry}/co
      ntexts/{context}`
  r   Tr+  Nr6  r   r   r   r  r    r7  r   r  c                   8    e Zd ZdZ ej
                  dd      Zy)@ManagedkafkaProjectsLocationsSchemaRegistriesContextsListRequestzA ManagedkafkaProjectsLocationsSchemaRegistriesContextsListRequest
  object.

  Fields:
    parent: Required. The parent of the contexts. Structured like: `projects/{
      project}/locations/{location}/schemaRegistries/{schema_registry}`
  r   Tr+  Nr   r   r   r   r   r"   r3  r   r   r   r  r    s     !9  T2&r   r  c                   8    e Zd ZdZ ej
                  dd      Zy)FManagedkafkaProjectsLocationsSchemaRegistriesContextsModeDeleteRequesta  A ManagedkafkaProjectsLocationsSchemaRegistriesContextsModeDeleteRequest
  object.

  Fields:
    name: Required. The resource name of subject to delete the mode for. The
      format is * projects/{project}/locations/{location}/schemaRegistries/{sc
      hema_registry}/mode/{subject} * projects/{project}/locations/{location}/
      schemaRegistries/{schema_registry}/contexts/{context}/mode/{subject}
  r   Tr+  Nr6  r   r   r   r  r  	  r  r   r  c                   8    e Zd ZdZ ej
                  dd      Zy)CManagedkafkaProjectsLocationsSchemaRegistriesContextsModeGetRequesta  A ManagedkafkaProjectsLocationsSchemaRegistriesContextsModeGetRequest
  object.

  Fields:
    name: Required. The resource name of the mode. The format is * projects/{p
      roject}/locations/{location}/schemaRegistries/{schema_registry}/mode/{su
      bject}: mode for a schema registry, or * projects/{project}/locations/{l
      ocation}/schemaRegistries/{schema_registry}/contexts/{context}/mode/{sub
      ject}: mode for a specific subject in a specific context
  r   Tr+  Nr6  r   r   r   r  r    s    	 
		q4	0$r   r  c                   ^    e Zd ZdZ ej
                  dd      Z ej                  dd      Zy)FManagedkafkaProjectsLocationsSchemaRegistriesContextsModeUpdateRequestaC  A ManagedkafkaProjectsLocationsSchemaRegistriesContextsModeUpdateRequest
  object.

  Fields:
    name: Required. The resource name of the mode. The format is * projects/{p
      roject}/locations/{location}/schemaRegistries/{schema_registry}/mode/{su
      bject}: mode for a schema registry, or * projects/{project}/locations/{l
      ocation}/schemaRegistries/{schema_registry}/contexts/{context}/mode/{sub
      ject}: mode for a specific subject in a specific context
    updateSchemaModeRequest: A UpdateSchemaModeRequest resource to be passed
      as the request body.
  r   Tr+  UpdateSchemaModeRequestr   N	r   r   r   r   r   r"   r$   r   updateSchemaModeRequestr   r   r   r  r  &  s3     
		q4	0$2I223LaPr   r  c                   \    e Zd ZdZ ej
                  dd      Z ej
                  d      Zy)FManagedkafkaProjectsLocationsSchemaRegistriesContextsSchemasGetRequesta  A ManagedkafkaProjectsLocationsSchemaRegistriesContextsSchemasGetRequest
  object.

  Fields:
    name: Required. The name of the schema to return. Structured like: `projec
      ts/{project}/locations/{location}/schemaRegistries/{schema_registry}/sch
      emas/ids/{schema}`
    subject: Optional. Used to limit the search for the schema ID to a
      specific subject, otherwise the schema ID will be searched for in all
      subjects in the given specified context.
  r   Tr+  r   Nr   r   r   r   r   r"   r$   subjectr   r   r   r  r  8  /    
 
		q4	0$!I!!!$'r   r  c                   \    e Zd ZdZ ej
                  dd      Z ej
                  d      Zy)LManagedkafkaProjectsLocationsSchemaRegistriesContextsSchemasGetSchemaRequesta  A
  ManagedkafkaProjectsLocationsSchemaRegistriesContextsSchemasGetSchemaRequest
  object.

  Fields:
    name: Required. The name of the schema to return. Structured like: `projec
      ts/{project}/locations/{location}/schemaRegistries/{schema_registry}/sch
      emas/ids/{schema}`
    subject: Optional. Used to limit the search for the schema ID to a
      specific subject, otherwise the schema ID will be searched for in all
      subjects in the given specified context.
  r   Tr+  r   Nr  r   r   r   r  r  I  s/     
		q4	0$!I!!!$'r   r  c                       e Zd ZdZ ej
                  d      Z ej                  dd      Z ej                  d      Z	y)OManagedkafkaProjectsLocationsSchemaRegistriesContextsSchemasSubjectsListRequestaq  A ManagedkafkaProjectsLocationsSchemaRegistriesContextsSchemasSubjectsLi
  stRequest object.

  Fields:
    deleted: Optional. If true, the response will include soft-deleted
      subjects. The default is false.
    parent: Required. The schema resource whose associated subjects are to be
      listed. Structured like: `projects/{project}/locations/{location}/schema
      Registries/{schema_registry}/schemas/ids/{schema}` or `projects/{project
      }/locations/{location}/schemaRegistries/{schema_registry}/contexts/{cont
      ext}/schemas/ids/{schema}`
    subject: Optional. The subject to filter the subjects by.
  r   r   Tr+  r   N
r   r   r   r   r   r0   r(  r"   r3  r  r   r   r   r  r  [  sA     #I""1%' 9  T2&!I!!!$'r   r  c                   8    e Zd ZdZ ej
                  dd      Zy)LManagedkafkaProjectsLocationsSchemaRegistriesContextsSchemasTypesListRequesta)  A
  ManagedkafkaProjectsLocationsSchemaRegistriesContextsSchemasTypesListRequest
  object.

  Fields:
    parent: Required. The parent schema registry whose schema types are to be
      listed. Structured like: `projects/{project}/locations/{location}/schema
      Registries/{schema_registry}`
  r   Tr+  Nr  r   r   r   r  r  o  s     !9  T2&r   r  c                       e Zd ZdZ ej
                  d      Z ej                  dd      Z ej                  d      Z	y)OManagedkafkaProjectsLocationsSchemaRegistriesContextsSchemasVersionsListRequesta  A ManagedkafkaProjectsLocationsSchemaRegistriesContextsSchemasVersionsLi
  stRequest object.

  Fields:
    deleted: Optional. If true, the response will include soft-deleted
      versions of the schema, even if the subject is soft-deleted. The default
      is false.
    parent: Required. The schema whose schema versions are to be listed.
      Structured like: `projects/{project}/locations/{location}/schemaRegistri
      es/{schema_registry}/schemas/ids/{schema}` or `projects/{project}/locati
      ons/{location}/schemaRegistries/{schema_registry}/contexts/{context}/sch
      emas/ids/{schema}`
    subject: Optional. The subject to filter the subjects by.
  r   r   Tr+  r   Nr  r   r   r   r  r  }  A     #I""1%' 9  T2&!I!!!$'r   r  c                   \    e Zd ZdZ ej
                  dd      Z ej                  d      Zy)JManagedkafkaProjectsLocationsSchemaRegistriesContextsSubjectsDeleteRequesta%  A
  ManagedkafkaProjectsLocationsSchemaRegistriesContextsSubjectsDeleteRequest
  object.

  Fields:
    name: Required. The name of the subject to delete. Structured like: `proje
      cts/{project}/locations/{location}/schemaRegistries/{schema_registry}/su
      bjects/{subject}` or `projects/{project}/locations/{location}/schemaRegi
      stries/{schema_registry}/contexts/{context}/subjects/{subject}`
    permanent: Optional. If true, the subject and all associated metadata
      including the schema ID will be deleted permanently. Otherwise, only the
      subject is soft-deleted. The default is false. Soft-deleted subjects can
      still be searched in ListSubjects API call with deleted=true query
      parameter. A soft-delete of a subject must be performed before a hard-
      delete.
  r   Tr+  r   N	r   r   r   r   r   r"   r$   r0   	permanentr   r   r   r  r    /    " 
		q4	0$$i$$Q')r   r  c                       e Zd ZdZ ej
                  d      Z ej                  dd      Z ej                  d      Z	y)HManagedkafkaProjectsLocationsSchemaRegistriesContextsSubjectsListRequesta   A
  ManagedkafkaProjectsLocationsSchemaRegistriesContextsSubjectsListRequest
  object.

  Fields:
    deleted: Optional. If true, the response will include soft-deleted
      subjects. The default is false.
    parent: Required. The parent schema registry/context whose subjects are to
      be listed. Structured like: `projects/{project}/locations/{location}/sch
      emaRegistries/{schema_registry}` or `projects/{project}/locations/{locat
      ion}/schemaRegistries/{schema_registry}/contexts/{context}`
    subjectPrefix: Optional. The context to filter the subjects by, in the
      format of `:.{context}:`. If unset, all subjects in the registry are
      returned. Set to empty string or add as '?subjectPrefix=' at the end of
      this request to list subjects in the default context.
  r   r   Tr+  r   N
r   r   r   r   r   r0   r(  r"   r3  subjectPrefixr   r   r   r  r    sA    " #I""1%' 9  T2&')''*-r   r  c                   ^    e Zd ZdZ ej
                  dd      Z ej                  dd      Zy)QManagedkafkaProjectsLocationsSchemaRegistriesContextsSubjectsLookupVersionRequesta  A ManagedkafkaProjectsLocationsSchemaRegistriesContextsSubjectsLookupVer
  sionRequest object.

  Fields:
    lookupVersionRequest: A LookupVersionRequest resource to be passed as the
      request body.
    parent: Required. The subject to lookup the schema in. Structured like: `p
      rojects/{project}/locations/{location}/schemaRegistries/{schema_registry
      }/subjects/{subject}` or `projects/{project}/locations/{location}/schema
      Registries/{schema_registry}/contexts/{context}/subjects/{subject}`
  r%  r   r   Tr+  N	r   r   r   r   r   r   lookupVersionRequestr"   r3  r   r   r   r  r    3    
 0//0FJ 9  T2&r   r  c                   ^    e Zd ZdZ ej
                  dd      Z ej                  dd      Zy)RManagedkafkaProjectsLocationsSchemaRegistriesContextsSubjectsVersionsCreateRequesta  A ManagedkafkaProjectsLocationsSchemaRegistriesContextsSubjectsVersionsC
  reateRequest object.

  Fields:
    createVersionRequest: A CreateVersionRequest resource to be passed as the
      request body.
    parent: Required. The subject to create the version for. Structured like:
      `projects/{project}/locations/{location}/schemaRegistries/{schema_regist
      ry}/subjects/{subject}` or `projects/{project}/locations/{location}/sche
      maRegistries/{schema_registry}/contexts/{context}/subjects/{subject}`
  r   r   r   Tr+  N	r   r   r   r   r   r   createVersionRequestr"   r3  r   r   r   r  r    r  r   r  c                   \    e Zd ZdZ ej
                  dd      Z ej                  d      Zy)RManagedkafkaProjectsLocationsSchemaRegistriesContextsSubjectsVersionsDeleteRequestaj  A ManagedkafkaProjectsLocationsSchemaRegistriesContextsSubjectsVersionsD
  eleteRequest object.

  Fields:
    name: Required. The name of the subject version to delete. Structured
      like: `projects/{project}/locations/{location}/schemaRegistries/{schema_
      registry}/subjects/{subject}/versions/{version}` or `projects/{project}/
      locations/{location}/schemaRegistries/{schema_registry}/contexts/{contex
      t}/subjects/{subject}/versions/{version}`
    permanent: Optional. If true, both the version and the referenced schema
      ID will be permanently deleted. The default is false. If false, the
      version will be deleted but the schema ID will be retained. Soft-deleted
      versions can still be searched in ListVersions API call with
      deleted=true query parameter. A soft-delete of a version must be
      performed before a hard-delete.
  r   Tr+  r   Nr  r   r   r   r  r    r  r   r  c                   \    e Zd ZdZ ej
                  d      Z ej                  dd      Zy)OManagedkafkaProjectsLocationsSchemaRegistriesContextsSubjectsVersionsGetRequesta  A ManagedkafkaProjectsLocationsSchemaRegistriesContextsSubjectsVersionsG
  etRequest object.

  Fields:
    deleted: Optional. If true, no matter if the subject/version is soft-
      deleted or not, it returns the version details. If false, it returns
      NOT_FOUND error if the subject/version is soft-deleted. The default is
      false.
    name: Required. The name of the subject to return versions. Structured
      like: `projects/{project}/locations/{location}/schemaRegistries/{schema_
      registry}/subjects/{subject}/versions/{version}` or `projects/{project}/
      locations/{location}/schemaRegistries/{schema_registry}/contexts/{contex
      t}/subjects/{subject}/versions/{version}`
  r   r   Tr+  N	r   r   r   r   r   r0   r(  r"   r$   r   r   r   r  r    /     #I""1%'			q4	0$r   r  c                   \    e Zd ZdZ ej
                  d      Z ej                  dd      Zy)UManagedkafkaProjectsLocationsSchemaRegistriesContextsSubjectsVersionsGetSchemaRequesta  A ManagedkafkaProjectsLocationsSchemaRegistriesContextsSubjectsVersionsG
  etSchemaRequest object.

  Fields:
    deleted: Optional. If true, no matter if the subject/version is soft-
      deleted or not, it returns the version details. If false, it returns
      NOT_FOUND error if the subject/version is soft-deleted. The default is
      false.
    name: Required. The name of the subject to return versions. Structured
      like: `projects/{project}/locations/{location}/schemaRegistries/{schema_
      registry}/subjects/{subject}/versions/{version}` or `projects/{project}/
      locations/{location}/schemaRegistries/{schema_registry}/contexts/{contex
      t}/subjects/{subject}/versions/{version}`
  r   r   Tr+  Nr  r   r   r   r  r  	  r  r   r  c                   \    e Zd ZdZ ej
                  d      Z ej                  dd      Zy)PManagedkafkaProjectsLocationsSchemaRegistriesContextsSubjectsVersionsListRequestaB  A ManagedkafkaProjectsLocationsSchemaRegistriesContextsSubjectsVersionsL
  istRequest object.

  Fields:
    deleted: Optional. If true, the response will include soft-deleted
      versions of an active or soft-deleted subject. The default is false.
    parent: Required. The subject whose versions are to be listed. Structured
      like: `projects/{project}/locations/{location}/schemaRegistries/{schema_
      registry}/subjects/{subject}` or `projects/{project}/locations/{location
      }/schemaRegistries/{schema_registry}/contexts/{context}/subjects/{subjec
      t}`
  r   r   Tr+  N	r   r   r   r   r   r0   r(  r"   r3  r   r   r   r  r  	  s/     #I""1%' 9  T2&r   r  c                   8    e Zd ZdZ ej
                  dd      Zy)\ManagedkafkaProjectsLocationsSchemaRegistriesContextsSubjectsVersionsReferencedbyListRequesta  A ManagedkafkaProjectsLocationsSchemaRegistriesContextsSubjectsVersionsR
  eferencedbyListRequest object.

  Fields:
    parent: Required. The version to list referenced by. Structured like: `pro
      jects/{project}/locations/{location}/schemaRegistries/{schema_registry}/
      subjects/{subject}/versions/{version}` or `projects/{project}/locations/
      {location}/schemaRegistries/{schema_registry}/contexts/{context}/subject
      s/{subject}/versions/{version}`
  r   Tr+  Nr  r   r   r   r  r  1	      	 !9  T2&r   r  c                   ^    e Zd ZdZ ej
                  dd      Z ej                  dd      Zy):ManagedkafkaProjectsLocationsSchemaRegistriesCreateRequestaU  A ManagedkafkaProjectsLocationsSchemaRegistriesCreateRequest object.

  Fields:
    createSchemaRegistryRequest: A CreateSchemaRegistryRequest resource to be
      passed as the request body.
    parent: Required. The parent whose schema registry instance is to be
      created. Structured like: `projects/{project}/locations/{location}`
  r   r   r   Tr+  N)	r   r   r   r   r   r   createSchemaRegistryRequestr"   r3  r   r   r   r  r  @	  s4     !7	 6 67TVW X 9  T2&r   r  c                   8    e Zd ZdZ ej
                  dd      Zy):ManagedkafkaProjectsLocationsSchemaRegistriesDeleteRequesta  A ManagedkafkaProjectsLocationsSchemaRegistriesDeleteRequest object.

  Fields:
    name: Required. The name of the schema registry instance to delete.
      Structured like: `projects/{project}/locations/{location}/schemaRegistri
      es/{schema_registry}`
  r   Tr+  Nr6  r   r   r   r
  r
  N	  rI  r   r
  c                   8    e Zd ZdZ ej
                  dd      Zy)7ManagedkafkaProjectsLocationsSchemaRegistriesGetRequesta  A ManagedkafkaProjectsLocationsSchemaRegistriesGetRequest object.

  Fields:
    name: Required. The name of the schema registry instance to return.
      Structured like: `projects/{project}/locations/{location}/schemaRegistri
      es/{schema_registry}`
  r   Tr+  Nr6  r   r   r   r  r  Z	  rI  r   r  c                       e Zd ZdZ G d dej
                        Z ej                  dd      Z ej                  dd      Z
y)	8ManagedkafkaProjectsLocationsSchemaRegistriesListRequestaA  A ManagedkafkaProjectsLocationsSchemaRegistriesListRequest object.

  Enums:
    ViewValueValuesEnum: Optional. Specifies the view to return for the schema
      registry instances. If not specified, the default view is
      SCHEMA_REGISTRY_VIEW_BASIC.

  Fields:
    parent: Required. The parent whose schema registry instances are to be
      listed. Structured like: `projects/{project}/locations/{location}`
    view: Optional. Specifies the view to return for the schema registry
      instances. If not specified, the default view is
      SCHEMA_REGISTRY_VIEW_BASIC.
  c                       e Zd ZdZdZdZdZy)LManagedkafkaProjectsLocationsSchemaRegistriesListRequest.ViewValueValuesEnumai  Optional. Specifies the view to return for the schema registry
    instances. If not specified, the default view is
    SCHEMA_REGISTRY_VIEW_BASIC.

    Values:
      SCHEMA_REGISTRY_VIEW_UNSPECIFIED: The unset value. The API will default
        to SCHEMA_REGISTRY_VIEW_BASIC.
      SCHEMA_REGISTRY_VIEW_BASIC: If SchemaRegistryView is not specified, this
        is the default value. Returns only the name of the schema registry.
        The contexts associated with it are not included.
      SCHEMA_REGISTRY_VIEW_FULL: Returns the name of the schema registry and
        all the contexts associated with it.
    r   r   r   N)r   r   r   r    SCHEMA_REGISTRY_VIEW_UNSPECIFIEDSCHEMA_REGISTRY_VIEW_BASICSCHEMA_REGISTRY_VIEW_FULLr   r   r   rQ  r  v	  s     ()$!" !r   rQ  r   Tr+  r   N)r   r   r   r   r   rJ   rQ  r"   r3  rM   rS  r   r   r   r  r  f	  sB    "INN "$ !9  T2&			2A	6$r   r  c                   8    e Zd ZdZ ej
                  dd      Zy)>ManagedkafkaProjectsLocationsSchemaRegistriesModeDeleteRequesta  A ManagedkafkaProjectsLocationsSchemaRegistriesModeDeleteRequest object.

  Fields:
    name: Required. The resource name of subject to delete the mode for. The
      format is * projects/{project}/locations/{location}/schemaRegistries/{sc
      hema_registry}/mode/{subject} * projects/{project}/locations/{location}/
      schemaRegistries/{schema_registry}/contexts/{context}/mode/{subject}
  r   Tr+  Nr6  r   r   r   r  r  	  r7  r   r  c                   8    e Zd ZdZ ej
                  dd      Zy);ManagedkafkaProjectsLocationsSchemaRegistriesModeGetRequesta  A ManagedkafkaProjectsLocationsSchemaRegistriesModeGetRequest object.

  Fields:
    name: Required. The resource name of the mode. The format is * projects/{p
      roject}/locations/{location}/schemaRegistries/{schema_registry}/mode/{su
      bject}: mode for a schema registry, or * projects/{project}/locations/{l
      ocation}/schemaRegistries/{schema_registry}/contexts/{context}/mode/{sub
      ject}: mode for a specific subject in a specific context
  r   Tr+  Nr6  r   r   r   r  r  	  r  r   r  c                   ^    e Zd ZdZ ej
                  dd      Z ej                  dd      Zy)>ManagedkafkaProjectsLocationsSchemaRegistriesModeUpdateRequesta9  A ManagedkafkaProjectsLocationsSchemaRegistriesModeUpdateRequest object.

  Fields:
    name: Required. The resource name of the mode. The format is * projects/{p
      roject}/locations/{location}/schemaRegistries/{schema_registry}/mode/{su
      bject}: mode for a schema registry, or * projects/{project}/locations/{l
      ocation}/schemaRegistries/{schema_registry}/contexts/{context}/mode/{sub
      ject}: mode for a specific subject in a specific context
    updateSchemaModeRequest: A UpdateSchemaModeRequest resource to be passed
      as the request body.
  r   Tr+  r  r   Nr  r   r   r   r  r  	  s3    
 
		q4	0$2I223LaPr   r  c                   \    e Zd ZdZ ej
                  dd      Z ej
                  d      Zy)>ManagedkafkaProjectsLocationsSchemaRegistriesSchemasGetRequesta  A ManagedkafkaProjectsLocationsSchemaRegistriesSchemasGetRequest object.

  Fields:
    name: Required. The name of the schema to return. Structured like: `projec
      ts/{project}/locations/{location}/schemaRegistries/{schema_registry}/sch
      emas/ids/{schema}`
    subject: Optional. Used to limit the search for the schema ID to a
      specific subject, otherwise the schema ID will be searched for in all
      subjects in the given specified context.
  r   Tr+  r   Nr  r   r   r   r  r  	  s/    	 
		q4	0$!I!!!$'r   r  c                   \    e Zd ZdZ ej
                  dd      Z ej
                  d      Zy)DManagedkafkaProjectsLocationsSchemaRegistriesSchemasGetSchemaRequesta  A ManagedkafkaProjectsLocationsSchemaRegistriesSchemasGetSchemaRequest
  object.

  Fields:
    name: Required. The name of the schema to return. Structured like: `projec
      ts/{project}/locations/{location}/schemaRegistries/{schema_registry}/sch
      emas/ids/{schema}`
    subject: Optional. Used to limit the search for the schema ID to a
      specific subject, otherwise the schema ID will be searched for in all
      subjects in the given specified context.
  r   Tr+  r   Nr  r   r   r   r  r  	  r  r   r  c                       e Zd ZdZ ej
                  d      Z ej                  dd      Z ej                  d      Z	y)GManagedkafkaProjectsLocationsSchemaRegistriesSchemasSubjectsListRequestaj  A
  ManagedkafkaProjectsLocationsSchemaRegistriesSchemasSubjectsListRequest
  object.

  Fields:
    deleted: Optional. If true, the response will include soft-deleted
      subjects. The default is false.
    parent: Required. The schema resource whose associated subjects are to be
      listed. Structured like: `projects/{project}/locations/{location}/schema
      Registries/{schema_registry}/schemas/ids/{schema}` or `projects/{project
      }/locations/{location}/schemaRegistries/{schema_registry}/contexts/{cont
      ext}/schemas/ids/{schema}`
    subject: Optional. The subject to filter the subjects by.
  r   r   Tr+  r   Nr  r   r   r   r  r  	  r  r   r  c                   8    e Zd ZdZ ej
                  dd      Zy)DManagedkafkaProjectsLocationsSchemaRegistriesSchemasTypesListRequesta  A ManagedkafkaProjectsLocationsSchemaRegistriesSchemasTypesListRequest
  object.

  Fields:
    parent: Required. The parent schema registry whose schema types are to be
      listed. Structured like: `projects/{project}/locations/{location}/schema
      Registries/{schema_registry}`
  r   Tr+  Nr  r   r   r   r!  r!  	  s     !9  T2&r   r!  c                       e Zd ZdZ ej
                  d      Z ej                  dd      Z ej                  d      Z	y)GManagedkafkaProjectsLocationsSchemaRegistriesSchemasVersionsListRequesta  A
  ManagedkafkaProjectsLocationsSchemaRegistriesSchemasVersionsListRequest
  object.

  Fields:
    deleted: Optional. If true, the response will include soft-deleted
      versions of the schema, even if the subject is soft-deleted. The default
      is false.
    parent: Required. The schema whose schema versions are to be listed.
      Structured like: `projects/{project}/locations/{location}/schemaRegistri
      es/{schema_registry}/schemas/ids/{schema}` or `projects/{project}/locati
      ons/{location}/schemaRegistries/{schema_registry}/contexts/{context}/sch
      emas/ids/{schema}`
    subject: Optional. The subject to filter the subjects by.
  r   r   Tr+  r   Nr  r   r   r   r#  r#  	  sA      #I""1%' 9  T2&!I!!!$'r   r#  c                   \    e Zd ZdZ ej
                  dd      Z ej                  d      Zy)BManagedkafkaProjectsLocationsSchemaRegistriesSubjectsDeleteRequesta  A ManagedkafkaProjectsLocationsSchemaRegistriesSubjectsDeleteRequest
  object.

  Fields:
    name: Required. The name of the subject to delete. Structured like: `proje
      cts/{project}/locations/{location}/schemaRegistries/{schema_registry}/su
      bjects/{subject}` or `projects/{project}/locations/{location}/schemaRegi
      stries/{schema_registry}/contexts/{context}/subjects/{subject}`
    permanent: Optional. If true, the subject and all associated metadata
      including the schema ID will be deleted permanently. Otherwise, only the
      subject is soft-deleted. The default is false. Soft-deleted subjects can
      still be searched in ListSubjects API call with deleted=true query
      parameter. A soft-delete of a subject must be performed before a hard-
      delete.
  r   Tr+  r   Nr  r   r   r   r%  r%  
  s/      
		q4	0$$i$$Q')r   r%  c                       e Zd ZdZ ej
                  d      Z ej                  dd      Z ej                  d      Z	y)@ManagedkafkaProjectsLocationsSchemaRegistriesSubjectsListRequesta  A ManagedkafkaProjectsLocationsSchemaRegistriesSubjectsListRequest
  object.

  Fields:
    deleted: Optional. If true, the response will include soft-deleted
      subjects. The default is false.
    parent: Required. The parent schema registry/context whose subjects are to
      be listed. Structured like: `projects/{project}/locations/{location}/sch
      emaRegistries/{schema_registry}` or `projects/{project}/locations/{locat
      ion}/schemaRegistries/{schema_registry}/contexts/{context}`
    subjectPrefix: Optional. The context to filter the subjects by, in the
      format of `:.{context}:`. If unset, all subjects in the registry are
      returned. Set to empty string or add as '?subjectPrefix=' at the end of
      this request to list subjects in the default context.
  r   r   Tr+  r   Nr  r   r   r   r'  r'  &
  sA      #I""1%' 9  T2&')''*-r   r'  c                   ^    e Zd ZdZ ej
                  dd      Z ej                  dd      Zy)IManagedkafkaProjectsLocationsSchemaRegistriesSubjectsLookupVersionRequesta  A
  ManagedkafkaProjectsLocationsSchemaRegistriesSubjectsLookupVersionRequest
  object.

  Fields:
    lookupVersionRequest: A LookupVersionRequest resource to be passed as the
      request body.
    parent: Required. The subject to lookup the schema in. Structured like: `p
      rojects/{project}/locations/{location}/schemaRegistries/{schema_registry
      }/subjects/{subject}` or `projects/{project}/locations/{location}/schema
      Registries/{schema_registry}/contexts/{context}/subjects/{subject}`
  r%  r   r   Tr+  Nr  r   r   r   r)  r)  <
  3     0//0FJ 9  T2&r   r)  c                   ^    e Zd ZdZ ej
                  dd      Z ej                  dd      Zy)JManagedkafkaProjectsLocationsSchemaRegistriesSubjectsVersionsCreateRequesta   A
  ManagedkafkaProjectsLocationsSchemaRegistriesSubjectsVersionsCreateRequest
  object.

  Fields:
    createVersionRequest: A CreateVersionRequest resource to be passed as the
      request body.
    parent: Required. The subject to create the version for. Structured like:
      `projects/{project}/locations/{location}/schemaRegistries/{schema_regist
      ry}/subjects/{subject}` or `projects/{project}/locations/{location}/sche
      maRegistries/{schema_registry}/contexts/{context}/subjects/{subject}`
  r   r   r   Tr+  Nr  r   r   r   r,  r,  N
  r*  r   r,  c                   \    e Zd ZdZ ej
                  dd      Z ej                  d      Zy)JManagedkafkaProjectsLocationsSchemaRegistriesSubjectsVersionsDeleteRequestac  A
  ManagedkafkaProjectsLocationsSchemaRegistriesSubjectsVersionsDeleteRequest
  object.

  Fields:
    name: Required. The name of the subject version to delete. Structured
      like: `projects/{project}/locations/{location}/schemaRegistries/{schema_
      registry}/subjects/{subject}/versions/{version}` or `projects/{project}/
      locations/{location}/schemaRegistries/{schema_registry}/contexts/{contex
      t}/subjects/{subject}/versions/{version}`
    permanent: Optional. If true, both the version and the referenced schema
      ID will be permanently deleted. The default is false. If false, the
      version will be deleted but the schema ID will be retained. Soft-deleted
      versions can still be searched in ListVersions API call with
      deleted=true query parameter. A soft-delete of a version must be
      performed before a hard-delete.
  r   Tr+  r   Nr  r   r   r   r.  r.  `
  s/    $ 
		q4	0$$i$$Q')r   r.  c                   \    e Zd ZdZ ej
                  d      Z ej                  dd      Zy)GManagedkafkaProjectsLocationsSchemaRegistriesSubjectsVersionsGetRequesta  A
  ManagedkafkaProjectsLocationsSchemaRegistriesSubjectsVersionsGetRequest
  object.

  Fields:
    deleted: Optional. If true, no matter if the subject/version is soft-
      deleted or not, it returns the version details. If false, it returns
      NOT_FOUND error if the subject/version is soft-deleted. The default is
      false.
    name: Required. The name of the subject to return versions. Structured
      like: `projects/{project}/locations/{location}/schemaRegistries/{schema_
      registry}/subjects/{subject}/versions/{version}` or `projects/{project}/
      locations/{location}/schemaRegistries/{schema_registry}/contexts/{contex
      t}/subjects/{subject}/versions/{version}`
  r   r   Tr+  Nr  r   r   r   r0  r0  w
  s/      #I""1%'			q4	0$r   r0  c                   \    e Zd ZdZ ej
                  d      Z ej                  dd      Zy)MManagedkafkaProjectsLocationsSchemaRegistriesSubjectsVersionsGetSchemaRequesta  A ManagedkafkaProjectsLocationsSchemaRegistriesSubjectsVersionsGetSchema
  Request object.

  Fields:
    deleted: Optional. If true, no matter if the subject/version is soft-
      deleted or not, it returns the version details. If false, it returns
      NOT_FOUND error if the subject/version is soft-deleted. The default is
      false.
    name: Required. The name of the subject to return versions. Structured
      like: `projects/{project}/locations/{location}/schemaRegistries/{schema_
      registry}/subjects/{subject}/versions/{version}` or `projects/{project}/
      locations/{location}/schemaRegistries/{schema_registry}/contexts/{contex
      t}/subjects/{subject}/versions/{version}`
  r   r   Tr+  Nr  r   r   r   r2  r2  
  r  r   r2  c                   \    e Zd ZdZ ej
                  d      Z ej                  dd      Zy)HManagedkafkaProjectsLocationsSchemaRegistriesSubjectsVersionsListRequesta;  A
  ManagedkafkaProjectsLocationsSchemaRegistriesSubjectsVersionsListRequest
  object.

  Fields:
    deleted: Optional. If true, the response will include soft-deleted
      versions of an active or soft-deleted subject. The default is false.
    parent: Required. The subject whose versions are to be listed. Structured
      like: `projects/{project}/locations/{location}/schemaRegistries/{schema_
      registry}/subjects/{subject}` or `projects/{project}/locations/{location
      }/schemaRegistries/{schema_registry}/contexts/{context}/subjects/{subjec
      t}`
  r   r   Tr+  Nr  r   r   r   r4  r4  
  s/     #I""1%' 9  T2&r   r4  c                   8    e Zd ZdZ ej
                  dd      Zy)TManagedkafkaProjectsLocationsSchemaRegistriesSubjectsVersionsReferencedbyListRequesta  A ManagedkafkaProjectsLocationsSchemaRegistriesSubjectsVersionsReference
  dbyListRequest object.

  Fields:
    parent: Required. The version to list referenced by. Structured like: `pro
      jects/{project}/locations/{location}/schemaRegistries/{schema_registry}/
      subjects/{subject}/versions/{version}` or `projects/{project}/locations/
      {location}/schemaRegistries/{schema_registry}/contexts/{context}/subject
      s/{subject}/versions/{version}`
  r   Tr+  Nr  r   r   r   r6  r6  
  r  r   r6  c                   4    e Zd ZdZ ej
                  d      Zy)r
   a  The configuration of a Virtual Private Cloud (VPC) network that can
  access the Kafka cluster.

  Fields:
    subnet: Required. Name of the VPC subnet in which to create Private
      Service Connect (PSC) endpoints for the Kafka brokers and bootstrap
      address. Structured like:
      projects/{project}/regions/{region}/subnetworks/{subnet_id} The subnet
      must be located in the same region as the Kafka cluster. The project may
      differ. Multiple subnets from the same parent network must not be
      specified.
  r   N)r   r   r   r   r   r"   subnetr   r   r   r
   r
   
  s     !9  #&r   r
   c                   r   e Zd ZdZ ej
                  d       G d dej                               Z ej
                  d       G d dej                               Z	 ej                  d      Z ej                  dd	      Z ej                  dd
      Z ej                  d      Z ej                  dd      Zy)r  a	  This resource represents a long-running operation that is the result of
  a network API call.

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

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

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

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

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

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

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

  Fields:
    apiVersion: Output only. API version used to start the operation.
    createTime: Output only. The time the operation was created.
    endTime: Output only. The time the operation finished running.
    requestedCancellation: Output only. Identifies whether the user has
      requested cancellation of the operation. Operations that have been
      cancelled successfully have Operation.error value with a
      google.rpc.Status.code of 1, corresponding to `Code.CANCELLED`.
    statusMessage: Output only. Human-readable status of the operation, if
      any.
    target: Output only. Server-defined resource path for the target of the
      operation.
    verb: Output only. Name of the verb executed by the operation.
  r   r   r   r   r   r    ru   N)r   r   r   r   r   r"   
apiVersionr   endTimer0   requestedCancellationstatusMessagetargetverbr   r   r   rH  rH  ?  s    " %y$$Q'*$y$$Q'*!I!!!$'0)003')''*- 9  #&			q	!$r   rH  c                       e Zd ZdZy)r  zRequest for PauseConnector.Nr4   r   r   r   r  r  Z      $r   r  c                       e Zd ZdZy)PauseConnectorResponsezResponse for PauseConnector.Nr4   r   r   r   rR  rR  ^      %r   rR  c                   `    e Zd ZdZ G d dej
                        Z ej                  dd      Zy)rv   a;  Defines rebalancing behavior of a Kafka cluster.

  Enums:
    ModeValueValuesEnum: Optional. The rebalance behavior for the cluster.
      When not specified, defaults to `NO_REBALANCE`.

  Fields:
    mode: Optional. The rebalance behavior for the cluster. When not
      specified, defaults to `NO_REBALANCE`.
  c                       e Zd ZdZdZdZdZy)#RebalanceConfig.ModeValueValuesEnumai  Optional. The rebalance behavior for the cluster. When not specified,
    defaults to `NO_REBALANCE`.

    Values:
      MODE_UNSPECIFIED: A mode was not specified. Do not use.
      NO_REBALANCE: Do not rebalance automatically.
      AUTO_REBALANCE_ON_SCALE_UP: Automatically rebalance topic partitions
        among brokers when the cluster is scaled up.
    r   r   r   N)r   r   r   r   MODE_UNSPECIFIEDNO_REBALANCEAUTO_REBALANCE_ON_SCALE_UPr   r   r   ModeValueValuesEnumrV  n  s     L!"r   rZ  r   N	r   r   r   r   r   rJ   rZ  rM   moder   r   r   rv   rv   b  s.    	#INN # 
		2A	6$r   rv   c                   Z    e Zd ZdZ ej
                  dd      Z ej                  d      Zy)RemoveAclEntryResponsea  Response for RemoveAclEntry.

  Fields:
    acl: The updated acl. Returned if the removed acl entry was not the last
      entry in the acl.
    aclDeleted: Returned with value true if the removed acl entry was the last
      entry in the acl, resulting in acl deletion.
  r   r   r   N)	r   r   r   r   r   r   r/   r0   
aclDeletedr   r   r   r^  r^    s/     		ua(#%y%%a(*r   r^  c                       e Zd ZdZy)r  zRequest for RestartConnector.Nr4   r   r   r   r  r        &r   r  c                       e Zd ZdZy)RestartConnectorResponsezResponse for RestartConnector.Nr4   r   r   r   rc  rc    s    'r   rc  c                       e Zd ZdZy)r  zRequest for ResumeConnector.Nr4   r   r   r   r  r    rS  r   r  c                       e Zd ZdZy)ResumeConnectorResponsezResponse for ResumeConnector.Nr4   r   r   r   rf  rf    ra  r   rf  c                       e Zd ZdZ G d dej
                        Z ej                  ddd      Z ej                  d      Z
 ej                  dd	      Zy
)Schemaa  Schema for a Kafka message.

  Enums:
    SchemaTypeValueValuesEnum: Optional. The schema type of the schema.

  Fields:
    references: Optional. The schema references used by the schema.
    schema: The schema payload.
    schemaType: Optional. The schema type of the schema.
  c                        e Zd ZdZdZdZdZdZy) Schema.SchemaTypeValueValuesEnumrA   r   r   r   r   NrB   r   r   r   rG   rj    rH   r   rG   rI   r   Tr   r   r   N)r   r   r   r   r   rJ   rG   r   rK   r"   rL   rM   rN   r   r   r   rh  rh    sW    	)..  &y%%&7TJ* 9  #&"y""#>B*r   rh  c                       e Zd ZdZ G d dej
                        Z ej                  d      Z ej                  dd      Z
 ej                  d      Zy)SchemaConfiga7  SchemaConfig represents configuration for a schema registry or a
  specific subject.

  Enums:
    CompatibilityValueValuesEnum: Required. The compatibility type of the
      schema. The default value is BACKWARD. If unset in a SchemaSubject-level
      SchemaConfig, defaults to the global value. If unset in a
      SchemaRegistry-level SchemaConfig, reverts to the default value.

  Fields:
    alias: Optional. The subject to which this subject is an alias of. Only
      applicable for subject config.
    compatibility: Required. The compatibility type of the schema. The default
      value is BACKWARD. If unset in a SchemaSubject-level SchemaConfig,
      defaults to the global value. If unset in a SchemaRegistry-level
      SchemaConfig, reverts to the default value.
    normalize: Optional. If true, the schema will be normalized before being
      stored or looked up. The default is false. If unset in a SchemaSubject-
      level SchemaConfig, the global value will be used. If unset in a
      SchemaRegistry-level SchemaConfig, reverts to the default value.
  c                   ,    e Zd ZdZdZdZdZdZdZdZ	dZ
y	)
)SchemaConfig.CompatibilityValueValuesEnuma  Required. The compatibility type of the schema. The default value is
    BACKWARD. If unset in a SchemaSubject-level SchemaConfig, defaults to the
    global value. If unset in a SchemaRegistry-level SchemaConfig, reverts to
    the default value.

    Values:
      NONE: No compatibility check.
      BACKWARD: Backwards compatible with the most recent version.
      BACKWARD_TRANSITIVE: Backwards compatible with all previous versions.
      FORWARD: Forwards compatible with the most recent version.
      FORWARD_TRANSITIVE: Forwards compatible with all previous versions.
      FULL: Backwards and forwards compatible with the most recent version.
      FULL_TRANSITIVE: Backwards and forwards compatible with all previous
        versions.
    r   r   r   r   r   r   r    Nr   r   r   r   NONEBACKWARDBACKWARD_TRANSITIVEFORWARDFORWARD_TRANSITIVEFULLFULL_TRANSITIVEr   r   r   CompatibilityValueValuesEnumrn    s.     DHGDOr   rw  r   r   r   N)r   r   r   r   r   rJ   rw  r"   aliasrM   compatibilityr0   r   r   r   r   rl  rl    sR    ,Y^^ 0  )


"%%)%%&DaH-$i$$Q')r   rl  c                   `    e Zd ZdZ G d dej
                        Z ej                  dd      Zy)
SchemaModea  SchemaMode represents the mode of a schema registry or a specific
  subject. Four modes are supported: * NONE: deprecated. This was the default
  mode for a subject, but now the default is unset (which means use the global
  schema registry setting) * READONLY: The schema registry is in read-only
  mode. * READWRITE: The schema registry is in read-write mode, which allows
  limited write operations on the schema. * IMPORT: The schema registry is in
  import mode, which allows more editing operations on the schema for data
  importing purposes.

  Enums:
    ModeValueValuesEnum: Required. The mode type of a schema registry
      (READWRITE by default) or of a subject (unset by default, which means
      use the global schema registry setting).

  Fields:
    mode: Required. The mode type of a schema registry (READWRITE by default)
      or of a subject (unset by default, which means use the global schema
      registry setting).
  c                        e Zd ZdZdZdZdZdZy)SchemaMode.ModeValueValuesEnuma  Required. The mode type of a schema registry (READWRITE by default) or
    of a subject (unset by default, which means use the global schema registry
    setting).

    Values:
      NONE: The default / unset value. The subject mode is NONE/unset by
        default, which means use the global schema registry mode. This should
        not be used for setting the mode.
      READONLY: READONLY mode.
      READWRITE: READWRITE mode.
      IMPORT: IMPORT mode.
    r   r   r   r   Nr   r   r   r   rp  READONLY	READWRITEIMPORTr   r   r   rZ  r}    s     DHIFr   rZ  r   Nr[  r   r   r   r{  r{    s.    (INN $ 
		2A	6$r   r{  c                       e Zd ZdZ ej
                  d      Z ej
                  d      Z ej                  dej                  j                        Zy)rI   zSchemaReference is a reference to a schema.

  Fields:
    name: Required. The name of the reference.
    subject: Required. The subject of the reference.
    version: Required. The version of the reference.
  r   r   r   r   N)r   r   r   r   r   r"   r$   r  r7   r   r   r   r   r   r   rI   rI     sM     
		q	!$!I!!!$'"I""1i.?.?.E.EF'r   rI   c                   \    e Zd ZdZ ej
                  dd      Z ej
                  d      Zy)r   a  SchemaRegistry is a schema registry instance.

  Fields:
    contexts: Output only. The contexts of the schema registry instance.
    name: Identifier. The name of the schema registry instance. Structured
      like: `projects/{project}/locations/{location}/schemaRegistries/{schema_
      registry}` The instance name {schema_registry} can contain the
      following: * Up to 255 characters. * Letters (uppercase or lowercase),
      numbers, and underscores.
  r   Tr   r   N)r   r   r   r   r   r"   contextsr$   r   r   r   r   r   (  s/    	 #Y""1t4(			q	!$r   r   c                   r   e Zd ZdZ G d dej
                        Z ej                  dej                  j                        Z
 ej                  ddd	      Z ej                  d
      Z ej                  dd      Z ej                  d      Z ej                  dej                  j                        Zy)SchemaVersiona  Version of a schema.

  Enums:
    SchemaTypeValueValuesEnum: Optional. The schema type of the schema.

  Fields:
    id: Required. The schema ID.
    references: Optional. The schema references used by the schema.
    schema: Required. The schema payload.
    schemaType: Optional. The schema type of the schema.
    subject: Required. The subject of the version.
    version: Required. The version ID
  c                        e Zd ZdZdZdZdZdZy)'SchemaVersion.SchemaTypeValueValuesEnumrA   r   r   r   r   NrB   r   r   r   rG   r  G  rH   r   rG   r   r   rI   r   Tr   r   r   r   r    N)r   r   r   r   r   rJ   rG   r7   r   r   r   r   rK   r"   rL   rM   rN   r  r   r   r   r   r  r  8  s    )..  ya):):)@)@A"%y%%&7TJ* 9  #&"y""#>B*!I!!!$'"I""1i.?.?.E.EF'r   r  c                       e Zd ZdZ G d dej
                        Z G d dej
                        Z ej                  dd      Z	 ej                  d      Z ej                  ddd	
      Z ej                  d      Z ej                  d      Z ej                  d      Z ej                  d      Z ej"                  dd
      Z ej                  d      Z ej                  d      Z ej                  d      Z ej                  d      Zy)StandardQueryParametersa4  Query parameters accepted by all methods.

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

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

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

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

  Messages:
    DetailsValueListEntry: A DetailsValueListEntry object.

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

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

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

      Fields:
        key: Name of the additional property.
        value: A extra_types.JsonValue attribute.
      r   r   r   Nr   r   r   r   rf   r    r   r   rf   r   Tr   Nrg   r   r   r   DetailsValueListEntryr    r   r   r  r   r   r   Tr   r   N)r   r   r   r   r   r   r   rh   r  r7   r   r   coder   detailsr"   messager   r   r   rC  rC    s    & "8!!"89Zi// Z :Z2 
 		9+<+<+B+B	C$"I""#:AM'!I!!!$'r   rC  c                       e Zd ZdZy)r  zRequest for StopConnector.Nr4   r   r   r   r  r    s    #r   r  c                       e Zd ZdZy)StopConnectorResponsezResponse for StopConnector.Nr4   r   r   r   r  r    rP  r   r  c                   |    e Zd ZdZ ej
                  d      Z ej
                  d      Z ej                  d      Z	y)r   a;  Task Retry Policy is implemented on a best-effort basis. The default
  policy retries tasks with a minimum_backoff of 60 seconds, and a
  maximum_backoff of 12 hours. You can disable the policy by setting the
  task_retry_disabled field to true. Retry delay will be exponential based on
  provided minimum and maximum backoffs.
  https://en.wikipedia.org/wiki/Exponential_backoff. Note that the delay
  between consecutive task restarts may not always precisely match the
  configured settings. This can happen when the ConnectCluster is in
  rebalancing state or if the ConnectCluster is unresponsive etc. The default
  values for minimum and maximum backoffs are 60 seconds and 12 hours
  respectively.

  Fields:
    maximumBackoff: Optional. The maximum amount of time to wait before
      retrying a failed task. This sets an upper bound for the backoff delay.
    minimumBackoff: Optional. The minimum amount of time to wait before
      retrying a failed task. This sets a lower bound for the backoff delay.
    taskRetryDisabled: Optional. If true, task retry is disabled.
  r   r   r   N)
r   r   r   r   r   r"   maximumBackoffminimumBackoffr0   taskRetryDisabledr   r   r   r   r     s@    ( )9((+.(9((+.,i,,Q/r   r   c                   Z    e Zd ZdZ ej
                  d      Z ej                  dd      Zy)r{   a  The TLS configuration for the Kafka cluster.

  Fields:
    sslPrincipalMappingRules: Optional. A list of rules for mapping from SSL
      principal names to short names. These are applied in order by Kafka.
      Refer to the Apache Kafka documentation for
      `ssl.principal.mapping.rules` for the precise formatting details and
      syntax. Example:
      "RULE:^CN=(.*?),OU=ServiceUsers.*$/$1@example.com/,DEFAULT" This is a
      static Kafka broker configuration. Setting or modifying this field will
      trigger a rolling restart of the Kafka brokers to apply the change. An
      empty string means no rules are applied (Kafka default).
    trustConfig: Optional. The configuration of the broker truststore. If
      specified, clients can use mTLS for authentication.
  r   TrustConfigr   N)	r   r   r   r   r   r"   sslPrincipalMappingRulesr   trustConfigr   r   r   r{   r{     s0      3Y2215&	&&}a8+r   r{   c                   N   e Zd ZdZ ej
                  d       G d dej                               Z ej                  dd      Z
 ej                  d      Z ej                  dej                  j                        Z ej                  d	ej                  j                        Zy
)r  a  A Kafka topic in a given cluster.

  Messages:
    ConfigsValue: Optional. Configurations for the topic that are overridden
      from the cluster defaults. The key of the map is a Kafka topic property
      name, for example: `cleanup.policy`, `compression.type`.

  Fields:
    configs: Optional. Configurations for the topic that are overridden from
      the cluster defaults. The key of the map is a Kafka topic property name,
      for example: `cleanup.policy`, `compression.type`.
    name: Identifier. The name of the topic. The `topic` segment is used when
      connecting directly to the cluster. Structured like: projects/{project}/
      locations/{location}/clusters/{cluster}/topics/{topic}
    partitionCount: Required. The number of partitions this topic has. The
      partition count can only be increased, not decreased. Please note that
      if partitions are increased for a topic that has a key, the partitioning
      logic or the ordering of the messages will be affected.
    replicationFactor: Required. Immutable. The number of replicas of each
      partition. A replication factor of 3 is recommended for high
      availability.
  r_   c                   d    e Zd ZdZ G d dej
                        Z ej                  ddd      Zy)Topic.ConfigsValueaw  Optional. Configurations for the topic that are overridden from the
    cluster defaults. The key of the map is a Kafka topic property name, for
    example: `cleanup.policy`, `compression.type`.

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

    Fields:
      additionalProperties: Additional properties of type ConfigsValue
    c                   X    e Zd ZdZ ej
                  d      Z ej
                  d      Zy)%Topic.ConfigsValue.AdditionalPropertyr   r   r   Nrp   r   r   r   rf   r  +  rq   r   rf   r   Tr   Nrg   r   r   r   r   r    r   r   r   r   r   r   r   r   N)r   r   r   r   r   r   r   rh   r   r   r   r"   r$   r7   r   r   partitionCountreplicationFactorr   r   r   r  r    s    . "8!!"89ZY&& Z :Z2 #I"">15'			q	!$)9))!Y5F5F5L5LM.,i,,Q	8I8I8O8OPr   r  c                   :    e Zd ZdZ ej
                  ddd      Zy)r  zSources of CA certificates to install in the broker's truststore.

  Fields:
    casConfigs: Optional. Configuration for the Google Certificate Authority
      Service. Maximum 10.
  r;   r   Tr   N)r   r   r   r   r   r   
casConfigsr   r   r   r  r  >  s!     &y%%&I1W[\*r   r  c                   4    e Zd ZdZ ej
                  d      Zy)r}   a  UpdateOptions specifies options that influence how a cluster update is
  applied. These options control the behavior of the update process, rather
  than defining the desired end-state of a cluster.

  Fields:
    allowBrokerDownscaleOnClusterUpscale: Optional. If true, allows an update
      operation that increases the total vCPU and/or memory allocation of the
      cluster to significantly decrease the per-broker vCPU and/or memory
      allocation. This can result in reduced performance and availability. By
      default, the update operation will fail if an upscale request results in
      a vCPU or memory allocation for the brokers that is smaller than 90% of
      the current broker size.
  r   N)r   r   r   r   r   r0   $allowBrokerDownscaleOnClusterUpscaler   r   r   r}   r}   I  s     *@)?)?)B&r   r}   c                       e Zd ZdZ G d dej
                        Z ej                  dd      Z ej                  d      Z
y)r  a  Request for updating schema config. On a SchemaSubject-level
  SchemaConfig, an unset field will be removed from the SchemaConfig.

  Enums:
    CompatibilityValueValuesEnum: Required. The compatibility type of the
      schemas. Cannot be unset for a SchemaRegistry-level SchemaConfig. If
      unset on a SchemaSubject-level SchemaConfig, removes the compatibility
      field for the SchemaConfig.

  Fields:
    compatibility: Required. The compatibility type of the schemas. Cannot be
      unset for a SchemaRegistry-level SchemaConfig. If unset on a
      SchemaSubject-level SchemaConfig, removes the compatibility field for
      the SchemaConfig.
    normalize: Optional. If true, the schema will be normalized before being
      stored or looked up. The default is false. Cannot be unset for a
      SchemaRegistry-level SchemaConfig. If unset on a SchemaSubject-level
      SchemaConfig, removes the normalize field for the SchemaConfig.
  c                   ,    e Zd ZdZdZdZdZdZdZdZ	dZ
y	)
6UpdateSchemaConfigRequest.CompatibilityValueValuesEnuma  Required. The compatibility type of the schemas. Cannot be unset for a
    SchemaRegistry-level SchemaConfig. If unset on a SchemaSubject-level
    SchemaConfig, removes the compatibility field for the SchemaConfig.

    Values:
      NONE: No compatibility check.
      BACKWARD: Backwards compatible with the most recent version.
      BACKWARD_TRANSITIVE: Backwards compatible with all previous versions.
      FORWARD: Forwards compatible with the most recent version.
      FORWARD_TRANSITIVE: Forwards compatible with all previous versions.
      FULL: Backwards and forwards compatible with the most recent version.
      FULL_TRANSITIVE: Backwards and forwards compatible with all previous
        versions.
    r   r   r   r   r   r   r    Nro  r   r   r   rw  r  p  s.     DHGDOr   rw  r   r   N)r   r   r   r   r   rJ   rw  rM   ry  r0   r   r   r   r   r  r  [  s@    (Y^^ . &)%%&DaH-$i$$Q')r   r  c                   `    e Zd ZdZ G d dej
                        Z ej                  dd      Zy)r  zRequest for updating schema registry or subject mode.

  Enums:
    ModeValueValuesEnum: Required. The mode type.

  Fields:
    mode: Required. The mode type.
  c                        e Zd ZdZdZdZdZdZy)+UpdateSchemaModeRequest.ModeValueValuesEnumaF  Required. The mode type.

    Values:
      NONE: The default / unset value. The subject mode is NONE/unset by
        default, which means use the global schema registry mode. This should
        not be used for setting the mode.
      READONLY: READONLY mode.
      READWRITE: READWRITE mode.
      IMPORT: IMPORT mode.
    r   r   r   r   Nr~  r   r   r   rZ  r    s    	 DHIFr   rZ  r   Nr[  r   r   r   r  r    s.    INN   
		2A	6$r   r  r  z$.xgafvr  1r  2N)r   
__future__r   apitools.base.protorpcliter   r   apitools.base.pyr   r   packagerh   r	   r   r   r.   r3   r6   r;   r>   rQ   rT   r   r   r   r   r   r   r   r   r   r   r   r   r   rt   r   r   r   r  r  r  r
  r  r  r  r  r%  r*  r1  r5  r9  r;  rA  rD  rF  rH  rK  rU  rX  r]  r`  rg  rl  rn  rr  rt  rv  rx  rz  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  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  r  r  r!  r#  r%  r'  r)  r,  r.  r0  r2  r4  r6  r
   r  rH  r  rR  rv   r^  r  rc  r  rf  rh  rl  r{  rI   r   r  r  rC  r  r  r   r{   r  r  r}   r  r  AddCustomJsonFieldMappingAddCustomJsonEnumMappingr  r   r   r   <module>r     s   ' < % ( 	M9$$ 	M+*)

 +*\'y   '4
))++ 
)=Y.. =(Y&& ($	(9(9 $&	 1 1 &D
5!2!2 
5n)i n)b	T)++ 	Tl)Y&& l)^8y(( 8"+9,, +<HC	!! HCV-4I%% -4`%	 1 1 %%<I-- %<P5i 5$.)"3"3 . -G9,, -G`BI-- BI $	!! $ :Ty   :Tz+y(( +89,, 8 8)"3"3 8 +Y.. ++!2!2 +
+I-- 
+
EY.. 
EP9#4#4 P=** =M"y   M"`#C9,, #CL3)BSBS 3 3Y=N=N 38
1Y=N=N 
1
1):K:K 
139;L;L 3*(I<M<M (<3YEVEV 3 
1yGXGX 
1	1IDUDU 	1,7YEVEV ,7^(iFWFW (,'9J9J '<'9J9J ',7i6G6G 7B3y7H7H 30(	8I8I (>%y?P?P %$1y?P?P 1	1I<M<M 	13Y=N=N 3*(i>O>O ((3)J[J[ 3*
1)J[J[ 
1
1yGXGX 
13	HYHY 3,(IZIZ (*MIZIZ M Q9K\K\ Q O)J[J[ O K	HYHY K '	@Q@Q 'B'	@Q@Q '0	1Y=N=N 	13i>O>O 30(y?P?P (B1i.?.? 1'y/@/@ '0
19;L;L 
119;L;L 11	8I8I 1'9J9J ' 1ZcZkZk 1(
1yGXGX 
11IDUDU 1"UyGXGX U$1bkbsbs 1(1yO`O` 11IL]L] 1$UyO`O` U&
1iFWFW 
1	3yGXGX 	31YM^M^ 11)J[J[ 1QYM^M^ Q$%YM^M^ %"%S\SdSd %$%V_VgVg %(3S\SdSd 3%V_VgVg %*(QZQbQb (,+yO`O` +.3XaXiXi 3"3YbYjYj 3"(YbYjYj (,1V_VgVg 1(1\e\m\m 1(3W`WhWh 3$3clctct 33ARAR 3	1ARAR 	1	1i>O>O 	1#7y?P?P #7L
1YEVEV 
11)BSBS 1QYEVEV Q"%YEVEV % %9K\K\ %"%iN_N_ %*
39K\K\ 
3%iN_N_ %,(IZIZ (*+yGXGX +,3PYPaPa 3$3QZQbQb 3$(QZQbQb (.1iN_N_ 1*1T]TeTe 1(3yO`O` 3&3[d[l[l 3$I%% $"i8	!! i8X"	)) "6%I-- %&Y.. &7i'' 7:)Y.. )'i// '(y00 (&Y.. &'i// 'CY C>1(9$$ 1(h'7"" '7TGi'' G"Y&& " "GI%% "GJ<.i// <.~0%Y 0%f$9,, $%I-- %0i'' 049	!! 9*5QI 5Qp])## ]CI%% C$-(	 1 1 -(`7i// 7: # " "Z4 ! ! !114> ! ! !114>r   