
                             d 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                         G d dej                               Zy)	z/The 'gcloud firebase test ip-blocks' sub-group.    )absolute_import)division)unicode_literals)basec                   *    e Zd ZdZdddZed        Zy)IpBlocksz4Explore IP blocks used by Firebase Test Lab devices.zs
          Get a list of IP address blocks in CIDR notation used by Firebase Test
          Lab devices.
          z
          To see the list of the IP blocks used, their form factors, and
          the date they were added to Firebase Test Lab, run:

            $ {command} list
      )DESCRIPTIONEXAMPLESc                      y)zMethod called by Calliope to register flags common to this sub-group.

    Args:
      parser: An argparse parser used to add arguments that immediately follow
          this group in the CLI. Positional arguments are allowed.
    N )parsers    /lib/surface/firebase/test/ip_blocks/__init__.pyArgszIpBlocks.Args,   s     	    N)__name__
__module____qualname____doc__detailed_helpstaticmethodr   r   r   r   r   r      s*    <

- 	 	r   r   N)r   
__future__r   r   r   googlecloudsdk.callioper   ReleaseTracksReleaseTrackALPHABETAGroupr   r   r   r   <module>r      s]     6 &  ' ( D%%++T->->-C-CD	tzz 	 E	r   