
    z                         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
)z5`gcloud alpha scc settings services disable` 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)Disablez2Disable a service in Security Command Center(SCC).z?      Disable a service in Security Command Center(SCC).
      z        To disable WEB_SECURITY_SCANNER of organization id="12345", run:

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