
                         $   d Z ddlmZ ddlmZ ddlmZ ddlmZ ddlmZ dZ	dZ
d	Zd
Z ej                  ej                  j                  ej                  j                   ej                  j"                         G d dej$                               Zy)z+The main command group for Cloud Dataflow.
    )absolute_import)division)unicode_literals)base)logdataflowdataflow_messagesdataflow_clientdataflow_registryc                   .    e Zd ZdZej
                  Zd Zy)Dataflowa  Manage Google Cloud Dataflow resources.

  The gcloud dataflow command group lets you manage Google Cloud Dataflow
  resources.

  Cloud Dataflow is a unified programming model and a managed service for
  developing and executing a wide range of data processing patterns
  including ETL, batch computation, and continuous computation.

  More information on Cloud Dataflow can be found here:
  https://cloud.google.com/dataflow and detailed documentation can be found
  here: https://cloud.google.com/dataflow/docs/
  c                     t        j                  |       ~~t        j                          | j                  t         j                  j
                  t         j                  j                  g       y )N)r   RequireProjectIDDisableUserProjectQuotaEnableSelfSignedJwtForTracksReleaseTrackALPHABETA)selfcontextargss       lib/surface/dataflow/__init__.pyFilterzDataflow.Filter3   sO    $  "%%				 	 $"3"3"8"89    N)__name__
__module____qualname____doc__r   DATA_ANALYTICS_CATEGORYcategoryr    r   r   r   r       s     ))(r   r   N)r   
__future__r   r   r   googlecloudsdk.callioper   googlecloudsdk.corer   SERVICE_NAMEDATAFLOW_MESSAGES_MODULE_KEYDATAFLOW_APITOOLS_CLIENT_KEYDATAFLOW_REGISTRY_KEYReleaseTracksr   r   r   GAGroupr   r!   r   r   <module>r,      s    '  ' ( #2 0 +  D%%++T->->-C-C%%((*tzz *r   