public enum Zone.ResourceSpec.LocationType extends Enum<Zone.ResourceSpec.LocationType> implements ProtocolMessageEnum
Location type of the resources attached to a zone.
Protobuf enum google.events.cloud.dataplex.v1.Zone.ResourceSpec.LocationType
Implements
ProtocolMessageEnumStatic Fields |
|
---|---|
Name | Description |
LOCATION_TYPE_UNSPECIFIED |
Unspecified location type. |
LOCATION_TYPE_UNSPECIFIED_VALUE |
Unspecified location type. |
MULTI_REGION |
Resources that are associated with a multi-region location. |
MULTI_REGION_VALUE |
Resources that are associated with a multi-region location. |
SINGLE_REGION |
Resources that are associated with a single region. |
SINGLE_REGION_VALUE |
Resources that are associated with a single region. |
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() |