
                             d Z ddlmZ ddlm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
)z0Command to show metadata for a specified folder.    )absolute_import)division)unicode_literals)folders)base)flagsc                   &    e Zd ZdZed        Zd Zy)Describea  Show metadata for a folder.

  Shows metadata for a folder, given a valid folder ID.

  This command can fail for the following reasons:
      * The folder specified does not exist.
      * The active account does not have permission to access the given
        folder.

  ## EXAMPLES

  The following command prints metadata for a folder with the ID `3589215982`:

    $ {command} 3589215982
  c                 L    t        j                  d      j                  |        y )Nzyou want to describe.)r   FolderIdArgAddToParser)parsers    0lib/surface/resource_manager/folders/describe.pyArgszDescribe.Args-   s    	-.::6B    c                 @    t        j                  |j                        S )N)r   	GetFolderid)selfargss     r   RunzDescribe.Run1   s    TWW%%r   N)__name__
__module____qualname____doc__staticmethodr   r    r   r   r
   r
      s"      C C&r   r
   N)r   
__future__r   r   r   'googlecloudsdk.api_lib.resource_managerr   googlecloudsdk.callioper   +googlecloudsdk.command_lib.resource_managerr   ReleaseTracksReleaseTrackALPHABETAGADescribeCommandr
   r   r   r   <module>r(      su    7 &  ' ; ( = D%%++T->->-C-C%%((*&t## &*&r   