public static interface DailyResourceUsageAggregation.StatsOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
float |
getAverage()
Average usage value.
|
float |
getMedian()
Median usage value.
|
float |
getNinteyFifthPercentile()
95th percentile usage value.
|
float |
getPeak()
Peak usage value.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneoffloat getAverage()
Average usage value.
float average = 1;float getMedian()
Median usage value.
float median = 2;float getNinteyFifthPercentile()
95th percentile usage value.
float nintey_fifth_percentile = 3;float getPeak()
Peak usage value.
float peak = 4;Copyright © 2024 Google LLC. All rights reserved.