public enum Forecast.Bounds extends Enum<Forecast.Bounds> implements ProtocolMessageEnumThe bounds of the forecast time series.
Protobuf enum google.cloud.capacityplanner.v1beta.Forecast.Bounds
Implements
ProtocolMessageEnumStatic Fields |
|
|---|---|
| Name | Description |
BOUNDS_UNSPECIFIED |
No bounds is specified. |
BOUNDS_UNSPECIFIED_VALUE |
No bounds is specified. |
LOWER_BOUND |
The time series represents the upper bound of the forecast. |
LOWER_BOUND_VALUE |
The time series represents the upper bound of the forecast. |
MEDIAN |
The time series represents the median expected forecast value. |
MEDIAN_VALUE |
The time series represents the median expected forecast value. |
UNRECOGNIZED |
|
UPPER_BOUND |
The time series represents the lower bound of the forecast. |
UPPER_BOUND_VALUE |
The time series represents the lower bound of the forecast. |
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() |
|