
                              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                  ej                  j                         G d dej                                      Zy)	z,The command group for the microservices CLI.    )absolute_import)division)unicode_literals)basec                   .    e Zd ZdZej
                  Zd Zy)MicroserviceszManage microservices functionalities.

  {command} group lets you manage functionalities for microservices on
  the Google Cloud Platform.
  c                 2    t        j                  |       ~~y )N)r   RequireProjectID)selfcontextargss      %lib/surface/microservices/__init__.pyFilterzMicroservices.Filter#   s    $    N)__name__
__module____qualname____doc__r   MICROSERVICES_CATEGORYcategoryr    r   r   r   r      s     (((r   r   N)r   
__future__r   r   r   googlecloudsdk.callioper   HiddenReleaseTracksReleaseTrackALPHAGroupr   r   r   r   <module>r      sZ    3 &  ' ( D%%++,DJJ  - r   