Interface Settings.DetectorGroupSettingsOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Settings.DetectorGroupSettings
,Settings.DetectorGroupSettings.Builder
- Enclosing class:
- Settings
public static interface Settings.DetectorGroupSettingsOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ComponentEnablementState
getState()
The state determines if the group is enabled or not.int
getStateValue()
The state determines if the group is enabled or not.-
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()
The state determines if the group is enabled or not.
.google.cloud.securitycenter.settings.v1beta1.ComponentEnablementState state = 1;
- Returns:
- The enum numeric value on the wire for state.
-
getState
ComponentEnablementState getState()
The state determines if the group is enabled or not.
.google.cloud.securitycenter.settings.v1beta1.ComponentEnablementState state = 1;
- Returns:
- The state.
-
-