public static interface LatencyReport.GuardrailLatencyOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getGuardrail()
public abstract String getGuardrail() Output only. The name of the guardrail.
Format:
projects/{project}/locations/{location}/apps/{app}/guardrails/{guardrail}.
string guardrail = 1 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
String |
The guardrail. |
getGuardrailBytes()
public abstract ByteString getGuardrailBytes() Output only. The name of the guardrail.
Format:
projects/{project}/locations/{location}/apps/{app}/guardrails/{guardrail}.
string guardrail = 1 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for guardrail. |
getGuardrailDisplayName()
public abstract String getGuardrailDisplayName()Output only. The display name of the guardrail.
string guardrail_display_name = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
String |
The guardrailDisplayName. |
getGuardrailDisplayNameBytes()
public abstract ByteString getGuardrailDisplayNameBytes()Output only. The display name of the guardrail.
string guardrail_display_name = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for guardrailDisplayName. |
getLatencyMetrics()
public abstract LatencyReport.LatencyMetrics getLatencyMetrics()Output only. The latency metrics for the guardrail.
.google.cloud.ces.v1beta.LatencyReport.LatencyMetrics latency_metrics = 3 [(.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 guardrail.
.google.cloud.ces.v1beta.LatencyReport.LatencyMetrics latency_metrics = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
LatencyReport.LatencyMetricsOrBuilder |
|
hasLatencyMetrics()
public abstract boolean hasLatencyMetrics()Output only. The latency metrics for the guardrail.
.google.cloud.ces.v1beta.LatencyReport.LatencyMetrics latency_metrics = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the latencyMetrics field is set. |