Class: Google::Rpc::RequestInfo
- Inherits:
-
Object
- Object
- Google::Rpc::RequestInfo
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/rpc/error_details.rb
Overview
Contains metadata about the request that clients can attach when filing a bug or providing other forms of feedback.
Instance Attribute Summary collapse
-
#request_id ⇒ ::String
An opaque string that should only be interpreted by the service generating it.
-
#serving_data ⇒ ::String
Any data that was used to serve this request.
Instance Attribute Details
#request_id ⇒ ::String
Returns 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.
261 262 263 264 |
# File 'proto_docs/google/rpc/error_details.rb', line 261 class RequestInfo include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#serving_data ⇒ ::String
Returns 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.
261 262 263 264 |
# File 'proto_docs/google/rpc/error_details.rb', line 261 class RequestInfo include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |