
                             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                         G d dej                                      Zy)	z7The command group for cloud dataproc session templates.    )absolute_import)division)unicode_literals)basec                       e Zd ZdZy)SessionTemplatesaW  Create and manage Dataproc session templates.

  Create and manage Dataproc session templates.

  ## EXAMPLES

  To see the list of all session templates, run:

    $ {command} list

  To view the details of a session template, run:

    $ {command} describe my-template

  To view just the non-output only fields of a session template, run:

    $ {command} export my-template --destination template-file.yaml

  To create or update a session template, run:

    $ {command} import my-template --source template-file.yaml

  To delete a session template, run:

    $ {command} delete my-template
  N)__name__
__module____qualname____doc__     2lib/surface/dataproc/session_templates/__init__.pyr   r      s    4 r   r   N)r   
__future__r   r   r   googlecloudsdk.callioper   DefaultUniverseOnlyReleaseTracksReleaseTrackBETAGroupr   r   r   r   <module>r      s\    > &  ' ( D%%**+tzz  , r   