Enum LocationSupport.RegionalizationScope (3.78.0)

public enum LocationSupport.RegionalizationScope extends Enum<LocationSupport.RegionalizationScope> implements ProtocolMessageEnum

The location scope for a feature.

Protobuf enum google.privacy.dlp.v2.LocationSupport.RegionalizationScope

Implements

ProtocolMessageEnum

Static Fields

Name Description
ANY_LOCATION

Feature may be used anywhere. Default value.

ANY_LOCATION = 2;

ANY_LOCATION_VALUE

Feature may be used anywhere. Default value.

ANY_LOCATION = 2;

REGIONAL

Feature may be used with one or more regions. See locations for details.

REGIONAL = 1;

REGIONALIZATION_SCOPE_UNSPECIFIED

Invalid.

REGIONALIZATION_SCOPE_UNSPECIFIED = 0;

REGIONALIZATION_SCOPE_UNSPECIFIED_VALUE

Invalid.

REGIONALIZATION_SCOPE_UNSPECIFIED = 0;

REGIONAL_VALUE

Feature may be used with one or more regions. See locations for details.

REGIONAL = 1;

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()