Interface Settings.DetectorGroupSettingsOrBuilder (0.44.0)

public static interface Settings.DetectorGroupSettingsOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getState()

public abstract ComponentEnablementState getState()

The state determines if the group is enabled or not.

.google.cloud.securitycenter.settings.v1beta1.ComponentEnablementState state = 1;

Returns
TypeDescription
ComponentEnablementState

The state.

getStateValue()

public abstract int getStateValue()

The state determines if the group is enabled or not.

.google.cloud.securitycenter.settings.v1beta1.ComponentEnablementState state = 1;

Returns
TypeDescription
int

The enum numeric value on the wire for state.