
    7                     V   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                  ej                  j                  ej                  j                   ej                  j"                         G d dej$                                      Zee_        y)z Describe endpoint group command.    )absolute_import)division)unicode_literals)api)base)endpoint_group_flagsz|
          Describe a intercept endpoint group.

          For more examples, refer to the EXAMPLES section below.

        aZ  
            To get a description of a intercept endpoint group called `my-endpoint-group` in
            project ID `my-project`, run:
            $ {command} my-endpoint-group --project=my-project --location=global

            OR

            $ {command} projects/my-project/locations/global/interceptEndpointGroups/my-endpoint-group

        )DESCRIPTIONEXAMPLESc                   &    e Zd ZdZed        Zd Zy)Describez$Describe a Intercept Endpoint Group.c                 L    t        j                  | j                         |       y N)r   AddEndpointGroupResourceReleaseTrack)clsparsers     Blib/surface/network_security/intercept_endpoint_groups/describe.pyArgszDescribe.Args4   s    11#2B2B2DfM    c                     t        j                  | j                               }|j                  j                  j                         }|j                  |j                               S r   )r   Clientr   CONCEPTSintercept_endpoint_groupParseDescribeEndpointGroupRelativeName)selfargsclientendpoint_groups       r   RunzDescribe.Run8   sK    ZZ))+,F]];;AACN''(C(C(EFFr   N)__name__
__module____qualname____doc__classmethodr   r!    r   r   r   r   -   s!    
 -N NGr   r   N)r%   
__future__r   r   r   Agooglecloudsdk.api_lib.network_security.intercept_endpoint_groupsr   googlecloudsdk.callioper   5googlecloudsdk.command_lib.network_security.interceptr   DETAILED_HELPDefaultUniverseOnlyReleaseTracksr   ALPHABETAGADescribeCommandr   detailed_helpr'   r   r   <module>r4      s    ' &  ' Q ( V	( T..33T5F5F5I5IGt## G G ' r   