Enum UsageHistory.AggregationMethod (0.1.0)

public enum UsageHistory.AggregationMethod extends Enum<UsageHistory.AggregationMethod> implements ProtocolMessageEnum

Methods for converting sampled data to time series values.

Protobuf enum google.cloud.capacityplanner.v1beta.UsageHistory.AggregationMethod

Implements

ProtocolMessageEnum

Static Fields

Name Description
AGGREGATION_METHOD_UNSPECIFIED

No aggregation method is specified.

AGGREGATION_METHOD_UNSPECIFIED = 0;

AGGREGATION_METHOD_UNSPECIFIED_VALUE

No aggregation method is specified.

AGGREGATION_METHOD_UNSPECIFIED = 0;

MEDIAN

MEDIAN = 1;

MEDIAN_VALUE

MEDIAN = 1;

P50

Time series values represent the 50th(median) percentile of the sampled values.

P50 = 3;

P50_VALUE

Time series values represent the 50th(median) percentile of the sampled values.

P50 = 3;

P75

Time series values represent the 75th percentile of the sampled values.

P75 = 4;

P75_VALUE

Time series values represent the 75th percentile of the sampled values.

P75 = 4;

P99

Time series values represent the 99th percentile of the sampled values.

P99 = 5;

P99_VALUE

Time series values represent the 99th percentile of the sampled values.

P99 = 5;

PEAK

Time series values represent the 99th percentile of the sampled values.

PEAK = 2;

PEAK_VALUE

Time series values represent the 99th percentile of the sampled values.

PEAK = 2;

UNRECOGNIZED

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