public static interface LatencyReport.CallbackLatencyOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getLatencyMetrics()
public abstract LatencyReport.LatencyMetrics getLatencyMetrics()Output only. The latency metrics for the callback.
.google.cloud.ces.v1beta.LatencyReport.LatencyMetrics latency_metrics = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
LatencyReport.LatencyMetrics |
The latencyMetrics. |
getLatencyMetricsOrBuilder()
public abstract LatencyReport.LatencyMetricsOrBuilder getLatencyMetricsOrBuilder()Output only. The latency metrics for the callback.
.google.cloud.ces.v1beta.LatencyReport.LatencyMetrics latency_metrics = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
LatencyReport.LatencyMetricsOrBuilder |
|
getStage()
public abstract String getStage()Output only. The stage of the callback.
string stage = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
String |
The stage. |
getStageBytes()
public abstract ByteString getStageBytes()Output only. The stage of the callback.
string stage = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for stage. |
hasLatencyMetrics()
public abstract boolean hasLatencyMetrics()Output only. The latency metrics for the callback.
.google.cloud.ces.v1beta.LatencyReport.LatencyMetrics latency_metrics = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the latencyMetrics field is set. |