
                            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	  ej                  ej                  j                  ej                  j                  ej                  j                         G d dej                               Zy	)
z!Create IAP TCP Destination Group.    )absolute_import)division)unicode_literals)base)utilc                   .    e Zd ZdZddiZed        Zd Zy)Describez0Describe the IAP TCP Destination Group resource.EXAMPLESat  
          To get a DestGroup with name ``GROUP_NAME'', in region ``REGION'' in the
          current project run:

          $ {command} DEST_GROUP_NAME --region=REGION

          To get a DestGroup with name ``GROUP_NAME'', in region ``REGION'' in the
          project ``PROJECT'' run:

          $ {command} DEST_GROUP_NAME --region=REGION --project=PROJECT
          c                 .    t        j                  |        y)zRegister flags for this command.

    Args:
      parser: An argparse.ArgumentParser-like object. It is mocked out in order
        to capture some information, but behaves like an ArgumentParser.
    N)iap_utilAddDestGroupArgs)parsers    +lib/surface/iap/tcp/dest_groups/describe.pyArgszDescribe.Args-   s     f%    c                 j    t        j                  | j                         |      }|j                         S )a  This is what gets called when the user runs this command.

    Args:
      args: an argparse namespace. All the arguments that were provided to this
        command invocation.

    Returns:
      The specified function with its description and configured filter
    )r   ParseIapDestGroupResourceReleaseTrackGet)selfargsiap_setting_refs      r   RunzDescribe.Run7   s1     88T#O  r   N)__name__
__module____qualname____doc__detailed_helpstaticmethodr   r    r   r   r	   r	      s/     9-  & &!r   r	   N)r   
__future__r   r   r   googlecloudsdk.callioper   googlecloudsdk.command_lib.iapr   r   ReleaseTracksr   ALPHABETAGACommandr	   r    r   r   <module>r)      sp    ( &  ' ( ; D%%++T->->-C-C%%((*(!t|| (!*(!r   