
    <                         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                         G d dej                               Zy)z*Command to describe the specified channel.    )absolute_import)division)unicode_literals)channels)base)flagsz{description}z         To describe the channel `my-channel` in location `us-central1`, run:

          $ {command} my-channel --location=us-central1
        )DESCRIPTIONEXAMPLESc                   *    e Zd ZdZeZed        Zd Zy)DescribezDescribe an Eventarc channel.c                 4    t        j                  |dd       y )NzChannel to describe.T)required)r   AddChannelResourceArg)clsparsers     )lib/surface/eventarc/channels/describe.pyArgszDescribe.Args+   s    	(>N    c                     t        j                         }|j                  j                  j	                         }|j                  |      S )N)r   ChannelClientV1CONCEPTSchannelParseGet)selfargsclientchannel_refs       r   RunzDescribe.Run/   s7    %%'F--''--/K::k""r   N)	__name__
__module____qualname____doc___DETAILED_HELPdetailed_helpclassmethodr   r    r   r   r   r   %   s#    % -O O#r   r   N)r#   
__future__r   r   r   googlecloudsdk.api_lib.eventarcr   googlecloudsdk.callioper   #googlecloudsdk.command_lib.eventarcr   r$   ReleaseTracksReleaseTrackGADescribeCommandr   r'   r   r   <module>r0      sg    1 &  ' 4 ( 5 				 D%%(()#t## # *#r   