Class: Google::Cloud::PolicyTroubleshooter::Iam::V3::ConditionContext::Request
- Inherits:
-
Object
- Object
- Google::Cloud::PolicyTroubleshooter::Iam::V3::ConditionContext::Request
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/policytroubleshooter/iam/v3/troubleshooter.rb
Overview
This message defines attributes for an HTTP request. If the actual request is not an HTTP request, the runtime system should try to map the actual request to an equivalent HTTP request.
Instance Attribute Summary collapse
Instance Attribute Details
#receive_time ⇒ ::Google::Protobuf::Timestamp
Returns Optional. The timestamp when the destination service receives the first byte of the request.
200 201 202 203 |
# File 'proto_docs/google/cloud/policytroubleshooter/iam/v3/troubleshooter.rb', line 200 class Request include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |