
                            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
 dd	d
Z ej                  ej                  j                  ej                  j                        ej                    G d dej"                                      Zy)z4Command to describe the specified Google API source.    )absolute_import)division)unicode_literals)google_api_sources)base)flagsz{description}z         To describe the google API source `my-google-api-source` in location `us-central1`, run:

          $ {command} my-google-api-source --location=us-central1
        )DESCRIPTIONEXAMPLESc                   *    e Zd ZdZeZed        Zd Zy)Describez'Describe an Eventarc Google API source.c                 4    t        j                  |dd       y )NzGoogle API source to describe.T)required)r   AddGoogleApiSourceResourceArg)clsparsers     3lib/surface/eventarc/google_api_sources/describe.pyArgszDescribe.Args*   s    	''04    c                     t        j                         }|j                  j                  j	                         }|j                  |      S )N)r   GoogleApiSourceClientV1CONCEPTSgoogle_api_sourceParseGet)selfargsclientgoogle_api_source_refs       r   RunzDescribe.Run0   s9    779F MM;;AAC::+,,r   N)	__name__
__module____qualname____doc___DETAILED_HELPdetailed_helpclassmethodr   r    r   r   r   r   #   s#     0 - 
-r   r   N)r#   
__future__r   r   r   googlecloudsdk.api_lib.eventarcr   googlecloudsdk.callioper   #googlecloudsdk.command_lib.eventarcr   r$   ReleaseTracksReleaseTrackBETAGADefaultUniverseOnlyDescribeCommandr   r'   r   r   <module>r2      s    ; &  ' > ( 5 # D%%**D,=,=,@,@A-t## -  B-r   