程序包 com.google.rpc
接口 RequestInfoOrBuilder
- 所有超级接口:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- 所有已知实现类:
RequestInfo
,RequestInfo.Builder
public interface RequestInfoOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
方法概要
修饰符和类型方法说明An opaque string that should only be interpreted by the service generating it.com.google.protobuf.ByteString
An opaque string that should only be interpreted by the service generating it.Any data that was used to serve this request.com.google.protobuf.ByteString
Any data that was used to serve this request.从接口继承的方法 com.google.protobuf.MessageLiteOrBuilder
isInitialized
从接口继承的方法 com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
方法详细资料
-
getRequestId
String getRequestId()An opaque string that should only be interpreted by the service generating it. For example, it can be used to identify requests in the service's logs.
string request_id = 1;
- 返回:
- The requestId.
-
getRequestIdBytes
com.google.protobuf.ByteString getRequestIdBytes()An opaque string that should only be interpreted by the service generating it. For example, it can be used to identify requests in the service's logs.
string request_id = 1;
- 返回:
- The bytes for requestId.
-
getServingData
String getServingData()Any data that was used to serve this request. For example, an encrypted stack trace that can be sent back to the service provider for debugging.
string serving_data = 2;
- 返回:
- The servingData.
-
getServingDataBytes
com.google.protobuf.ByteString getServingDataBytes()Any data that was used to serve this request. For example, an encrypted stack trace that can be sent back to the service provider for debugging.
string serving_data = 2;
- 返回:
- The bytes for servingData.
-