
    ;                     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 mirroring endpoint group.

          For more examples, refer to the EXAMPLES section below.

        aZ  
            To get a description of a mirroring 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/mirroringEndpointGroups/my-endpoint-group

        )DESCRIPTIONEXAMPLESc                   &    e Zd ZdZed        Zd Zy)Describez$Describe a Mirroring Endpoint Group.c                 L    t        j                  | j                         |       y N)r   AddEndpointGroupResourceReleaseTrack)clsparsers     Blib/surface/network_security/mirroring_endpoint_groups/describe.pyArgszDescribe.Args3   s    11#2B2B2DfM    c                     t        j                  | j                               }|j                  j                  j                         }|j                  |j                               S r   )r   Clientr   CONCEPTSmirroring_endpoint_groupParseDescribeEndpointGroupRelativeName)selfargsclientendpoint_groups       r   RunzDescribe.Run7   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.mirroring_endpoint_groupsr   googlecloudsdk.callioper   +googlecloudsdk.command_lib.network_securityr   DETAILED_HELPDefaultUniverseOnlyReleaseTracksr   ALPHABETAGADescribeCommandr   detailed_helpr'   r   r   <module>r4      s    ' &  ' Q ( L	( D%%++T->->-C-C%%((*Gt## G* G ' r   