Enum LocationLevel (0.1.0)

public enum LocationLevel extends Enum<LocationLevel> implements ProtocolMessageEnum

The level of the Google Cloud Platform location.

Protobuf enum google.cloud.capacityplanner.v1beta.LocationLevel

Implements

ProtocolMessageEnum

Static Fields

Name Description
DUAL_REGION

Dual region pair.

DUAL_REGION = 5;

DUAL_REGION_VALUE

Dual region pair.

DUAL_REGION = 5;

GLOBAL

Globally.

GLOBAL = 3;

GLOBAL_VALUE

Globally.

GLOBAL = 3;

LOCATION_LEVEL_UNSPECIFIED

Location level is unspecified.

LOCATION_LEVEL_UNSPECIFIED = 0;

LOCATION_LEVEL_UNSPECIFIED_VALUE

Location level is unspecified.

LOCATION_LEVEL_UNSPECIFIED = 0;

METRO

A metro.

METRO = 4;

METRO_VALUE

A metro.

METRO = 4;

MULTI_REGION

Multiple regions.

MULTI_REGION = 6;

MULTI_REGION_VALUE

Multiple regions.

MULTI_REGION = 6;

REGION

Cloud region.

REGION = 1;

REGION_VALUE

Cloud region.

REGION = 1;

UNRECOGNIZED
ZONE

Cloud zone.

ZONE = 2;

ZONE_VALUE

Cloud zone.

ZONE = 2;

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