Enum Forecast.Bounds (0.1.0)

public enum Forecast.Bounds extends Enum<Forecast.Bounds> implements ProtocolMessageEnum

The bounds of the forecast time series.

Protobuf enum google.cloud.capacityplanner.v1beta.Forecast.Bounds

Implements

ProtocolMessageEnum

Static Fields

Name Description
BOUNDS_UNSPECIFIED

No bounds is specified.

BOUNDS_UNSPECIFIED = 0;

BOUNDS_UNSPECIFIED_VALUE

No bounds is specified.

BOUNDS_UNSPECIFIED = 0;

LOWER_BOUND

The time series represents the upper bound of the forecast.

LOWER_BOUND = 1;

LOWER_BOUND_VALUE

The time series represents the upper bound of the forecast.

LOWER_BOUND = 1;

MEDIAN

The time series represents the median expected forecast value.

MEDIAN = 2;

MEDIAN_VALUE

The time series represents the median expected forecast value.

MEDIAN = 2;

UNRECOGNIZED
UPPER_BOUND

The time series represents the lower bound of the forecast.

UPPER_BOUND = 3;

UPPER_BOUND_VALUE

The time series represents the lower bound of the forecast.

UPPER_BOUND = 3;

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