
    }                     &   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)	z0The command group for cloud dataproc operations.    )absolute_import)division)unicode_literals)basec                       e Zd ZdZy)
Operationsa  View and manage Dataproc operations.

  View and manage Dataproc operations.

  ## EXAMPLES

  To cancel an active operation, run:

    $ {command} cancel operation_id

  To view the details of an operation, run:

    $ {command} describe operation_id

  To see the list of all operations, run:

    $ {command} list

  To delete the record of an inactive operation, run:

    $ {command} delete operation_id
  N)__name__
__module____qualname____doc__     +lib/surface/dataproc/operations/__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{     7 &  ' ( T..33T5F5F5I5I  r   