Class: Google::Cloud::ApigeeConnect::V1::EgressRequest
- Inherits:
-
Object
- Object
- Google::Cloud::ApigeeConnect::V1::EgressRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/apigeeconnect/v1/tether.rb
Overview
gRPC request payload for tether.
Instance Attribute Summary collapse
-
#endpoint ⇒ ::Google::Cloud::ApigeeConnect::V1::TetherEndpoint
Tether Endpoint.
-
#id ⇒ ::String
Unique identifier for the request.
-
#payload ⇒ ::Google::Cloud::ApigeeConnect::V1::Payload
Actual payload to send to agent.
-
#project ⇒ ::String
GCP Project.
-
#timeout ⇒ ::Google::Protobuf::Duration
Timeout for the HTTP request.
-
#trace_id ⇒ ::String
Unique identifier for clients to trace their request/response.
Instance Attribute Details
#endpoint ⇒ ::Google::Cloud::ApigeeConnect::V1::TetherEndpoint
Returns Tether Endpoint.
44 45 46 47 |
# File 'proto_docs/google/cloud/apigeeconnect/v1/tether.rb', line 44 class EgressRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#id ⇒ ::String
Returns Unique identifier for the request.
44 45 46 47 |
# File 'proto_docs/google/cloud/apigeeconnect/v1/tether.rb', line 44 class EgressRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#payload ⇒ ::Google::Cloud::ApigeeConnect::V1::Payload
Returns Actual payload to send to agent.
44 45 46 47 |
# File 'proto_docs/google/cloud/apigeeconnect/v1/tether.rb', line 44 class EgressRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#project ⇒ ::String
Returns GCP Project.
Format: projects/{project_number}
.
44 45 46 47 |
# File 'proto_docs/google/cloud/apigeeconnect/v1/tether.rb', line 44 class EgressRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#timeout ⇒ ::Google::Protobuf::Duration
Returns Timeout for the HTTP request.
44 45 46 47 |
# File 'proto_docs/google/cloud/apigeeconnect/v1/tether.rb', line 44 class EgressRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#trace_id ⇒ ::String
Returns Unique identifier for clients to trace their request/response.
44 45 46 47 |
# File 'proto_docs/google/cloud/apigeeconnect/v1/tether.rb', line 44 class EgressRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |