
                             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ee_        y)z"'ids operations describe' command.    )absolute_import)division)unicode_literals)ids_api)base)flagsz3
          Describe a Cloud IDS operation.
        aA  
          To get a description of an operation called `my-operation` in
          project `my-project` and zone `us-central1-a`, run:

          $ {command} my-operation --project=my-project --zone=us-central1-a

          OR

          $ {command} projects/myproject/locations/us-central1-a/operations/my-operation
    )DESCRIPTIONEXAMPLESc                   &    e Zd ZdZed        Zd Zy)DescribezDescribe a Cloud IDS operation.c                 .    t        j                  |        y N)r   AddOperationResource)parsers    &lib/surface/ids/operations/describe.pyArgszDescribe.Args0   s    	v&    c                     |j                   j                  j                         }t        j                  | j                               }|j                  |j                               S r   )CONCEPTS	operationParser   ClientReleaseTrackDescribeOperationRelativeName)selfargsr   clients       r   RunzDescribe.Run4   sK    ''--/I^^D--/0F##I$:$:$<==r   N)__name__
__module____qualname____doc__staticmethodr   r    r   r   r   r   ,   s    '' '>r   r   N)r#   
__future__r   r   r   googlecloudsdk.api_lib.idsr   googlecloudsdk.callioper   googlecloudsdk.command_lib.idsr   DETAILED_HELPReleaseTracksr   ALPHADescribeCommandr   detailed_helpr%   r   r   <module>r/      sq    ) &  ' . ( 0			& D%%++,
>t## 
> -
> ' r   