public static interface Conversation.Interaction.StepMetricsOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Duration |
getLatency()
Processing latency of the step.
|
com.google.protobuf.DurationOrBuilder |
getLatencyOrBuilder()
Processing latency of the step.
|
String |
getName()
Name of the request processing step.
|
com.google.protobuf.ByteString |
getNameBytes()
Name of the request processing step.
|
boolean |
hasLatency()
Processing latency of the step.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getName()
Name of the request processing step.
string name = 1;com.google.protobuf.ByteString getNameBytes()
Name of the request processing step.
string name = 1;boolean hasLatency()
Processing latency of the step.
.google.protobuf.Duration latency = 2;com.google.protobuf.Duration getLatency()
Processing latency of the step.
.google.protobuf.Duration latency = 2;com.google.protobuf.DurationOrBuilder getLatencyOrBuilder()
Processing latency of the step.
.google.protobuf.Duration latency = 2;Copyright © 2025 Google LLC. All rights reserved.