public enum TimeSeries.LocationType extends Enum<TimeSeries.LocationType> implements ProtocolMessageEnumThe type of location that the time series is summarizing.
Protobuf enum google.cloud.capacityplanner.v1beta.TimeSeries.LocationType
Implements
ProtocolMessageEnumStatic Fields |
|
|---|---|
| Name | Description |
LOCATION_TYPE_UNSPECIFIED |
No location type was specified. |
LOCATION_TYPE_UNSPECIFIED_VALUE |
No location type was specified. |
REGIONAL |
Time series values represent usage aggregated at the region level. |
REGIONAL_VALUE |
Time series values represent usage aggregated at the region level. |
UNRECOGNIZED |
|
ZONAL |
Time series values represent usage aggregated at the zone level. |
ZONAL_VALUE |
Time series values represent usage aggregated at the zone level. |
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() |
|