Enum TimeSeries.LocationType (0.1.0)

public enum TimeSeries.LocationType extends Enum<TimeSeries.LocationType> implements ProtocolMessageEnum

The type of location that the time series is summarizing.

Protobuf enum google.cloud.capacityplanner.v1beta.TimeSeries.LocationType

Implements

ProtocolMessageEnum

Static Fields

Name Description
LOCATION_TYPE_UNSPECIFIED

No location type was specified.

LOCATION_TYPE_UNSPECIFIED = 0;

LOCATION_TYPE_UNSPECIFIED_VALUE

No location type was specified.

LOCATION_TYPE_UNSPECIFIED = 0;

REGIONAL

Time series values represent usage aggregated at the region level.

REGIONAL = 1;

REGIONAL_VALUE

Time series values represent usage aggregated at the region level.

REGIONAL = 1;

UNRECOGNIZED
ZONAL

Time series values represent usage aggregated at the zone level.

ZONAL = 2;

ZONAL_VALUE

Time series values represent usage aggregated at the zone level.

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