public static final class RequestInfo.Builder extends GeneratedMessageV3.Builder<RequestInfo.Builder> implements RequestInfoOrBuilder
Contains metadata about the request that clients can attach when filing a bug or providing other forms of feedback.
Protobuf type google.rpc.RequestInfo
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > RequestInfo.BuilderImplements
RequestInfoOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Type | Description |
Descriptor |
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public RequestInfo.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Name | Description |
field | FieldDescriptor |
value | Object |
Type | Description |
RequestInfo.Builder |
build()
public RequestInfo build()
Type | Description |
RequestInfo |
buildPartial()
public RequestInfo buildPartial()
Type | Description |
RequestInfo |
clear()
public RequestInfo.Builder clear()
Type | Description |
RequestInfo.Builder |
clearField(Descriptors.FieldDescriptor field)
public RequestInfo.Builder clearField(Descriptors.FieldDescriptor field)
Name | Description |
field | FieldDescriptor |
Type | Description |
RequestInfo.Builder |
clearOneof(Descriptors.OneofDescriptor oneof)
public RequestInfo.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Name | Description |
oneof | OneofDescriptor |
Type | Description |
RequestInfo.Builder |
clearRequestId()
public RequestInfo.Builder clearRequestId()
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;
Type | Description |
RequestInfo.Builder | This builder for chaining. |
clearServingData()
public RequestInfo.Builder clearServingData()
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;
Type | Description |
RequestInfo.Builder | This builder for chaining. |
clone()
public RequestInfo.Builder clone()
Type | Description |
RequestInfo.Builder |
getDefaultInstanceForType()
public RequestInfo getDefaultInstanceForType()
Type | Description |
RequestInfo |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Type | Description |
Descriptor |
getRequestId()
public 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;
Type | Description |
String | The requestId. |
getRequestIdBytes()
public 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;
Type | Description |
ByteString | The bytes for requestId. |
getServingData()
public 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;
Type | Description |
String | The servingData. |
getServingDataBytes()
public 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;
Type | Description |
ByteString | The bytes for servingData. |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Type | Description |
FieldAccessorTable |
isInitialized()
public final boolean isInitialized()
Type | Description |
boolean |
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public RequestInfo.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | CodedInputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
RequestInfo.Builder |
Type | Description |
IOException |
mergeFrom(Message other)
public RequestInfo.Builder mergeFrom(Message other)
Name | Description |
other | Message |
Type | Description |
RequestInfo.Builder |
mergeFrom(RequestInfo other)
public RequestInfo.Builder mergeFrom(RequestInfo other)
Name | Description |
other | RequestInfo |
Type | Description |
RequestInfo.Builder |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final RequestInfo.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Name | Description |
unknownFields | UnknownFieldSet |
Type | Description |
RequestInfo.Builder |
setField(Descriptors.FieldDescriptor field, Object value)
public RequestInfo.Builder setField(Descriptors.FieldDescriptor field, Object value)
Name | Description |
field | FieldDescriptor |
value | Object |
Type | Description |
RequestInfo.Builder |
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public RequestInfo.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Name | Description |
field | FieldDescriptor |
index | int |
value | Object |
Type | Description |
RequestInfo.Builder |
setRequestId(String value)
public RequestInfo.Builder setRequestId(String value)
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;
Name | Description |
value | String The requestId to set. |
Type | Description |
RequestInfo.Builder | This builder for chaining. |
setRequestIdBytes(ByteString value)
public RequestInfo.Builder setRequestIdBytes(ByteString value)
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;
Name | Description |
value | ByteString The bytes for requestId to set. |
Type | Description |
RequestInfo.Builder | This builder for chaining. |
setServingData(String value)
public RequestInfo.Builder setServingData(String value)
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;
Name | Description |
value | String The servingData to set. |
Type | Description |
RequestInfo.Builder | This builder for chaining. |
setServingDataBytes(ByteString value)
public RequestInfo.Builder setServingDataBytes(ByteString value)
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;
Name | Description |
value | ByteString The bytes for servingData to set. |
Type | Description |
RequestInfo.Builder | This builder for chaining. |
setUnknownFields(UnknownFieldSet unknownFields)
public final RequestInfo.Builder setUnknownFields(UnknownFieldSet unknownFields)
Name | Description |
unknownFields | UnknownFieldSet |
Type | Description |
RequestInfo.Builder |