
    w                     $   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 batch version v1alpha1.

An API to manage the running of Batch resources on Google Cloud Platform.
    )absolute_import)messages)encodingbatchc                      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
      successfully been cancelled 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.
                       N)__name__
__module____qualname____doc__	_messagesStringField
apiVersion
createTimeendTimeBooleanFieldrequestedCancellationstatusMessagetargetverb     Slib/googlecloudsdk/generated_clients/apis/batch/v1alpha1/batch_v1alpha1_messages.pyr   r      s    " %y$$Q'*$y$$Q'*!I!!!$'0)003')''*- 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$   F   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*   R   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    ' < % "	)) "6<.i// <.~ # " "Z4 ! ! !114> ! ! !114>r   