Enum ComponentEnablementState (0.44.0)

public enum ComponentEnablementState extends Enum<ComponentEnablementState> implements ProtocolMessageEnum

Valid states for a component

Protobuf enum google.cloud.securitycenter.settings.v1beta1.ComponentEnablementState

Implements

ProtocolMessageEnum

Static Fields

NameDescription
COMPONENT_ENABLEMENT_STATE_UNSPECIFIED

No state specified, equivalent of INHERIT

COMPONENT_ENABLEMENT_STATE_UNSPECIFIED = 0;

COMPONENT_ENABLEMENT_STATE_UNSPECIFIED_VALUE

No state specified, equivalent of INHERIT

COMPONENT_ENABLEMENT_STATE_UNSPECIFIED = 0;

DISABLE

Disable the component

DISABLE = 1;

DISABLE_VALUE

Disable the component

DISABLE = 1;

ENABLE

Enable the component

ENABLE = 2;

ENABLE_VALUE

Enable the component

ENABLE = 2;

INHERIT

Inherit the state from resources parent folder or organization.

INHERIT = 3;

INHERIT_VALUE

Inherit the state from resources parent folder or organization.

INHERIT = 3;

UNRECOGNIZED

Static Methods

NameDescription
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

NameDescription
getDescriptorForType()
getNumber()
getValueDescriptor()