
                         $   d 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 ej                  ed
d        ej                  ej                  dd        ej                  ej                  dd       y)zGenerated message classes for cloudquotas version v1alpha.

Cloud Quotas API provides Google Cloud service consumers with management and
observability for resource usage, quotas, and restrictions of the services
they consume.
    )absolute_import)messages)encodingcloudquotasc                      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.
    cancelRequested: Output only. Identifies whether the user has requested
      cancellation of the operation. Operations that have been cancelled
      successfully have google.longrunning.Operation.error value with a
      google.rpc.Status.code of `1`, corresponding to `Code.CANCELLED`.
    createTime: Output only. The time the operation was created.
    endTime: Output only. The time the operation finished running.
    statusDetail: Output only. Human-readable status of the operation, if any.
    target: Output only. Server-defined resource path for the target of the
      operation.
    verb: Output only. Name of the verb executed by the operation.
                       N)__name__
__module____qualname____doc__	_messagesStringField
apiVersionBooleanFieldcancelRequested
createTimeendTimestatusDetailtargetverb     ]lib/googlecloudsdk/generated_clients/apis/cloudquotas/v1alpha/cloudquotas_v1alpha_messages.pyr   r      s      %y$$Q'**I**1-/$y$$Q'*!I!!!$'&&&q), 9  #&			q	!$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$   G   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   s     
B	
Br   r-   r	   r
   r   r%   )defaultr   r   r   r      T	   
         N)r   r   r   r   r   Enumr(   r-   	EnumFieldf__xgafvr   access_tokenaltcallbackfieldskeyoauth_tokenr   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"   r6   z$.xgafvr+   1r,   2N)r   
__future__r   apitools.base.protorpcliter   r   apitools.base.pyr   packageMessager   r"   AddCustomJsonFieldMappingAddCustomJsonEnumMappingr-   r   r   r    <module>rK      s    ' < % "	)) "4<.i// <.~ # " "Z4 ! ! !114> ! ! !114>r   