com.google.rpc.RequestInfoOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of grpc-core-proto Show documentation
Show all versions of grpc-core-proto Show documentation
GoogleAPI classes generated from core protos
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: google/rpc/error_details.proto
package com.google.rpc;
public interface RequestInfoOrBuilder extends
// @@protoc_insertion_point(interface_extends:google.rpc.RequestInfo)
com.google.protobuf.MessageOrBuilder {
/**
* optional string request_id = 1;
*
*
* 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.
*
*/
java.lang.String getRequestId();
/**
* optional string request_id = 1;
*
*
* 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.
*
*/
com.google.protobuf.ByteString
getRequestIdBytes();
/**
* optional string serving_data = 2;
*
*
* 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.
*
*/
java.lang.String getServingData();
/**
* optional string serving_data = 2;
*
*
* 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.
*
*/
com.google.protobuf.ByteString
getServingDataBytes();
}