public static interface Conversation.Interaction.StepMetricsOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getLatency()
public abstract Duration getLatency()Processing latency of the step.
.google.protobuf.Duration latency = 2;
| Returns | |
|---|---|
| Type | Description |
Duration |
The latency. |
getLatencyOrBuilder()
public abstract DurationOrBuilder getLatencyOrBuilder()Processing latency of the step.
.google.protobuf.Duration latency = 2;
| Returns | |
|---|---|
| Type | Description |
DurationOrBuilder |
|
getName()
public abstract String getName()Name of the request processing step.
string name = 1;
| Returns | |
|---|---|
| Type | Description |
String |
The name. |
getNameBytes()
public abstract ByteString getNameBytes()Name of the request processing step.
string name = 1;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for name. |
hasLatency()
public abstract boolean hasLatency()Processing latency of the step.
.google.protobuf.Duration latency = 2;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the latency field is set. |