Interface ResponseMetadataOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ResponseMetadata
,ResponseMetadata.Builder
public interface ResponseMetadataOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getRequestId()
A unique id associated with this call.com.google.protobuf.ByteString
getRequestIdBytes()
A unique id associated with this call.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getRequestId
String getRequestId()
A unique id associated with this call. This id is logged for tracking purpose.
string request_id = 1;
- Returns:
- The requestId.
-
getRequestIdBytes
com.google.protobuf.ByteString getRequestIdBytes()
A unique id associated with this call. This id is logged for tracking purpose.
string request_id = 1;
- Returns:
- The bytes for requestId.
-
-