
                         F   d Z ddlmZ ddlmZ ddlmZ ddl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.Command for spanner backup schedules describe.    )absolute_import)division)unicode_literalsN)backup_schedules)base)resource_argsc                   N    e Zd ZdZd ej
                  d      iZed        Zd Z	y)Describez)Describe a Cloud Spanner backup schedule.EXAMPLESz        To describe a Cloud Spanner backup schedule, run:

          $ {command} backup-schedule-id --instance=instance-id --database=database-id
        c                 0    t        j                  | d       y)ay  Args is called by calliope to gather arguments for this command.

    Please add arguments in alphabetical order except for no- or a clear- pair
    for that argument which can follow the argument itself.

    Args:
      parser: An argparse parser that you can use to add arguments that go on
        the command line after this command. Positional arguments are allowed.
    zto describeN)r   AddBackupScheduleResourceArg)parsers    0lib/surface/spanner/backup_schedules/describe.pyArgszDescribe.Args(   s     ..v}E    c                 p    t        j                  |j                  j                  j	                               S )zThis is what gets called when the user runs this command.

    Args:
      args: an argparse namespace. All the arguments that were provided to this
        command invocation.

    Returns:
      Some value that we want to have printed later.
    )r   GetCONCEPTSbackup_scheduleParse)selfargss     r   RunzDescribe.Run5   s(      = = C C EFFr   N)
__name__
__module____qualname____doc__textwrapdedentdetailed_helpstaticmethodr   r    r   r   r
   r
      sA    
 2 /(// # - 
F 
F
Gr   r
   )r   
__future__r   r   r   r   googlecloudsdk.api_lib.spannerr   googlecloudsdk.callioper   "googlecloudsdk.command_lib.spannerr   DefaultUniverseOnlyReleaseTracksReleaseTrackALPHABETAGADescribeCommandr
   r"   r   r   <module>r.      s    5 &  '  ; ( < T..33T5F5F5I5I"Gt## "G "Gr   