public static interface LatencyReport.LatencyMetricsOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getCallCount()
public abstract int getCallCount()Output only. The number of times the resource was called.
int32 call_count = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
int |
The callCount. |
getP50Latency()
public abstract Duration getP50Latency()Output only. The 50th percentile latency.
.google.protobuf.Duration p50_latency = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
Duration |
The p50Latency. |
getP50LatencyOrBuilder()
public abstract DurationOrBuilder getP50LatencyOrBuilder()Output only. The 50th percentile latency.
.google.protobuf.Duration p50_latency = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
DurationOrBuilder |
|
getP90Latency()
public abstract Duration getP90Latency()Output only. The 90th percentile latency.
.google.protobuf.Duration p90_latency = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
Duration |
The p90Latency. |
getP90LatencyOrBuilder()
public abstract DurationOrBuilder getP90LatencyOrBuilder()Output only. The 90th percentile latency.
.google.protobuf.Duration p90_latency = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
DurationOrBuilder |
|
getP99Latency()
public abstract Duration getP99Latency()Output only. The 99th percentile latency.
.google.protobuf.Duration p99_latency = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
Duration |
The p99Latency. |
getP99LatencyOrBuilder()
public abstract DurationOrBuilder getP99LatencyOrBuilder()Output only. The 99th percentile latency.
.google.protobuf.Duration p99_latency = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
DurationOrBuilder |
|
hasP50Latency()
public abstract boolean hasP50Latency()Output only. The 50th percentile latency.
.google.protobuf.Duration p50_latency = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the p50Latency field is set. |
hasP90Latency()
public abstract boolean hasP90Latency()Output only. The 90th percentile latency.
.google.protobuf.Duration p90_latency = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the p90Latency field is set. |
hasP99Latency()
public abstract boolean hasP99Latency()Output only. The 99th percentile latency.
.google.protobuf.Duration p99_latency = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the p99Latency field is set. |