
                            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                  j                  ej                  j                  ej                  j                         G d dej                               Zy)	z$Command group for Filestore backups.    )absolute_import)division)unicode_literals)basec                       e Zd ZdZy)BackupsaS  Create and manage Filestore backups.

  ## EXAMPLES

  To create a backup with the name 'my-backup', run:

    $ {command} create my-backup --region=Region

  To delete a backup with the name 'my-backup', run:

    $ {command} delete my-backup --region=Region

  To display the details for an backup with the name 'my-backup', run:

    $ {command} describe my-backup --region=Region

  To list all the backups, run:

    $ {command} list [--region=Region]

  To set the label 'env' to 'prod' for an backup with the name
  'my-backup', run:

    $ {command} my-backup --update-labels=env=prod
  N)__name__
__module____qualname____doc__     )lib/surface/filestore/backups/__init__.pyr   r      s    r   r   N)r   
__future__r   r   r   googlecloudsdk.callioper   ReleaseTracksReleaseTrackALPHABETAGAGroupr   r   r   r   <module>r      sm    + &  ' ( D%%++T->->-C-C%%((*djj *r   