Enum CloudLocation.CloudLocationType (0.1.0)

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

ProtocolMessageEnum

Static Fields

Name Description
CLOUD_LOCATION_TYPE_GDCC_ZONE

CloudLocation type for Google Distributed Cloud Connected Zone.

CLOUD_LOCATION_TYPE_GDCC_ZONE = 4;

CLOUD_LOCATION_TYPE_GDCC_ZONE_VALUE

CloudLocation type for Google Distributed Cloud Connected Zone.

CLOUD_LOCATION_TYPE_GDCC_ZONE = 4;

CLOUD_LOCATION_TYPE_REGION

CloudLocation type for region.

CLOUD_LOCATION_TYPE_REGION = 1;

CLOUD_LOCATION_TYPE_REGION_EXTENSION

CloudLocation type for region extension.

CLOUD_LOCATION_TYPE_REGION_EXTENSION = 3;

CLOUD_LOCATION_TYPE_REGION_EXTENSION_VALUE

CloudLocation type for region extension.

CLOUD_LOCATION_TYPE_REGION_EXTENSION = 3;

CLOUD_LOCATION_TYPE_REGION_VALUE

CloudLocation type for region.

CLOUD_LOCATION_TYPE_REGION = 1;

CLOUD_LOCATION_TYPE_UNSPECIFIED

Unspecified type.

CLOUD_LOCATION_TYPE_UNSPECIFIED = 0;

CLOUD_LOCATION_TYPE_UNSPECIFIED_VALUE

Unspecified type.

CLOUD_LOCATION_TYPE_UNSPECIFIED = 0;

CLOUD_LOCATION_TYPE_ZONE

CloudLocation type for zone.

CLOUD_LOCATION_TYPE_ZONE = 2;

CLOUD_LOCATION_TYPE_ZONE_VALUE

CloudLocation type for zone.

CLOUD_LOCATION_TYPE_ZONE = 2;

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