
    ;                     b    d Z ddlmZ ddlmZ ddlmZ ddlmZ  G d dej                        Zy)	z:The 'gcloud firebase test android versions' command group.    )absolute_import)division)unicode_literals)basec                   (    e Zd ZdZddiZed        Zy)Versionsz/Explore Android versions available for testing.EXAMPLESaP            To list information about all versions of the Android OS available
          for running tests, including details such as OS code name and
          release date, run:

            $ {command} list

          To view information about a specific Android OS version, run:

            $ {command} describe VERSION_ID
          c                      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    6lib/surface/firebase/test/android/versions/__init__.pyArgszVersions.Args*   s        N)__name__
__module____qualname____doc__detailed_helpstaticmethodr   r   r   r   r   r      s*    7  
-  r   r   N)	r   
__future__r   r   r   googlecloudsdk.callioper   Groupr   r   r   r   <module>r      s'     A &  ' (tzz r   