Enum SdpBasicConfig.SdpBasicConfigEnforcement (0.1.0)

public enum SdpBasicConfig.SdpBasicConfigEnforcement extends Enum<SdpBasicConfig.SdpBasicConfigEnforcement> implements ProtocolMessageEnum

Option to specify the state of Sensitive Data Protection basic config (ENABLED/DISABLED).

Protobuf enum google.cloud.modelarmor.v1.SdpBasicConfig.SdpBasicConfigEnforcement

Implements

ProtocolMessageEnum

Static Fields

Name Description
DISABLED

Disabled

DISABLED = 2;

DISABLED_VALUE

Disabled

DISABLED = 2;

ENABLED

Enabled

ENABLED = 1;

ENABLED_VALUE

Enabled

ENABLED = 1;

SDP_BASIC_CONFIG_ENFORCEMENT_UNSPECIFIED

Same as Disabled

SDP_BASIC_CONFIG_ENFORCEMENT_UNSPECIFIED = 0;

SDP_BASIC_CONFIG_ENFORCEMENT_UNSPECIFIED_VALUE

Same as Disabled

SDP_BASIC_CONFIG_ENFORCEMENT_UNSPECIFIED = 0;

UNRECOGNIZED

Static Methods

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

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

Name Description
getDescriptorForType()
getNumber()
getValueDescriptor()