
                             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  G d	 d
e	j                        Zy)z'bigtable app profiles describe command.    )absolute_import)division)unicode_literalsN)app_profiles)base)	argumentsc                   N    e Zd ZdZd ej
                  d      iZed        Zd Z	y)DescribeAppProfilez*Describe an existing Bigtable app profile.EXAMPLESz          To view an app profile's description, run:

            $ {command} my-app-profile-id --instance=my-instance-id

          c                 0    t        j                  | d       y)z Register flags for this command.zto describeN)r   AddAppProfileResourceArg)parsers    -lib/surface/bigtable/app_profiles/describe.pyArgszDescribeAppProfile.Args)   s     &&v}=    c                 t    |j                   j                  j                         }t        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.
    )CONCEPTSapp_profileParser   Describe)selfargsapp_profile_refs      r   RunzDescribeAppProfile.Run.   s-     mm//557O  11r   N)
__name__
__module____qualname____doc__textwrapdedentdetailed_helpstaticmethodr   r    r   r   r
   r
      s=    2 
(//  - > >2r   r
   )r   
__future__r   r   r   r   googlecloudsdk.api_lib.bigtabler   googlecloudsdk.callioper   #googlecloudsdk.command_lib.bigtabler   DescribeCommandr
   r#   r   r   <module>r)      s1    . &  '  8 ( 92-- 2r   