Interface ComponentSettings.DetectorSettingsOrBuilder (0.44.0)

public static interface ComponentSettings.DetectorSettingsOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getState()

public abstract 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
TypeDescription
ComponentEnablementState

The state.

getStateValue()

public abstract 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
TypeDescription
int

The enum numeric value on the wire for state.