public interface ResponseMetadataOrBuilder extends MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
String |
getRequestId()
A unique id associated with this call.
|
ByteString |
getRequestIdBytes()
A unique id associated with this call.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
isInitialized
String getRequestId()
A unique id associated with this call. This id is logged for tracking purposes.
string request_id = 1;
ByteString getRequestIdBytes()
A unique id associated with this call. This id is logged for tracking purposes.
string request_id = 1;
Copyright © 2022 Google LLC. All rights reserved.