
    Q                         d Z ddlmZ ddlmZ ddlmZ ddlmZ ej                   ej                  ej                  j                  ej                  j                         G d dej                                      Zy)	z-The command group for cloud dataproc batches.    )absolute_import)division)unicode_literals)basec                       e Zd ZdZy)Batchesa  Submit Dataproc batch jobs.

  Submit Dataproc batch jobs.

  Submit a job:

    $ {command} submit

  List all batch jobs:

    $ {command} list

  List job details:

    $ {command} describe JOB_ID

  Delete a batch job:

    $ {command} delete JOB_ID

  Cancel a running batch job without removing the batch resource:

    $ {command} cancel JOB_ID

  View job output:

    $ {command} wait JOB_ID
  N)__name__
__module____qualname____doc__     (lib/surface/dataproc/batches/__init__.pyr   r      s    r   r   N)r   
__future__r   r   r   googlecloudsdk.callioper   DefaultUniverseOnlyReleaseTracksReleaseTrackBETAGAGroupr   r   r   r   <module>r      sk     4 &  ' ( D%%**D,=,=,@,@Adjj  B r   