
    i                     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 deployment group command.    )absolute_import)division)unicode_literals)api)base)deployment_group_flagsz
          Describe an intercept deployment group.

          For more examples, refer to the EXAMPLES section below.

        af  
            To get a description of an intercept deployment group called `my-deployment-group` in
            project ID `my-project`, run:

            $ {command} my-deployment-group --project=my-project --location=global

            OR

            $ {command} projects/my-project/locations/global/interceptDeploymentGroups/my-deployment-group

        )DESCRIPTIONEXAMPLESc                   &    e Zd ZdZed        Zd Zy)Describez'Describe an Intercept Deployment Group.c                 L    t        j                  | j                         |       y N)r   AddDeploymentGroupResourceReleaseTrack)clsparsers     Dlib/surface/network_security/intercept_deployment_groups/describe.pyArgszDescribe.Args5   s    55F    c                     t        j                  | j                               }|j                  j                  j                         }|j                  |j                               S r   )r   Clientr   CONCEPTSintercept_deployment_groupParseDescribeDeploymentGroupRelativeName)selfargsclientdeployment_groups       r   RunzDescribe.Run;   sM    ZZ))+,F}}??EEG))*:*G*G*IJJr   N)__name__
__module____qualname____doc__classmethodr   r!    r   r   r   r   .   s    
 0 
Kr   r   N)r%   
__future__r   r   r   Cgooglecloudsdk.api_lib.network_security.intercept_deployment_groupsr   googlecloudsdk.callioper   5googlecloudsdk.command_lib.network_security.interceptr   DETAILED_HELPDefaultUniverseOnlyReleaseTracksr   ALPHABETAGADescribeCommandr   detailed_helpr'   r   r   <module>r4      s    ) &  ' S ( X
* T..33T5F5F5I5IKt## K K" ' r   