public enum CloudLocation.CloudLocationType extends Enum<CloudLocation.CloudLocationType> implements ProtocolMessageEnum
The type of the cloud location. This enum lists all possible categories of cloud locations.
Protobuf enum google.cloud.locationfinder.v1.CloudLocation.CloudLocationType
Implements
ProtocolMessageEnumStatic Fields |
|
---|---|
Name | Description |
CLOUD_LOCATION_TYPE_GDCC_ZONE |
CloudLocation type for Google Distributed Cloud Connected Zone. |
CLOUD_LOCATION_TYPE_GDCC_ZONE_VALUE |
CloudLocation type for Google Distributed Cloud Connected Zone. |
CLOUD_LOCATION_TYPE_REGION |
CloudLocation type for region. |
CLOUD_LOCATION_TYPE_REGION_EXTENSION |
CloudLocation type for region extension. |
CLOUD_LOCATION_TYPE_REGION_EXTENSION_VALUE |
CloudLocation type for region extension. |
CLOUD_LOCATION_TYPE_REGION_VALUE |
CloudLocation type for region. |
CLOUD_LOCATION_TYPE_UNSPECIFIED |
Unspecified type. |
CLOUD_LOCATION_TYPE_UNSPECIFIED_VALUE |
Unspecified type. |
CLOUD_LOCATION_TYPE_ZONE |
CloudLocation type for zone. |
CLOUD_LOCATION_TYPE_ZONE_VALUE |
CloudLocation type for zone. |
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() |