
                             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y)z.'vmware dns-bind-permission describe' command.    )absolute_import)division)unicode_literals)dnsbindpermission)base)flagsz
          Gets all the users and service accounts having bind permission on the intranet VPC associated with the consumer project granted by the Grant API.
        aR  
          To get all the users and service accounts having bind permission on the intranet VPC associated with the consumer project `my-project`, run:

            $ {command} --project=my-project

          Or:

            $ {command}

         In the second example, the project is taken from gcloud properties core/project.

        )DESCRIPTIONEXAMPLESc                   *    e Zd ZdZeZed        Zd Zy)Describez:Get all users and service accounts having bind permission.c                 .    t        j                  |        y)z Register flags for this command.N)r   AddProjectArgToParser)parsers    2lib/surface/vmware/dns_bind_permission/describe.pyArgszDescribe.Args1   s     
'    c                     t        j                         j                  |j                  j                  j                               S )N)r   DNSBindPermissionClientGetCONCEPTSprojectParse)selfargss     r   RunzDescribe.Run6   s4    446::##% r   N)	__name__
__module____qualname____doc__DETAILED_HELPdetailed_helpstaticmethodr   r    r   r   r   r   +   s!    B-( (r   r   N)r   
__future__r   r   r   googlecloudsdk.api_lib.vmwarer   googlecloudsdk.callioper   !googlecloudsdk.command_lib.vmwarer   r    ReleaseTracksReleaseTrackGADescribeCommandr   r#   r   r   <module>r,      sg    5 &  ' ; ( 3	& D%%(()t##  *r   