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

          For more examples, refer to the EXAMPLES section below.

        aS  
            To get a description of an intercept deployment called `my-deployment` in
            zone `us-central1-a`, run:

            $ {command} my-deployment --location=us-central1-a --project=my-project

            OR

            $ {command} projects/my-project/locations/us-central1-a/interceptDeployments/my-deployment
        )DESCRIPTIONEXAMPLESc                   &    e Zd ZdZed        Zd Zy)Describez!Describe an Intercept Deployment.c                 L    t        j                  | j                         |       y )N)r   AddDeploymentResourceReleaseTrack)clsparsers     >lib/surface/network_security/intercept_deployments/describe.pyArgszDescribe.Args4   s    **3+;+;+=vF    c                     t        j                  | j                               }|j                  j                  j                         }|j                  |j                               S )N)name)r   Clientr   CONCEPTSintercept_deploymentParseDescribeDeploymentRelativeName)selfargsclient
deployments       r   RunzDescribe.Run8   sN    ZZ))+,F3399;J$$**A*A*C$DDr   N)__name__
__module____qualname____doc__classmethodr   r!    r   r   r   r   -   s!    
 *G GEr   r   N)r%   
__future__r   r   r   =googlecloudsdk.api_lib.network_security.intercept_deploymentsr   googlecloudsdk.callioper   5googlecloudsdk.command_lib.network_security.interceptr   DETAILED_HELPDefaultUniverseOnlyReleaseTracksr   ALPHABETAGADescribeCommandr   detailed_helpr'   r   r   <module>r4      s    # &  ' M ( R	( T..33T5F5F5I5IEt## E E ' r   