Interface ComponentSettings.DetectorSettingsOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ComponentSettings.DetectorSettings
,ComponentSettings.DetectorSettings.Builder
- Enclosing class:
- ComponentSettings
public static interface ComponentSettings.DetectorSettingsOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ComponentEnablementState
getState()
ENABLE to enable component, DISABLE to disable and INHERIT to inherit setting from ancestors.int
getStateValue()
ENABLE to enable component, DISABLE to disable and INHERIT to inherit setting from ancestors.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getStateValue
int getStateValue()
ENABLE to enable component, DISABLE to disable and INHERIT to inherit setting from ancestors.
.google.cloud.securitycenter.settings.v1beta1.ComponentEnablementState state = 1;
- Returns:
- The enum numeric value on the wire for state.
-
getState
ComponentEnablementState getState()
ENABLE to enable component, DISABLE to disable and INHERIT to inherit setting from ancestors.
.google.cloud.securitycenter.settings.v1beta1.ComponentEnablementState state = 1;
- Returns:
- The state.
-
-