public static interface AggregatedMetrics.TurnLatencyMetricsOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getAverageLatency()
public abstract Duration getAverageLatency()Output only. The average latency of the turns.
.google.protobuf.Duration average_latency = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
Duration |
The averageLatency. |
getAverageLatencyOrBuilder()
public abstract DurationOrBuilder getAverageLatencyOrBuilder()Output only. The average latency of the turns.
.google.protobuf.Duration average_latency = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
DurationOrBuilder |
|
hasAverageLatency()
public abstract boolean hasAverageLatency()Output only. The average latency of the turns.
.google.protobuf.Duration average_latency = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the averageLatency field is set. |