public enum UsageHistory.AggregationMethod extends Enum<UsageHistory.AggregationMethod> implements ProtocolMessageEnumMethods for converting sampled data to time series values.
Protobuf enum google.cloud.capacityplanner.v1beta.UsageHistory.AggregationMethod
Implements
ProtocolMessageEnumStatic Fields |
|
|---|---|
| Name | Description |
AGGREGATION_METHOD_UNSPECIFIED |
No aggregation method is specified. |
AGGREGATION_METHOD_UNSPECIFIED_VALUE |
No aggregation method is specified. |
MEDIAN |
|
MEDIAN_VALUE |
|
P50 |
Time series values represent the 50th(median) percentile of the sampled values. |
P50_VALUE |
Time series values represent the 50th(median) percentile of the sampled values. |
P75 |
Time series values represent the 75th percentile of the sampled values. |
P75_VALUE |
Time series values represent the 75th percentile of the sampled values. |
P99 |
Time series values represent the 99th percentile of the sampled values. |
P99_VALUE |
Time series values represent the 99th percentile of the sampled values. |
PEAK |
Time series values represent the 99th percentile of the sampled values. |
PEAK_VALUE |
Time series values represent the 99th percentile of the sampled values. |
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() |
|