Enum Zone.ResourceSpec.LocationType (1.0.1)

public enum Zone.ResourceSpec.LocationType extends Enum<Zone.ResourceSpec.LocationType> implements ProtocolMessageEnum

Location type of the resources attached to a zone.

Protobuf enum google.cloud.dataplex.v1.Zone.ResourceSpec.LocationType

Implements

ProtocolMessageEnum

Static Fields

NameDescription
LOCATION_TYPE_UNSPECIFIED

Unspecified location type.

LOCATION_TYPE_UNSPECIFIED = 0;

LOCATION_TYPE_UNSPECIFIED_VALUE

Unspecified location type.

LOCATION_TYPE_UNSPECIFIED = 0;

MULTI_REGION

Resources that are associated with a multi-region location.

MULTI_REGION = 2;

MULTI_REGION_VALUE

Resources that are associated with a multi-region location.

MULTI_REGION = 2;

SINGLE_REGION

Resources that are associated with a single region.

SINGLE_REGION = 1;

SINGLE_REGION_VALUE

Resources that are associated with a single region.

SINGLE_REGION = 1;

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