Reference documentation and code samples for the Google API Common Protos Client class RequestInfo.
Contains metadata about the request that clients can attach when filing a bug or providing other forms of feedback.
Generated from protobuf message google.rpc.RequestInfo
Namespace
Google \ RpcMethods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ request_id
string
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.
↳ serving_data
string
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.
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
setRequestId
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.
var
string
$this
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
setServingData
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.
var
string
$this