
                             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 ddlm	Z	  ej                  ej                  j                         G d d	ej                               Zy
)z6`gcloud alpha scc settings services describe` command.    )absolute_import)division)unicode_literals)base)flags)utilsc                   0    e Zd ZdZdddZed        Zd Zy)DescribezCDisplay effective service settings of Security Command Center(SCC).zQ      Describe effective service settings of Security Command Center(SCC).
      z        To describe WEB_SECURITY_SCANNER settings of project id="12345", run:

          $ {command} --project=12345 --service=WEB_SECURITY_SCANNER
      )DESCRIPTIONEXAMPLESc                 X    t        j                  |        t        j                  |        y )N)r   ExtractRequiredFlagsAddServiceArgument)parsers    -lib/surface/scc/settings/services/describe.pyArgszDescribe.Args+   s    	v&	V$    c                 H    t        j                         j                  |      S )z*Call corresponding APIs based on the flag.)r   SettingsClientDescribeService)selfargss     r   RunzDescribe.Run0   s    !11$77r   N)__name__
__module____qualname____doc__detailed_helpstaticmethodr   r    r   r   r
   r
      s/    K

- % %8r   r
   N)r   
__future__r   r   r   googlecloudsdk.callioper   'googlecloudsdk.command_lib.scc.settingsr   r   ReleaseTracksReleaseTrackALPHADescribeCommandr
   r    r   r   <module>r(      sV    = &  ' ( 9 9 D%%++,8t## 8 -8r   