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
Methods |
public __construct( $data = NULL) Constructor.
|
public 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. Generated from protobuf field string request_id = 1;
|
public 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. Generated from protobuf field string serving_data = 2;
|
public setRequestId( $var) 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. Generated from protobuf field string request_id = 1;
|
public setServingData( $var) 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. Generated from protobuf field string serving_data = 2;
|
Properties |
protected $request_id = '' 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. Generated from protobuf field string request_id = 1; |
protected $serving_data = '' 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. Generated from protobuf field string serving_data = 2; |
Methods |