
                             d Z ddlmZ  ej                  ej                  j
                  ej                  j                        ej                   G d dej                                      Z	y)z!Command group for Looker backups.    )basec                       e Zd ZdZy)Backupsa  Manage Looker instances.

  ## EXAMPLES

  To create a backup of an instance with the name `my-looker-instance` and in
  the region `us-central1`, run:

    $ {command} create --instance='my-looker-instance --region=us-central1'

  To delete a backup with the name `looker-backup` that is a backup of an
  instance with the name `my-looker-instance` and in the region `us-central1`,
  run:

    $ {command} delete looker-backup --instance=my-looker-instance
    --region=us-central1

  To display the details for a backup with the name `looker-backup` that is a
  backup of an instance with the name `my-looker-instance` and in the region
  `us-central1`, run:

    $ {command} describe looker-backup --instance=my-looker-instance
    --region=us-central1

  To list all backups of an instance with the name
  `my-looker-instance` and in the region `us-central1`, run:

    $ {command} list --instance=my-looker-instance  --region=us-central1
  N)__name__
__module____qualname____doc__     &lib/surface/looker/backups/__init__.pyr   r      s    : r   r   N)
r	   googlecloudsdk.callioper   ReleaseTracksReleaseTrackALPHAGAUniverseCompatibleGroupr   r
   r   r   <module>r      sd    ( ) D%%++T->->-A-ABdjj   Cr   