
                             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)	z7Command group for Cloud Monitoring channel descriptors.    )absolute_import)division)unicode_literals)basec                       e Zd ZdZddiZy)ChannelDescriptorsz7Read Cloud Monitoring notification channel descriptors.DESCRIPTIONaZ            Manage Monitoring notification channel descriptors.

          More information can be found here:
          https://cloud.google.com/monitoring/api/v3/
          https://cloud.google.com/monitoring/api/ref_v3/rest/v3/projects.notificationChannelDescriptors
          https://cloud.google.com/monitoring/alerts/using-channels-api
      N)__name__
__module____qualname____doc__detailed_help     6lib/surface/monitoring/channel_descriptors/__init__.pyr   r      s    ? 

-r   r   N)r   
__future__r   r   r   googlecloudsdk.callioper   ReleaseTracksReleaseTrackALPHABETAGroupr   r   r   r   <module>r      s]    > &  ' ( D%%++T->->-C-CD  Er   