public final class ComponentSettings extends GeneratedMessageV3 implements ComponentSettingsOrBuilder
   
   Component Settings for Security Command Center
 Protobuf type google.cloud.securitycenter.settings.v1beta1.ComponentSettings
    Inherited Members
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
      com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT)
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
   
  Static Fields
  
  CONTAINER_THREAT_DETECTION_SETTINGS_FIELD_NUMBER
  
    public static final int CONTAINER_THREAT_DETECTION_SETTINGS_FIELD_NUMBER
   
  
    
      
        | Field Value | 
      
        | Type | Description | 
      
        | int |  | 
    
  
  DETECTOR_SETTINGS_FIELD_NUMBER
  
    public static final int DETECTOR_SETTINGS_FIELD_NUMBER
   
  
    
      
        | Field Value | 
      
        | Type | Description | 
      
        | int |  | 
    
  
  ETAG_FIELD_NUMBER
  
    public static final int ETAG_FIELD_NUMBER
   
  
    
      
        | Field Value | 
      
        | Type | Description | 
      
        | int |  | 
    
  
  EVENT_THREAT_DETECTION_SETTINGS_FIELD_NUMBER
  
    public static final int EVENT_THREAT_DETECTION_SETTINGS_FIELD_NUMBER
   
  
    
      
        | Field Value | 
      
        | Type | Description | 
      
        | int |  | 
    
  
  NAME_FIELD_NUMBER
  
    public static final int NAME_FIELD_NUMBER
   
  
    
      
        | Field Value | 
      
        | Type | Description | 
      
        | int |  | 
    
  
  PROJECT_SERVICE_ACCOUNT_FIELD_NUMBER
  
    public static final int PROJECT_SERVICE_ACCOUNT_FIELD_NUMBER
   
  
    
      
        | Field Value | 
      
        | Type | Description | 
      
        | int |  | 
    
  
  SECURITY_HEALTH_ANALYTICS_SETTINGS_FIELD_NUMBER
  
    public static final int SECURITY_HEALTH_ANALYTICS_SETTINGS_FIELD_NUMBER
   
  
    
      
        | Field Value | 
      
        | Type | Description | 
      
        | int |  | 
    
  
  STATE_FIELD_NUMBER
  
    public static final int STATE_FIELD_NUMBER
   
  
    
      
        | Field Value | 
      
        | Type | Description | 
      
        | int |  | 
    
  
  UPDATE_TIME_FIELD_NUMBER
  
    public static final int UPDATE_TIME_FIELD_NUMBER
   
  
    
      
        | Field Value | 
      
        | Type | Description | 
      
        | int |  | 
    
  
  WEB_SECURITY_SCANNER_SETTINGS_FIELD_NUMBER
  
    public static final int WEB_SECURITY_SCANNER_SETTINGS_FIELD_NUMBER
   
  
    
      
        | Field Value | 
      
        | Type | Description | 
      
        | int |  | 
    
  
  Static Methods
  
  
  getDefaultInstance()
  
    public static ComponentSettings getDefaultInstance()
   
  
  
  getDescriptor()
  
    public static final Descriptors.Descriptor getDescriptor()
   
  
  
  newBuilder()
  
    public static ComponentSettings.Builder newBuilder()
   
  
  
  newBuilder(ComponentSettings prototype)
  
    public static ComponentSettings.Builder newBuilder(ComponentSettings prototype)
   
  
  
  
  
  
    public static ComponentSettings parseDelimitedFrom(InputStream input)
   
  
  
  
  
  
  
    public static ComponentSettings parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
   
  
  
  
  
  parseFrom(byte[] data)
  
    public static ComponentSettings parseFrom(byte[] data)
   
  
    
      
        | Parameter | 
      
        | Name | Description | 
      
        | data | byte[]
 | 
    
  
  
  
  
  parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
  
    public static ComponentSettings parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
   
  
  
  
  
  parseFrom(ByteString data)
  
    public static ComponentSettings parseFrom(ByteString data)
   
  
  
  
  
  parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
  
    public static ComponentSettings parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
   
  
  
  
  
  
  
    public static ComponentSettings parseFrom(CodedInputStream input)
   
  
  
  
  
  
  
    public static ComponentSettings parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
   
  
  
  
  
  
  
    public static ComponentSettings parseFrom(InputStream input)
   
  
  
  
  
  
  
    public static ComponentSettings parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
   
  
  
  
  
  parseFrom(ByteBuffer data)
  
    public static ComponentSettings parseFrom(ByteBuffer data)
   
  
  
  
  
  parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
  
    public static ComponentSettings parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
   
  
  
  
  
  parser()
  
    public static Parser<ComponentSettings> parser()
   
  
  Methods
  
  
  containsDetectorSettings(String key)
  
    public boolean containsDetectorSettings(String key)
   
   Settings for detectors.  Not all detectors must have settings present at
 each and every level in the hierarchy.  If it is not present the setting
 will be inherited from its ancestors folders, organizations or the
 defaults.
 
 map<string, .google.cloud.securitycenter.settings.v1beta1.ComponentSettings.DetectorSettings> detector_settings = 4;
 
    
      
        | Parameter | 
      
        | Name | Description | 
      
        | key | String
 | 
    
  
  
  
  equals(Object obj)
  
    public boolean equals(Object obj)
   
  
    
      
        | Parameter | 
      
        | Name | Description | 
      
        | obj | Object
 | 
    
  
  
  Overrides
  
  
  getContainerThreatDetectionSettings()
  
    public ContainerThreatDetectionSettings getContainerThreatDetectionSettings()
   
   Container Threate Detection specific settings
 For component, expect CONTAINER_THREAT_DETECTION
 
 .google.cloud.securitycenter.settings.v1beta1.ContainerThreatDetectionSettings container_threat_detection_settings = 41;
 
getContainerThreatDetectionSettingsOrBuilder()
  
    public ContainerThreatDetectionSettingsOrBuilder getContainerThreatDetectionSettingsOrBuilder()
   
   Container Threate Detection specific settings
 For component, expect CONTAINER_THREAT_DETECTION
 
 .google.cloud.securitycenter.settings.v1beta1.ContainerThreatDetectionSettings container_threat_detection_settings = 41;
 
getDefaultInstanceForType()
  
    public ComponentSettings getDefaultInstanceForType()
   
  
  
  getDetectorSettings()
  
    public Map<String,ComponentSettings.DetectorSettings> getDetectorSettings()
   
  
  
  
  getDetectorSettingsCount()
  
    public int getDetectorSettingsCount()
   
   Settings for detectors.  Not all detectors must have settings present at
 each and every level in the hierarchy.  If it is not present the setting
 will be inherited from its ancestors folders, organizations or the
 defaults.
 
 map<string, .google.cloud.securitycenter.settings.v1beta1.ComponentSettings.DetectorSettings> detector_settings = 4;
 
    
      
        | Returns | 
      
        | Type | Description | 
      
        | int |  | 
    
  
  
  getDetectorSettingsMap()
  
    public Map<String,ComponentSettings.DetectorSettings> getDetectorSettingsMap()
   
   Settings for detectors.  Not all detectors must have settings present at
 each and every level in the hierarchy.  If it is not present the setting
 will be inherited from its ancestors folders, organizations or the
 defaults.
 
 map<string, .google.cloud.securitycenter.settings.v1beta1.ComponentSettings.DetectorSettings> detector_settings = 4;
 
getDetectorSettingsOrDefault(String key, ComponentSettings.DetectorSettings defaultValue)
  
    public ComponentSettings.DetectorSettings getDetectorSettingsOrDefault(String key, ComponentSettings.DetectorSettings defaultValue)
   
   Settings for detectors.  Not all detectors must have settings present at
 each and every level in the hierarchy.  If it is not present the setting
 will be inherited from its ancestors folders, organizations or the
 defaults.
 
 map<string, .google.cloud.securitycenter.settings.v1beta1.ComponentSettings.DetectorSettings> detector_settings = 4;
 
getDetectorSettingsOrThrow(String key)
  
    public ComponentSettings.DetectorSettings getDetectorSettingsOrThrow(String key)
   
   Settings for detectors.  Not all detectors must have settings present at
 each and every level in the hierarchy.  If it is not present the setting
 will be inherited from its ancestors folders, organizations or the
 defaults.
 
 map<string, .google.cloud.securitycenter.settings.v1beta1.ComponentSettings.DetectorSettings> detector_settings = 4;
 
    
      
        | Parameter | 
      
        | Name | Description | 
      
        | key | String
 | 
    
  
  
  
  getEtag()
  
   Output only. An fingerprint used for optimistic concurrency. If none is provided
 on updates then the existing metadata will be blindly overwritten.
 string etag = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
    
      
        | Returns | 
      
        | Type | Description | 
      
        | String | The etag. | 
    
  
  
  getEtagBytes()
  
    public ByteString getEtagBytes()
   
   Output only. An fingerprint used for optimistic concurrency. If none is provided
 on updates then the existing metadata will be blindly overwritten.
 string etag = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
    
      
        | Returns | 
      
        | Type | Description | 
      
        | ByteString | The bytes for etag. | 
    
  
  
  getEventThreatDetectionSettings()
  
    public EventThreatDetectionSettings getEventThreatDetectionSettings()
   
   Event Threat Detection specific settings
 For component, expect EVENT_THREAT_DETECTION
 
 .google.cloud.securitycenter.settings.v1beta1.EventThreatDetectionSettings event_threat_detection_settings = 42;
 
getEventThreatDetectionSettingsOrBuilder()
  
    public EventThreatDetectionSettingsOrBuilder getEventThreatDetectionSettingsOrBuilder()
   
   Event Threat Detection specific settings
 For component, expect EVENT_THREAT_DETECTION
 
 .google.cloud.securitycenter.settings.v1beta1.EventThreatDetectionSettings event_threat_detection_settings = 42;
 
getName()
  
   The relative resource name of the component settings.
 Formats:
- organizations/{organization}/components/{component}/settings
- folders/{folder}/components/{component}/settings
- projects/{project}/components/{component}/settings
- projects/{project}/locations/{location}/clusters/{cluster}/components/{component}/settings
- projects/{project}/regions/{region}/clusters/{cluster}/components/{component}/settings
- projects/{project}/zones/{zone}/clusters/{cluster}/components/{component}/settings
 string name = 1;
    
      
        | Returns | 
      
        | Type | Description | 
      
        | String | The name. | 
    
  
  
  getNameBytes()
  
    public ByteString getNameBytes()
   
   The relative resource name of the component settings.
 Formats:
- organizations/{organization}/components/{component}/settings
- folders/{folder}/components/{component}/settings
- projects/{project}/components/{component}/settings
- projects/{project}/locations/{location}/clusters/{cluster}/components/{component}/settings
- projects/{project}/regions/{region}/clusters/{cluster}/components/{component}/settings
- projects/{project}/zones/{zone}/clusters/{cluster}/components/{component}/settings
 string name = 1;
    
      
        | Returns | 
      
        | Type | Description | 
      
        | ByteString | The bytes for name. | 
    
  
  
  getParserForType()
  
    public Parser<ComponentSettings> getParserForType()
   
  
  Overrides
  
  
  getProjectServiceAccount()
  
    public String getProjectServiceAccount()
   
   Output only. The service account to be used for security center component.
 The component must have permission to "act as" the service account.
 string project_service_account = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
    
      
        | Returns | 
      
        | Type | Description | 
      
        | String | The projectServiceAccount. | 
    
  
  
  getProjectServiceAccountBytes()
  
    public ByteString getProjectServiceAccountBytes()
   
   Output only. The service account to be used for security center component.
 The component must have permission to "act as" the service account.
 string project_service_account = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
    
      
        | Returns | 
      
        | Type | Description | 
      
        | ByteString | The bytes for projectServiceAccount. | 
    
  
  
  getSecurityHealthAnalyticsSettings()
  
    public SecurityHealthAnalyticsSettings getSecurityHealthAnalyticsSettings()
   
   Security Health Analytics specific settings
 For component, expect SECURITY_HEALTH_ANALYTICS
 
 .google.cloud.securitycenter.settings.v1beta1.SecurityHealthAnalyticsSettings security_health_analytics_settings = 44;
 
getSecurityHealthAnalyticsSettingsOrBuilder()
  
    public SecurityHealthAnalyticsSettingsOrBuilder getSecurityHealthAnalyticsSettingsOrBuilder()
   
   Security Health Analytics specific settings
 For component, expect SECURITY_HEALTH_ANALYTICS
 
 .google.cloud.securitycenter.settings.v1beta1.SecurityHealthAnalyticsSettings security_health_analytics_settings = 44;
 
getSerializedSize()
  
    public int getSerializedSize()
   
  
    
      
        | Returns | 
      
        | Type | Description | 
      
        | int |  | 
    
  
  Overrides
  
  
  getSpecificSettingsCase()
  
    public ComponentSettings.SpecificSettingsCase getSpecificSettingsCase()
   
  
  
  getState()
  
    public ComponentEnablementState getState()
   
   ENABLE to enable component, DISABLE to disable and INHERIT to inherit
 setting from ancestors.
 .google.cloud.securitycenter.settings.v1beta1.ComponentEnablementState state = 2;
getStateValue()
  
    public int getStateValue()
   
   ENABLE to enable component, DISABLE to disable and INHERIT to inherit
 setting from ancestors.
 .google.cloud.securitycenter.settings.v1beta1.ComponentEnablementState state = 2;
    
      
        | Returns | 
      
        | Type | Description | 
      
        | int | The enum numeric value on the wire for state. | 
    
  
  
  getUpdateTime()
  
    public Timestamp getUpdateTime()
   
   Output only. The time these settings were last updated.
 .google.protobuf.Timestamp update_time = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
    
      
        | Returns | 
      
        | Type | Description | 
      
        | Timestamp | The updateTime. | 
    
  
  
  getUpdateTimeOrBuilder()
  
    public TimestampOrBuilder getUpdateTimeOrBuilder()
   
   Output only. The time these settings were last updated.
 .google.protobuf.Timestamp update_time = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
getWebSecurityScannerSettings()
  
    public WebSecurityScanner getWebSecurityScannerSettings()
   
   Web Security Scanner specific settings
 For component, expect WEB_SECURITY_SCANNER
 
 .google.cloud.securitycenter.settings.v1beta1.WebSecurityScanner web_security_scanner_settings = 40;
 
getWebSecurityScannerSettingsOrBuilder()
  
    public WebSecurityScannerOrBuilder getWebSecurityScannerSettingsOrBuilder()
   
   Web Security Scanner specific settings
 For component, expect WEB_SECURITY_SCANNER
 
 .google.cloud.securitycenter.settings.v1beta1.WebSecurityScanner web_security_scanner_settings = 40;
 
hasContainerThreatDetectionSettings()
  
    public boolean hasContainerThreatDetectionSettings()
   
   Container Threate Detection specific settings
 For component, expect CONTAINER_THREAT_DETECTION
 
 .google.cloud.securitycenter.settings.v1beta1.ContainerThreatDetectionSettings container_threat_detection_settings = 41;
 
    
      
        | Returns | 
      
        | Type | Description | 
      
        | boolean | Whether the containerThreatDetectionSettings field is set. | 
    
  
  
  hasEventThreatDetectionSettings()
  
    public boolean hasEventThreatDetectionSettings()
   
   Event Threat Detection specific settings
 For component, expect EVENT_THREAT_DETECTION
 
 .google.cloud.securitycenter.settings.v1beta1.EventThreatDetectionSettings event_threat_detection_settings = 42;
 
    
      
        | Returns | 
      
        | Type | Description | 
      
        | boolean | Whether the eventThreatDetectionSettings field is set. | 
    
  
  
  hasSecurityHealthAnalyticsSettings()
  
    public boolean hasSecurityHealthAnalyticsSettings()
   
   Security Health Analytics specific settings
 For component, expect SECURITY_HEALTH_ANALYTICS
 
 .google.cloud.securitycenter.settings.v1beta1.SecurityHealthAnalyticsSettings security_health_analytics_settings = 44;
 
    
      
        | Returns | 
      
        | Type | Description | 
      
        | boolean | Whether the securityHealthAnalyticsSettings field is set. | 
    
  
  
  hasUpdateTime()
  
    public boolean hasUpdateTime()
   
   Output only. The time these settings were last updated.
 .google.protobuf.Timestamp update_time = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
    
      
        | Returns | 
      
        | Type | Description | 
      
        | boolean | Whether the updateTime field is set. | 
    
  
  
  hasWebSecurityScannerSettings()
  
    public boolean hasWebSecurityScannerSettings()
   
   Web Security Scanner specific settings
 For component, expect WEB_SECURITY_SCANNER
 
 .google.cloud.securitycenter.settings.v1beta1.WebSecurityScanner web_security_scanner_settings = 40;
 
    
      
        | Returns | 
      
        | Type | Description | 
      
        | boolean | Whether the webSecurityScannerSettings field is set. | 
    
  
  
  hashCode()
  
  
    
      
        | Returns | 
      
        | Type | Description | 
      
        | int |  | 
    
  
  Overrides
  
  
  internalGetFieldAccessorTable()
  
    protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
   
  
  Overrides
  
  
  internalGetMapField(int number)
  
    protected MapField internalGetMapField(int number)
   
  
    
      
        | Parameter | 
      
        | Name | Description | 
      
        | number | int
 | 
    
  
  
  Overrides
  
  
  isInitialized()
  
    public final boolean isInitialized()
   
  
  Overrides
  
  
  newBuilderForType()
  
    public ComponentSettings.Builder newBuilderForType()
   
  
  
  newBuilderForType(GeneratedMessageV3.BuilderParent parent)
  
    protected ComponentSettings.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
   
  
  
  Overrides
  
  
  newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
  
    protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
   
  
  
    
      
        | Returns | 
      
        | Type | Description | 
      
        | Object |  | 
    
  
  Overrides
  
  
  toBuilder()
  
    public ComponentSettings.Builder toBuilder()
   
  
  
  writeTo(CodedOutputStream output)
  
    public void writeTo(CodedOutputStream output)
   
  
  Overrides