public static interface VirtualRpcRequest.MetadataOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
long |
getAttemptNumber()
Track retry attempts for this vRPC at the AFE.
|
com.google.protobuf.Timestamp |
getAttemptStart()
Track the client's known start time for the attempt.
|
com.google.protobuf.TimestampOrBuilder |
getAttemptStartOrBuilder()
Track the client's known start time for the attempt.
|
String |
getTraceparent()
Link OpenTelemetry traces (e.g.
|
com.google.protobuf.ByteString |
getTraceparentBytes()
Link OpenTelemetry traces (e.g.
|
boolean |
hasAttemptStart()
Track the client's known start time for the attempt.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneoflong getAttemptNumber()
Track retry attempts for this vRPC at the AFE.
int64 attempt_number = 1;boolean hasAttemptStart()
Track the client's known start time for the attempt. This is likely not easily compared with the server's time due to clock skew.
.google.protobuf.Timestamp attempt_start = 2;com.google.protobuf.Timestamp getAttemptStart()
Track the client's known start time for the attempt. This is likely not easily compared with the server's time due to clock skew.
.google.protobuf.Timestamp attempt_start = 2;com.google.protobuf.TimestampOrBuilder getAttemptStartOrBuilder()
Track the client's known start time for the attempt. This is likely not easily compared with the server's time due to clock skew.
.google.protobuf.Timestamp attempt_start = 2;String getTraceparent()
Link OpenTelemetry traces (e.g. Tapper). This can be used to link attempts together for the same logical operation (e.g. in logs / traces). Note, this may not be needed for V1, TBD.
string traceparent = 3;com.google.protobuf.ByteString getTraceparentBytes()
Link OpenTelemetry traces (e.g. Tapper). This can be used to link attempts together for the same logical operation (e.g. in logs / traces). Note, this may not be needed for V1, TBD.
string traceparent = 3;Copyright © 2026 Google LLC. All rights reserved.