
                         &   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                  ej                  j                         G d dej                                      Zy)	z*The command group for cloud dataproc jobs.    )absolute_import)division)unicode_literals)basec                       e Zd ZdZy)Jobsa  Submit and manage Dataproc jobs.

  Submit and manage Dataproc jobs.

  ## EXAMPLES

  To learn about the types of jobs that can be submitted, run:

    $ {command} submit

  To view the output of a job as it runs, run:

    $ {command} wait job_id

  To cancel an active job, run:

    $ {command} kill job_id

  To view the details of a job, run:

    $ {command} describe job_id

  To see the list of all jobs, run:

    $ {command} list

  To delete the record of an inactive job, run:

    $ {command} delete job_id
  N)__name__
__module____qualname____doc__     %lib/surface/dataproc/jobs/__init__.pyr   r      s    
r   r   N)r   
__future__r   r   r   googlecloudsdk.callioper   UniverseCompatibleReleaseTracksReleaseTrackALPHABETAGAGroupr   r   r   r   <module>r      s{     1 &  ' ( T..33T5F5F5I5I4::  r   