Class: Google::Cloud::ApigeeConnect::V1::Payload
- Inherits:
-
Object
- Object
- Google::Cloud::ApigeeConnect::V1::Payload
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/apigeeconnect/v1/tether.rb
Overview
Payload for EgressRequest.
Instance Attribute Summary collapse
-
#action ⇒ ::Google::Cloud::ApigeeConnect::V1::Action
The action taken by agent.
-
#http_request ⇒ ::Google::Cloud::ApigeeConnect::V1::HttpRequest
The HttpRequest proto.
-
#stream_info ⇒ ::Google::Cloud::ApigeeConnect::V1::StreamInfo
The information of stream.
Instance Attribute Details
#action ⇒ ::Google::Cloud::ApigeeConnect::V1::Action
Returns The action taken by agent.
59 60 61 62 |
# File 'proto_docs/google/cloud/apigeeconnect/v1/tether.rb', line 59 class Payload include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |