Class: Google::Cloud::Talent::V4::ResponseMetadata
- Inherits:
-
Object
- Object
- Google::Cloud::Talent::V4::ResponseMetadata
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/talent/v4/common.rb
Overview
Additional information returned to client, such as debugging information.
Instance Attribute Summary collapse
-
#request_id ⇒ ::String
A unique id associated with this call.
Instance Attribute Details
#request_id ⇒ ::String
Returns A unique id associated with this call. This id is logged for tracking purposes.
185 186 187 188 |
# File 'proto_docs/google/cloud/talent/v4/common.rb', line 185 class ResponseMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |