
    ѻ                     t   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& ejN                  e&d?d@        ejP                  e&jR                  dAdB        ejP                  e&jR                  dCdD       yE)FzGenerated message classes for datapipelines version v1.

Data Pipelines provides an interface for creating, updating, and managing
recurring Data Analytics jobs.
    )absolute_import)messages)encoding)extra_typesdatapipelinesc                   ^    e Zd ZdZ ej
                  dd      Z ej                  dd      Zy)4DatapipelinesProjectsLocationsPipelinesCreateRequesta3  A DatapipelinesProjectsLocationsPipelinesCreateRequest object.

  Fields:
    googleCloudDatapipelinesV1Pipeline: A GoogleCloudDatapipelinesV1Pipeline
      resource to be passed as the request body.
    parent: Required. The location name. For example:
      `projects/PROJECT_ID/locations/LOCATION_ID`.
  "GoogleCloudDatapipelinesV1Pipeline      TrequiredN)	__name__
__module____qualname____doc__	_messagesMessageField"googleCloudDatapipelinesV1PipelineStringFieldparent     Wlib/googlecloudsdk/generated_clients/apis/datapipelines/v1/datapipelines_v1_messages.pyr	   r	      s4     (>y'='=>bde'f$ 9  T2&r   r	   c                   8    e Zd ZdZ ej
                  dd      Zy)4DatapipelinesProjectsLocationsPipelinesDeleteRequestzA DatapipelinesProjectsLocationsPipelinesDeleteRequest object.

  Fields:
    name: Required. The pipeline name. For example:
      `projects/PROJECT_ID/locations/LOCATION_ID/pipelines/PIPELINE_ID`.
  r   Tr   Nr   r   r   r   r   r   namer   r   r   r   r            
		q4	0$r   r   c                   8    e Zd ZdZ ej
                  dd      Zy)1DatapipelinesProjectsLocationsPipelinesGetRequestzA DatapipelinesProjectsLocationsPipelinesGetRequest object.

  Fields:
    name: Required. The pipeline name. For example:
      `projects/PROJECT_ID/locations/LOCATION_ID/pipelines/PIPELINE_ID`.
  r   Tr   Nr   r   r   r   r!   r!   +   r   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)	6DatapipelinesProjectsLocationsPipelinesJobsListRequesta  A DatapipelinesProjectsLocationsPipelinesJobsListRequest object.

  Fields:
    pageSize: The maximum number of entities to return. The service may return
      fewer than this value, even if there are additional pages. If
      unspecified, the max limit will be determined by the backend
      implementation.
    pageToken: A page token, received from a previous `ListJobs` call. Provide
      this to retrieve the subsequent page. When paginating, all other
      parameters provided to `ListJobs` must match the call that provided the
      page token.
    parent: Required. The pipeline name. For example:
      `projects/PROJECT_ID/locations/LOCATION_ID/pipelines/PIPELINE_ID`.
  r   variantr      Tr   N)r   r   r   r   r   IntegerFieldVariantINT32pageSizer   	pageTokenr   r   r   r   r#   r#   6   sO     $Y##Ay/@/@/F/FG(#i##A&) 9  T2&r   r#   c                       e Zd ZdZ ej
                  d      Z ej                  dej                  j                        Z
 ej
                  d      Z ej
                  dd      Zy	)
2DatapipelinesProjectsLocationsPipelinesListRequesta  A DatapipelinesProjectsLocationsPipelinesListRequest object.

  Fields:
    filter: An expression for filtering the results of the request. If
      unspecified, all pipelines will be returned. Multiple filters can be
      applied and must be comma separated. Fields eligible for filtering are:
      + `type`: The type of the pipeline (streaming or batch). Allowed values
      are `ALL`, `BATCH`, and `STREAMING`. + `status`: The activity status of
      the pipeline. Allowed values are `ALL`, `ACTIVE`, `ARCHIVED`, and
      `PAUSED`. For example, to limit results to active batch processing
      pipelines: type:BATCH,status:ACTIVE
    pageSize: The maximum number of entities to return. The service may return
      fewer than this value, even if there are additional pages. If
      unspecified, the max limit is yet to be determined by the backend
      implementation.
    pageToken: A page token, received from a previous `ListPipelines` call.
      Provide this to retrieve the subsequent page. When paginating, all other
      parameters provided to `ListPipelines` must match the call that provided
      the page token.
    parent: Required. The location name. For example:
      `projects/PROJECT_ID/locations/LOCATION_ID`.
  r   r   r$   r&      Tr   N)r   r   r   r   r   r   filterr'   r(   r)   r*   r+   r   r   r   r   r-   r-   K   sa    . !9  #&#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)	3DatapipelinesProjectsLocationsPipelinesPatchRequesta  A DatapipelinesProjectsLocationsPipelinesPatchRequest object.

  Fields:
    googleCloudDatapipelinesV1Pipeline: A GoogleCloudDatapipelinesV1Pipeline
      resource to be passed as the request body.
    name: The pipeline name. For example:
      `projects/PROJECT_ID/locations/LOCATION_ID/pipelines/PIPELINE_ID`. *
      `PROJECT_ID` can contain letters ([A-Za-z]), numbers ([0-9]), hyphens
      (-), colons (:), and periods (.). For more information, see [Identifying
      projects](https://cloud.google.com/resource-manager/docs/creating-
      managing-projects#identifying_projects). * `LOCATION_ID` is the
      canonical ID for the pipeline's location. The list of available
      locations can be obtained by calling
      `google.cloud.location.Locations.ListLocations`. Note that the Data
      Pipelines service is not available in all regions. It depends on Cloud
      Scheduler, an App Engine application, so it's only available in [App
      Engine regions](https://cloud.google.com/about/locations#region). *
      `PIPELINE_ID` is the ID of the pipeline. Must be unique for the selected
      project and location.
    updateMask: The list of fields to be updated.
  r
   r   r   Tr   r&   N)
r   r   r   r   r   r   r   r   r   
updateMaskr   r   r   r1   r1   i   sF    , (>y'='=>bde'f$			q4	0$$y$$Q'*r   r1   c                   ^    e Zd ZdZ ej
                  dd      Z ej                  dd      Zy)1DatapipelinesProjectsLocationsPipelinesRunRequesta^  A DatapipelinesProjectsLocationsPipelinesRunRequest object.

  Fields:
    googleCloudDatapipelinesV1RunPipelineRequest: A
      GoogleCloudDatapipelinesV1RunPipelineRequest resource to be passed as
      the request body.
    name: Required. The pipeline name. For example:
      `projects/PROJECT_ID/locations/LOCATION_ID/pipelines/PIPELINE_ID`.
  ,GoogleCloudDatapipelinesV1RunPipelineRequestr   r   Tr   N)	r   r   r   r   r   r   ,googleCloudDatapipelinesV1RunPipelineRequestr   r   r   r   r   r4   r4      s5     2H1G1GHvxy1z.			q4	0$r   r4   c                   ^    e Zd ZdZ ej
                  dd      Z ej                  dd      Zy)2DatapipelinesProjectsLocationsPipelinesStopRequestaa  A DatapipelinesProjectsLocationsPipelinesStopRequest object.

  Fields:
    googleCloudDatapipelinesV1StopPipelineRequest: A
      GoogleCloudDatapipelinesV1StopPipelineRequest resource to be passed as
      the request body.
    name: Required. The pipeline name. For example:
      `projects/PROJECT_ID/locations/LOCATION_ID/pipelines/PIPELINE_ID`.
  -GoogleCloudDatapipelinesV1StopPipelineRequestr   r   Tr   N)	r   r   r   r   r   r   -googleCloudDatapipelinesV1StopPipelineRequestr   r   r   r   r   r8   r8      s5     3I)2H2HIxz{2|/			q4	0$r   r8   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      Z ej                  dd	      Zy
),GoogleCloudDatapipelinesV1DataflowJobDetailsaB  Pipeline job details specific to the Dataflow API. This is encapsulated
  here to allow for more executors to store their specific details separately.

  Messages:
    ResourceInfoValue: Cached version of all the metrics of interest for the
      job. This value gets stored here when the job is terminated. As long as
      the job is running, this field is populated from the Dataflow API.

  Fields:
    currentWorkers: Output only. The current number of workers used to run the
      jobs. Only set to a value if the job is still running.
    resourceInfo: Cached version of all the metrics of interest for the job.
      This value gets stored here when the job is terminated. As long as the
      job is running, this field is populated from the Dataflow API.
    sdkVersion: Output only. The SDK version used to run the job.
  additionalPropertiesc                   d    e Zd ZdZ G d dej
                        Z ej                  ddd      Zy)>GoogleCloudDatapipelinesV1DataflowJobDetails.ResourceInfoValuea  Cached version of all the metrics of interest for the job. This value
    gets stored here when the job is terminated. As long as the job is
    running, this field is populated from the Dataflow API.

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

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

      Fields:
        key: Name of the additional property.
        value: A number attribute.
      r   r   N)	r   r   r   r   r   r   key
FloatFieldvaluer   r   r   AdditionalPropertyrA      s-    
 "I!!!$c"i""1%er   rE   r   TrepeatedN	r   r   r   r   r   MessagerE   r   r=   r   r   r   ResourceInfoValuer?      s4    
	&Y.. 	& 29112FTXYr   rJ   r   r$   r   $GoogleCloudDatapipelinesV1SdkVersionr&   N)r   r   r   r   r   MapUnrecognizedFieldsr   rI   rJ   r'   r(   r)   currentWorkersr   resourceInfo
sdkVersionr   r   r   r<   r<      s    " "8!!"89Z)++ Z :Z4 *9))!Y5F5F5L5LM.'''(;Q?,%y%%&LaP*r   r<   c                   Z   e Zd ZdZ G d dej
                        Z G d dej
                        Z ej                  d       G d dej                               Z ej                  d	d
      Z ej                  dd      Z ej                   d      Z ej$                  dd      Z ej$                  dd      Z ej                  d      Z ej                  d      Z ej.                  dej0                  j2                        Z ej                  d      Z ej.                  dej0                  j2                        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)8GoogleCloudDatapipelinesV1FlexTemplateRuntimeEnvironmenta  The environment values to be set at runtime for a Flex Template.

  Enums:
    FlexrsGoalValueValuesEnum: Set FlexRS goal for the job.
      https://cloud.google.com/dataflow/docs/guides/flexrs
    IpConfigurationValueValuesEnum: Configuration for VM IPs.

  Messages:
    AdditionalUserLabelsValue: Additional user labels to be specified for the
      job. Keys and values must follow the restrictions specified in the
      [labeling restrictions](https://cloud.google.com/compute/docs/labeling-
      resources#restrictions). An object containing a list of key/value pairs.
      Example: `{ "name": "wrench", "mass": "1kg", "count": "3" }`.

  Fields:
    additionalExperiments: Additional experiment flags for the job.
    additionalUserLabels: Additional user labels to be specified for the job.
      Keys and values must follow the restrictions specified in the [labeling
      restrictions](https://cloud.google.com/compute/docs/labeling-
      resources#restrictions). An object containing a list of key/value pairs.
      Example: `{ "name": "wrench", "mass": "1kg", "count": "3" }`.
    enableStreamingEngine: Whether to enable Streaming Engine for the job.
    flexrsGoal: Set FlexRS goal for the job.
      https://cloud.google.com/dataflow/docs/guides/flexrs
    ipConfiguration: Configuration for VM IPs.
    kmsKeyName: Name for the Cloud KMS key for the job. Key format is:
      projects//locations//keyRings//cryptoKeys/
    machineType: The machine type to use for the job. Defaults to the value
      from the template if not specified.
    maxWorkers: The maximum number of Compute Engine instances to be made
      available to your pipeline during execution, from 1 to 1000.
    network: Network to which VMs will be assigned. If empty or unspecified,
      the service will use the network "default".
    numWorkers: The initial number of Compute Engine instances for the job.
    serviceAccountEmail: The email address of the service account to run the
      job as.
    subnetwork: Subnetwork to which VMs will be assigned, if desired. You can
      specify a subnetwork using either a complete URL or an abbreviated path.
      Expected to be of the form "https://www.googleapis.com/compute/v1/projec
      ts/HOST_PROJECT_ID/regions/REGION/subnetworks/SUBNETWORK" or
      "regions/REGION/subnetworks/SUBNETWORK". If the subnetwork is located in
      a Shared VPC network, you must use the complete URL.
    tempLocation: The Cloud Storage path to use for temporary files. Must be a
      valid Cloud Storage URL, beginning with `gs://`.
    workerRegion: The Compute Engine region
      (https://cloud.google.com/compute/docs/regions-zones/regions-zones) in
      which worker processing should occur, e.g. "us-west1". Mutually
      exclusive with worker_zone. If neither worker_region nor worker_zone is
      specified, defaults to the control plane region.
    workerZone: The Compute Engine zone
      (https://cloud.google.com/compute/docs/regions-zones/regions-zones) in
      which worker processing should occur, e.g. "us-west1-a". Mutually
      exclusive with worker_region. If neither worker_region nor worker_zone
      is specified, a zone in the control plane region is chosen based on
      available capacity. If both `worker_zone` and `zone` are set,
      `worker_zone` takes precedence.
    zone: The Compute Engine [availability
      zone](https://cloud.google.com/compute/docs/regions-zones/regions-zones)
      for launching worker instances to run your pipeline. In the future,
      worker_zone will take precedence.
  c                       e Zd ZdZdZdZdZy)RGoogleCloudDatapipelinesV1FlexTemplateRuntimeEnvironment.FlexrsGoalValueValuesEnuma  Set FlexRS goal for the job.
    https://cloud.google.com/dataflow/docs/guides/flexrs

    Values:
      FLEXRS_UNSPECIFIED: Run in the default mode.
      FLEXRS_SPEED_OPTIMIZED: Optimize for lower execution time.
      FLEXRS_COST_OPTIMIZED: Optimize for lower cost.
    r   r   r   N)r   r   r   r   FLEXRS_UNSPECIFIEDFLEXRS_SPEED_OPTIMIZEDFLEXRS_COST_OPTIMIZEDr   r   r   FlexrsGoalValueValuesEnumrS     s     r   rW   c                       e Zd ZdZdZdZdZy)WGoogleCloudDatapipelinesV1FlexTemplateRuntimeEnvironment.IpConfigurationValueValuesEnumConfiguration for VM IPs.

    Values:
      WORKER_IP_UNSPECIFIED: The configuration is unknown, or unspecified.
      WORKER_IP_PUBLIC: Workers should have public IP addresses.
      WORKER_IP_PRIVATE: Workers should have private IP addresses.
    r   r   r   Nr   r   r   r   WORKER_IP_UNSPECIFIEDWORKER_IP_PUBLICWORKER_IP_PRIVATEr   r   r   IpConfigurationValueValuesEnumrY   !       r   r_   r=   c                   d    e Zd ZdZ G d dej
                        Z ej                  ddd      Zy)RGoogleCloudDatapipelinesV1FlexTemplateRuntimeEnvironment.AdditionalUserLabelsValuea.  Additional user labels to be specified for the job. Keys and values
    must follow the restrictions specified in the [labeling
    restrictions](https://cloud.google.com/compute/docs/labeling-
    resources#restrictions). An object containing a list of key/value pairs.
    Example: `{ "name": "wrench", "mass": "1kg", "count": "3" }`.

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

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

      Fields:
        key: Name of the additional property.
        value: A string attribute.
      r   r   Nr   r   r   r   r   r   rB   rD   r   r   r   rE   rd   >  -    
 "I!!!$c#i##A&er   rE   r   TrF   NrH   r   r   r   AdditionalUserLabelsValuerb   -  4    	'Y.. 	' 29112FTXYr   rh   r   TrF   r   r&   r.               r$   	   
                     N)#r   r   r   r   r   EnumrW   r_   r   rL   rI   rh   r   additionalExperimentsr   additionalUserLabelsBooleanFieldenableStreamingEngine	EnumField
flexrsGoalipConfiguration
kmsKeyNamemachineTyper'   r(   r)   
maxWorkersnetwork
numWorkersserviceAccountEmail
subnetworktempLocationworkerRegion
workerZonezoner   r   r   rQ   rQ      s   <|).. 
y~~ 
 "8!!"89Z)"3"3 Z :Z: 0)//DA///0KQO0)003"y""#>B*'I''(H!L/$y$$Q'*%	%%a(+%y%%a1B1B1H1HI*!I!!!$'%y%%b)2C2C2I2IJ*-	--b1$y$$R(*&&&r*,&&&r*,$y$$R(*			r	"$r   rQ   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 ej                  d      Z ej                  d	      Z ej                  dd
      Z ej                  dd      Zy)GoogleCloudDatapipelinesV1Joba  Definition of the job information maintained by the pipeline. Fields in
  this entity are retrieved from the executor API (e.g. Dataflow API).

  Enums:
    StateValueValuesEnum: The current state of the job.

  Fields:
    createTime: Output only. The time of job creation.
    dataflowJobDetails: All the details that are specific to a Dataflow job.
    endTime: Output only. The time of job termination. This is absent if the
      job is still running.
    id: Output only. The internal ID for the job.
    name: Required. The fully qualified resource name for the job.
    state: The current state of the job.
    status: Status capturing any error code or message related to job creation
      or execution.
  c                   (    e Zd ZdZdZdZdZdZdZdZ	y)	2GoogleCloudDatapipelinesV1Job.StateValueValuesEnuma  The current state of the job.

    Values:
      STATE_UNSPECIFIED: The job state isn't specified.
      STATE_PENDING: The job is waiting to start execution.
      STATE_RUNNING: The job is executing.
      STATE_DONE: The job has finished execution successfully.
      STATE_FAILED: The job has finished execution with a failure.
      STATE_CANCELLED: The job has been terminated upon user request.
    r   r   r   r&   r.   rj   N)
r   r   r   r   STATE_UNSPECIFIEDSTATE_PENDINGSTATE_RUNNING
STATE_DONESTATE_FAILEDSTATE_CANCELLEDr   r   r   StateValueValuesEnumr   p  s(    	 MMJLOr   r   r   r<   r   r&   r.   rj   rk   GoogleRpcStatusrl   N)r   r   r   r   r   rv   r   r   
createTimer   dataflowJobDetailsendTimeidr   r{   statestatusr   r   r   r   r   ]  s    $Y^^ $ %y$$Q'*-y--.\^_`!I!!!$'yQ"			q	!$
)

4a
8%!9!!"3Q7&r   r   c                      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       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d      Z ej                  dd      Z ej&                  d      Zy)5GoogleCloudDatapipelinesV1LaunchFlexTemplateParametera  Launch Flex Template parameter.

  Messages:
    LaunchOptionsValue: Launch options for this Flex Template job. This is a
      common set of options across languages and templates. This should not be
      used to pass job parameters.
    ParametersValue: The parameters for the Flex Template. Example:
      `{"num_workers":"5"}`
    TransformNameMappingsValue: Use this to pass transform name mappings for
      streaming update jobs. Example:
      `{"oldTransformName":"newTransformName",...}`

  Fields:
    containerSpecGcsPath: Cloud Storage path to a file with a JSON-serialized
      ContainerSpec as content.
    environment: The runtime environment for the Flex Template job.
    jobName: Required. The job name to use for the created job. For an update
      job request, the job name should be the same as the existing running
      job.
    launchOptions: Launch options for this Flex Template job. This is a common
      set of options across languages and templates. This should not be used
      to pass job parameters.
    parameters: The parameters for the Flex Template. Example:
      `{"num_workers":"5"}`
    transformNameMappings: Use this to pass transform name mappings for
      streaming update jobs. Example:
      `{"oldTransformName":"newTransformName",...}`
    update: Set this to true if you are sending a request to update a running
      streaming job. When set, the job name should be the same as the running
      job.
  r=   c                   d    e Zd ZdZ G d dej
                        Z ej                  ddd      Zy)HGoogleCloudDatapipelinesV1LaunchFlexTemplateParameter.LaunchOptionsValueaj  Launch options for this Flex Template job. This is a common set of
    options across languages and templates. This should not be used to pass
    job parameters.

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

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

      Fields:
        key: Name of the additional property.
        value: A string attribute.
      r   r   Nrf   r   r   r   rE   r     rg   r   rE   r   TrF   NrH   r   r   r   LaunchOptionsValuer     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)EGoogleCloudDatapipelinesV1LaunchFlexTemplateParameter.ParametersValuezThe parameters for the Flex Template. Example: `{"num_workers":"5"}`

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

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

      Fields:
        key: Name of the additional property.
        value: A string attribute.
      r   r   Nrf   r   r   r   rE   r     rg   r   rE   r   TrF   NrH   r   r   r   ParametersValuer     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)PGoogleCloudDatapipelinesV1LaunchFlexTemplateParameter.TransformNameMappingsValuea^  Use this to pass transform name mappings for streaming update jobs.
    Example: `{"oldTransformName":"newTransformName",...}`

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

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

      Fields:
        key: Name of the additional property.
        value: A string attribute.
      r   r   Nrf   r   r   r   rE   r     rg   r   rE   r   TrF   NrH   r   r   r   TransformNameMappingsValuer     r   r   r   r   rQ   r   r&   r.   rj   rk   rl   N)r   r   r   r   r   rL   r   rI   r   r   r   r   containerSpecGcsPathr   environmentjobNamelaunchOptions
parameterstransformNameMappingsry   updater   r   r   r   r     s-   @ "8!!"89Z9,, Z :Z4 "8!!"89Z	)) Z :Z. "8!!"89Z9#4#4 Z :Z4 /..q1&	&&'acde+!I!!!$'()(()=qA-%y%%&7;*0)001MqQ!9!!!$&r   r   c                       e Zd ZdZ ej
                  dd      Z ej                  d      Z ej                  d      Z	 ej                  d      Zy)3GoogleCloudDatapipelinesV1LaunchFlexTemplateRequesta#  A request to launch a Dataflow job from a Flex Template.

  Fields:
    launchParameter: Required. Parameter to launch a job from a Flex Template.
    location: Required. The [regional endpoint]
      (https://cloud.google.com/dataflow/docs/concepts/regional-endpoints) to
      which to direct the request. For example, `us-central1`, `us-west1`.
    projectId: Required. The ID of the Cloud Platform project that the job
      belongs to.
    validateOnly: If true, the request is validated but not actually executed.
      Defaults to false.
  r   r   r   r&   r.   N)r   r   r   r   r   r   launchParameterr   location	projectIdry   validateOnlyr   r   r   r   r     sU     +I**+bdef/"Y""1%(#i##A&)'''*,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d      Z ej                  d	      Z ej                  dd
      Z ej                  dd      Z ej                   d      Zy)2GoogleCloudDatapipelinesV1LaunchTemplateParametersa?  Parameters to provide to the template being launched.

  Messages:
    ParametersValue: The runtime parameters to pass to the job.
    TransformNameMappingValue: Map of transform name prefixes of the job to be
      replaced to the corresponding name prefixes of the new job. Only
      applicable when updating a pipeline.

  Fields:
    environment: The runtime environment for the job.
    jobName: Required. The job name to use for the created job.
    parameters: The runtime parameters to pass to the job.
    transformNameMapping: Map of transform name prefixes of the job to be
      replaced to the corresponding name prefixes of the new job. Only
      applicable when updating a pipeline.
    update: If set, replace the existing pipeline with the name specified by
      jobName with this pipeline, preserving state.
  r=   c                   d    e Zd ZdZ G d dej
                        Z ej                  ddd      Zy)BGoogleCloudDatapipelinesV1LaunchTemplateParameters.ParametersValuezThe runtime parameters to pass to the job.

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

    Fields:
      additionalProperties: Additional properties of type ParametersValue
    c                   X    e Zd ZdZ ej
                  d      Z ej
                  d      Zy)UGoogleCloudDatapipelinesV1LaunchTemplateParameters.ParametersValue.AdditionalPropertyr   r   r   Nrf   r   r   r   rE   r   6  rg   r   rE   r   TrF   NrH   r   r   r   r   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)LGoogleCloudDatapipelinesV1LaunchTemplateParameters.TransformNameMappingValuea{  Map of transform name prefixes of the job to be replaced to the
    corresponding name prefixes of the new job. Only applicable when updating
    a pipeline.

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

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

      Fields:
        key: Name of the additional property.
        value: A string attribute.
      r   r   Nrf   r   r   r   rE   r   R  rg   r   rE   r   TrF   NrH   r   r   r   TransformNameMappingValuer   C  s4    	'Y.. 	' 29112FTXYr   r   ,GoogleCloudDatapipelinesV1RuntimeEnvironmentr   r   r&   r.   rj   N)r   r   r   r   r   rL   r   rI   r   r   r   r   r   r   r   transformNameMappingry   r   r   r   r   r   r     s    & "8!!"89Z	)) Z :Z. "8!!"89Z)"3"3 Z :Z6 '	&&'UWXY+!I!!!$'%y%%&7;*///0KQO!9!!!$&r   r   c                       e Zd ZdZ ej
                  d      Z ej                  dd      Z ej
                  d      Z	 ej
                  d      Z
 ej                  d      Zy)	/GoogleCloudDatapipelinesV1LaunchTemplateRequesta  A request to launch a template.

  Fields:
    gcsPath: A Cloud Storage path to the template from which to create the
      job. Must be a valid Cloud Storage URL, beginning with 'gs://'.
    launchParameters: The parameters of the template to launch. This should be
      part of the body of the POST request.
    location: The [regional endpoint]
      (https://cloud.google.com/dataflow/docs/concepts/regional-endpoints) to
      which to direct the request.
    projectId: Required. The ID of the Cloud Platform project that the job
      belongs to.
    validateOnly: If true, the request is validated but not actually executed.
      Defaults to false.
  r   r   r   r&   r.   rj   N)r   r   r   r   r   r   gcsPathr   launchParametersr   r   ry   r   r   r   r   r   r   f  sh      "I!!!$'+Y++,`bcd"Y""1%(#i##A&)'''*,r   r   c                   ^    e Zd ZdZ ej
                  ddd      Z ej                  d      Zy)*GoogleCloudDatapipelinesV1ListJobsResponsea<  Response message for ListJobs

  Fields:
    jobs: Results that were accessible to the caller. Results are always in
      descending order of job creation date.
    nextPageToken: A token, which can be sent as `page_token` to retrieve the
      next page. If this field is omitted, there are no subsequent pages.
  r   r   TrF   r   N)	r   r   r   r   r   r   jobsr   nextPageTokenr   r   r   r   r   ~  s2     
 		 ?T	R$')''*-r   r   c                   ^    e Zd ZdZ ej
                  d      Z ej                  ddd      Zy)/GoogleCloudDatapipelinesV1ListPipelinesResponsear  Response message for ListPipelines.

  Fields:
    nextPageToken: A token, which can be sent as `page_token` to retrieve the
      next page. If this field is omitted, there are no subsequent pages.
    pipelines: Results that matched the filter criteria and were accessible to
      the caller. Results are always in descending order of pipeline creation
      date.
  r   r
   r   TrF   N)	r   r   r   r   r   r   r   r   	pipelinesr   r   r   r   r     s3     ()''*-$i$$%I1W[\)r   r   c                   z   e Zd ZdZ G d dej
                        Z G d dej
                        Z ej                  d       G d dej                               Z ej                  d	      Z ej                  d
      Z ej                  dej                   j"                        Z ej                  d      Z ej                  d      Z ej*                  dd      Z ej*                  dd      Z ej                  d      Z ej2                  dd      Z ej2                  dd      Z ej*                  dd      Zy)r
   a   The main pipeline entity and all the necessary metadata for launching
  and managing linked jobs.

  Enums:
    StateValueValuesEnum: Required. The state of the pipeline. When the
      pipeline is created, the state is set to 'PIPELINE_STATE_ACTIVE' by
      default. State changes can be requested by setting the state to
      stopping, paused, or resuming. State cannot be changed through
      UpdatePipeline requests.
    TypeValueValuesEnum: Required. The type of the pipeline. This field
      affects the scheduling of the pipeline and the type of metrics to show
      for the pipeline.

  Messages:
    PipelineSourcesValue: Immutable. The sources of the pipeline (for example,
      Dataplex). The keys and values are set by the corresponding sources
      during pipeline creation.

  Fields:
    createTime: Output only. Immutable. The timestamp when the pipeline was
      initially created. Set by the Data Pipelines service.
    displayName: Required. The display name of the pipeline. It can contain
      only letters ([A-Za-z]), numbers ([0-9]), hyphens (-), and underscores
      (_).
    jobCount: Output only. Number of jobs.
    lastUpdateTime: Output only. Immutable. The timestamp when the pipeline
      was last modified. Set by the Data Pipelines service.
    name: The pipeline name. For example:
      `projects/PROJECT_ID/locations/LOCATION_ID/pipelines/PIPELINE_ID`. *
      `PROJECT_ID` can contain letters ([A-Za-z]), numbers ([0-9]), hyphens
      (-), colons (:), and periods (.). For more information, see [Identifying
      projects](https://cloud.google.com/resource-manager/docs/creating-
      managing-projects#identifying_projects). * `LOCATION_ID` is the
      canonical ID for the pipeline's location. The list of available
      locations can be obtained by calling
      `google.cloud.location.Locations.ListLocations`. Note that the Data
      Pipelines service is not available in all regions. It depends on Cloud
      Scheduler, an App Engine application, so it's only available in [App
      Engine regions](https://cloud.google.com/about/locations#region). *
      `PIPELINE_ID` is the ID of the pipeline. Must be unique for the selected
      project and location.
    pipelineSources: Immutable. The sources of the pipeline (for example,
      Dataplex). The keys and values are set by the corresponding sources
      during pipeline creation.
    scheduleInfo: Internal scheduling information for a pipeline. If this
      information is provided, periodic jobs will be created per the schedule.
      If not, users are responsible for creating jobs externally.
    schedulerServiceAccountEmail: Optional. A service account email to be used
      with the Cloud Scheduler job. If not specified, the default compute
      engine service account will be used.
    state: Required. The state of the pipeline. When the pipeline is created,
      the state is set to 'PIPELINE_STATE_ACTIVE' by default. State changes
      can be requested by setting the state to stopping, paused, or resuming.
      State cannot be changed through UpdatePipeline requests.
    type: Required. The type of the pipeline. This field affects the
      scheduling of the pipeline and the type of metrics to show for the
      pipeline.
    workload: Workload information for creating new jobs.
  c                   (    e Zd ZdZdZdZdZdZdZdZ	y)	7GoogleCloudDatapipelinesV1Pipeline.StateValueValuesEnumay  Required. The state of the pipeline. When the pipeline is created, the
    state is set to 'PIPELINE_STATE_ACTIVE' by default. State changes can be
    requested by setting the state to stopping, paused, or resuming. State
    cannot be changed through UpdatePipeline requests.

    Values:
      STATE_UNSPECIFIED: The pipeline state isn't specified.
      STATE_RESUMING: The pipeline is getting started or resumed. When
        finished, the pipeline state will be 'PIPELINE_STATE_ACTIVE'.
      STATE_ACTIVE: The pipeline is actively running.
      STATE_STOPPING: The pipeline is in the process of stopping. When
        finished, the pipeline state will be 'PIPELINE_STATE_ARCHIVED'.
      STATE_ARCHIVED: The pipeline has been stopped. This is a terminal state
        and cannot be undone.
      STATE_PAUSED: The pipeline is paused. This is a non-terminal state. When
        the pipeline is paused, it will hold processing jobs, but can be
        resumed later. For a batch pipeline, this means pausing the scheduler
        job. For a streaming pipeline, creating a job snapshot to resume from
        will give the same effect.
    r   r   r   r&   r.   rj   N)
r   r   r   r   r   STATE_RESUMINGSTATE_ACTIVESTATE_STOPPINGSTATE_ARCHIVEDSTATE_PAUSEDr   r   r   r   r     s(    ( NLNNLr   r   c                       e Zd ZdZdZdZdZy)6GoogleCloudDatapipelinesV1Pipeline.TypeValueValuesEnuma  Required. The type of the pipeline. This field affects the scheduling
    of the pipeline and the type of metrics to show for the pipeline.

    Values:
      PIPELINE_TYPE_UNSPECIFIED: The pipeline type isn't specified.
      PIPELINE_TYPE_BATCH: A batch pipeline. It runs jobs on a specific
        schedule, and each job will automatically terminate once execution is
        finished.
      PIPELINE_TYPE_STREAMING: A streaming pipeline. The underlying job is
        continuously running until it is manually terminated by the user. This
        type of pipeline doesn't have a schedule to run on, and the linked job
        gets created when the pipeline is created.
    r   r   r   N)r   r   r   r   PIPELINE_TYPE_UNSPECIFIEDPIPELINE_TYPE_BATCHPIPELINE_TYPE_STREAMINGr   r   r   TypeValueValuesEnumr     s     !"r   r   r=   c                   d    e Zd ZdZ G d dej
                        Z ej                  ddd      Zy)7GoogleCloudDatapipelinesV1Pipeline.PipelineSourcesValueaf  Immutable. The sources of the pipeline (for example, Dataplex). The
    keys and values are set by the corresponding sources during pipeline
    creation.

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

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

      Fields:
        key: Name of the additional property.
        value: A string attribute.
      r   r   Nrf   r   r   r   rE   r     rg   r   rE   r   TrF   NrH   r   r   r   PipelineSourcesValuer     r   r   r   r   r   r&   r$   r.   rj   rk   &GoogleCloudDatapipelinesV1ScheduleSpecrl   rm   rn   ro   "GoogleCloudDatapipelinesV1Workloadrp   N)r   r   r   r   r   rv   r   r   r   rL   rI   r   r   r   displayNamer'   r(   r)   jobCountlastUpdateTimer   r   pipelineSourcesscheduleInfoschedulerServiceAccountEmailr{   r   typeworkloadr   r   r   r
   r
     sA   :xY^^ 8 INN  $ "8!!"89ZY.. Z :Z4 %y$$Q'*%	%%a(+#Y##Ay/@/@/F/FG((9((+.			q	!$*I**+A1E/'''(PRST,!6!6!6q!9
)

4a
8%			2B	7$#Y##$H"M(r   r
   c                       e Zd ZdZy)r5   zRequest message for RunPipelineNr   r   r   r   r   r   r   r5   r5   .  s    (r   r5   c                   6    e Zd ZdZ ej
                  dd      Zy)-GoogleCloudDatapipelinesV1RunPipelineResponseznResponse message for RunPipeline

  Fields:
    job: Job that was created as part of RunPipeline operation.
  r   r   N)r   r   r   r   r   r   jobr   r   r   r   r   2  s     		>B#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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ej.                  j0                        Z ej                  d      Z ej,                  dej.                  j0                        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)r   a  The environment values to set at runtime.

  Enums:
    IpConfigurationValueValuesEnum: Configuration for VM IPs.

  Messages:
    AdditionalUserLabelsValue: Additional user labels to be specified for the
      job. Keys and values should follow the restrictions specified in the
      [labeling restrictions](https://cloud.google.com/compute/docs/labeling-
      resources#restrictions) page. An object containing a list of key/value
      pairs. Example: { "name": "wrench", "mass": "1kg", "count": "3" }.

  Fields:
    additionalExperiments: Additional experiment flags for the job.
    additionalUserLabels: Additional user labels to be specified for the job.
      Keys and values should follow the restrictions specified in the
      [labeling restrictions](https://cloud.google.com/compute/docs/labeling-
      resources#restrictions) page. An object containing a list of key/value
      pairs. Example: { "name": "wrench", "mass": "1kg", "count": "3" }.
    bypassTempDirValidation: Whether to bypass the safety checks for the job's
      temporary directory. Use with caution.
    enableStreamingEngine: Whether to enable Streaming Engine for the job.
    ipConfiguration: Configuration for VM IPs.
    kmsKeyName: Name for the Cloud KMS key for the job. The key format is:
      projects//locations//keyRings//cryptoKeys/
    machineType: The machine type to use for the job. Defaults to the value
      from the template if not specified.
    maxWorkers: The maximum number of Compute Engine instances to be made
      available to your pipeline during execution, from 1 to 1000.
    network: Network to which VMs will be assigned. If empty or unspecified,
      the service will use the network "default".
    numWorkers: The initial number of Compute Engine instances for the job.
    serviceAccountEmail: The email address of the service account to run the
      job as.
    subnetwork: Subnetwork to which VMs will be assigned, if desired. You can
      specify a subnetwork using either a complete URL or an abbreviated path.
      Expected to be of the form "https://www.googleapis.com/compute/v1/projec
      ts/HOST_PROJECT_ID/regions/REGION/subnetworks/SUBNETWORK" or
      "regions/REGION/subnetworks/SUBNETWORK". If the subnetwork is located in
      a Shared VPC network, you must use the complete URL.
    tempLocation: The Cloud Storage path to use for temporary files. Must be a
      valid Cloud Storage URL, beginning with `gs://`.
    workerRegion: The Compute Engine region
      (https://cloud.google.com/compute/docs/regions-zones/regions-zones) in
      which worker processing should occur, e.g. "us-west1". Mutually
      exclusive with worker_zone. If neither worker_region nor worker_zone is
      specified, default to the control plane's region.
    workerZone: The Compute Engine zone
      (https://cloud.google.com/compute/docs/regions-zones/regions-zones) in
      which worker processing should occur, e.g. "us-west1-a". Mutually
      exclusive with worker_region. If neither worker_region nor worker_zone
      is specified, a zone in the control plane's region is chosen based on
      available capacity. If both `worker_zone` and `zone` are set,
      `worker_zone` takes precedence.
    zone: The Compute Engine [availability
      zone](https://cloud.google.com/compute/docs/regions-zones/regions-zones)
      for launching worker instances to run your pipeline. In the future,
      worker_zone will take precedence.
  c                       e Zd ZdZdZdZdZy)KGoogleCloudDatapipelinesV1RuntimeEnvironment.IpConfigurationValueValuesEnumrZ   r   r   r   Nr[   r   r   r   r_   r   y  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)FGoogleCloudDatapipelinesV1RuntimeEnvironment.AdditionalUserLabelsValuea3  Additional user labels to be specified for the job. Keys and values
    should follow the restrictions specified in the [labeling
    restrictions](https://cloud.google.com/compute/docs/labeling-
    resources#restrictions) page. An object containing a list of key/value
    pairs. Example: { "name": "wrench", "mass": "1kg", "count": "3" }.

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

    Fields:
      additionalProperties: Additional properties of type
        AdditionalUserLabelsValue
    c                   X    e Zd ZdZ ej
                  d      Z ej
                  d      Zy)YGoogleCloudDatapipelinesV1RuntimeEnvironment.AdditionalUserLabelsValue.AdditionalPropertyre   r   r   Nrf   r   r   r   rE   r     rg   r   rE   r   TrF   NrH   r   r   r   rh   r     ri   r   rh   r   TrF   r   r&   r.   rj   rk   rl   rm   r$   rn   ro   rp   rq   rr   rs   rt   ru   N)"r   r   r   r   r   rv   r_   r   rL   rI   rh   r   rw   r   rx   ry   bypassTempDirValidationrz   r{   r}   r~   r   r'   r(   r)   r   r   r   r   r   r   r   r   r   r   r   r   r   r   <  s   :x
y~~ 
 "8!!"89Z)"3"3 Z :Z: 0)//DA///0KQO2I22150)003'I''(H!L/$y$$Q'*%	%%a(+%y%%a1B1B1H1HI*!I!!!$'%y%%b)2C2C2I2IJ*-	--b1$y$$R(*&&&r*,&&&r*,$y$$R(*			r	"$r   r   c                   |    e Zd ZdZ ej
                  d      Z ej
                  d      Z ej
                  d      Zy)r   az  Details of the schedule the pipeline runs on.

  Fields:
    nextJobTime: Output only. When the next Scheduler job is going to run.
    schedule: Unix-cron format of the schedule. This information is retrieved
      from the linked Cloud Scheduler.
    timeZone: Timezone ID. This matches the timezone IDs used by the Cloud
      Scheduler API. If empty, UTC time is assumed.
  r   r   r&   N)	r   r   r   r   r   r   nextJobTimescheduletimeZoner   r   r   r   r     s?     &	%%a(+"Y""1%("Y""1%(r   r   c                       e Zd ZdZ G d dej
                        Z ej                  dd      Z ej                  d      Z
 ej                  d      Zy)rK   aV  The version of the SDK used to run the job.

  Enums:
    SdkSupportStatusValueValuesEnum: The support status for this SDK version.

  Fields:
    sdkSupportStatus: The support status for this SDK version.
    version: The version of the SDK used to run the job.
    versionDisplayName: A readable string describing the version of the SDK.
  c                   $    e Zd ZdZdZdZdZdZdZy)DGoogleCloudDatapipelinesV1SdkVersion.SdkSupportStatusValueValuesEnuma  The support status for this SDK version.

    Values:
      UNKNOWN: Dataflow is unaware of this version.
      SUPPORTED: This is a known version of an SDK, and is supported.
      STALE: A newer version of the SDK exists, and an update is recommended.
      DEPRECATED: This version of the SDK is deprecated and will eventually be
        unsupported.
      UNSUPPORTED: Support for this SDK version has ended and it should no
        longer be used.
    r   r   r   r&   r.   N)	r   r   r   r   UNKNOWN	SUPPORTEDSTALE
DEPRECATEDUNSUPPORTEDr   r   r   SdkSupportStatusValueValuesEnumr    s"    
 GIEJKr   r
  r   r   r&   N)r   r   r   r   r   rv   r
  r{   sdkSupportStatusr   versionversionDisplayNamer   r   r   rK   rK     sT    		 $ )Y(()JAN!I!!!$',y,,Q/r   rK   c                       e Zd ZdZy)r9   z!Request message for StopPipeline.Nr   r   r   r   r9   r9     s    *r   r9   c                   \    e Zd ZdZ ej
                  dd      Z ej
                  dd      Zy)r   al  Workload details for creating the pipeline jobs.

  Fields:
    dataflowFlexTemplateRequest: Template information and additional
      parameters needed to launch a Dataflow job using the flex launch API.
    dataflowLaunchTemplateRequest: Template information and additional
      parameters needed to launch a Dataflow job using the standard launch
      API.
  r   r   r   r   N)r   r   r   r   r   r   dataflowFlexTemplateRequestdataflowLaunchTemplateRequestr   r   r   r   r     s7     !7	 6 67lno p"8)"8"89jlm"nr   r   c                       e Zd ZdZy)GoogleProtobufEmptya!  A generic empty message that you can re-use to avoid defining duplicated
  empty messages in your APIs. A typical example is to use it as the request
  or the response type of an API method. For instance: service Foo { rpc
  Bar(google.protobuf.Empty) returns (google.protobuf.Empty); }
  Nr   r   r   r   r  r    s    r   r  c                      e Zd ZdZ ej
                  d       G d dej                               Z ej                  dej                  j                        Z ej                  ddd	      Z ej                  d
      Zy)r   a  The `Status` type defines a logical error model that is suitable for
  different programming environments, including REST APIs and RPC APIs. It is
  used by [gRPC](https://github.com/grpc). Each `Status` message contains
  three pieces of data: error code, error message, and error details. You can
  find out more about this error model and how to work with it in the [API
  Design Guide](https://cloud.google.com/apis/design/errors).

  Messages:
    DetailsValueListEntry: A DetailsValueListEntry object.

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

      Fields:
        key: Name of the additional property.
        value: A extra_types.JsonValue attribute.
      r   zextra_types.JsonValuer   N)	r   r   r   r   r   r   rB   r   rD   r   r   r   rE   r  %  s0    
 "I!!!$c$i$$%<a@er   rE   r   TrF   NrH   r   r   r   DetailsValueListEntryr    s6    		AY.. 	A 29112FTXYr   r  r   r$   r   TrF   r&   N)r   r   r   r   r   rL   r   rI   r  r'   r(   r)   coder   detailsr   messager   r   r   r   r     s    & "8!!"89Zi// Z :Z2 
 		9+<+<+B+B	C$"I""#:AM'!I!!!$'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   R  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.   rj   rk   rl   rm   Trn   ro   rp   rq   N)r   r   r   r   r   rv   r$  r)  r{   f__xgafvr   access_tokenaltcallbackfieldsrB   oauth_tokenry   prettyPrint	quotaUsertrace
uploadTypeupload_protocolr   r   r   r  r  7  s   4
9>> 
inn  !Y  !8!<(&&&q),	0!VD#"Y""1%( 9  #&	a #%	%%a(+&	&&q$7+#i##A&)
)


#%$y$$R(*)I))"-/r   r  r+  z$.xgafvr'  1r(  2N)*r   
__future__r   apitools.base.protorpcliter   r   apitools.base.pyr   r   packagerI   r	   r   r!   r#   r-   r1   r4   r8   r<   rQ   r   r   r   r   r   r   r   r
   r5   r   r   r   rK   r9   r   r  r   r  AddCustomJsonFieldMappingAddCustomJsonEnumMappingr)  r   r   r   <module>r>     s   ' < % ( 39;L;L 319;L;L 11	8I8I 13Y=N=N 3*39J9J 3<():K:K (81	8I8I 119J9J 1/Q93D3D /QdE#y?P?P E#P+8I$5$5 +8\u%I<M<M u%p+):K:K +(L%9J9J L%^+i6G6G +0+1B1B +]i6G6G ]PN):): PNf)93D3D )CI4E4E Cv#93D3D v#r&Y->-> &  09+<+<  0F+I4E4E +o):): o)++ 0%i'' 0%f<.i// <.~ # " "Z4 ! ! !114> ! ! !114>r   