Reference documentation and code samples for the Apigee Connect V1 API class Google::Cloud::ApigeeConnect::V1::EgressRequest.
gRPC request payload for tether.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#endpoint
def endpoint() -> ::Google::Cloud::ApigeeConnect::V1::TetherEndpoint
Returns
- (::Google::Cloud::ApigeeConnect::V1::TetherEndpoint) — Tether Endpoint.
#endpoint=
def endpoint=(value) -> ::Google::Cloud::ApigeeConnect::V1::TetherEndpoint
Parameter
- value (::Google::Cloud::ApigeeConnect::V1::TetherEndpoint) — Tether Endpoint.
Returns
- (::Google::Cloud::ApigeeConnect::V1::TetherEndpoint) — Tether Endpoint.
#id
def id() -> ::String
Returns
- (::String) — Unique identifier for the request.
#id=
def id=(value) -> ::String
Parameter
- value (::String) — Unique identifier for the request.
Returns
- (::String) — Unique identifier for the request.
#payload
def payload() -> ::Google::Cloud::ApigeeConnect::V1::Payload
Returns
- (::Google::Cloud::ApigeeConnect::V1::Payload) — Actual payload to send to agent.
#payload=
def payload=(value) -> ::Google::Cloud::ApigeeConnect::V1::Payload
Parameter
- value (::Google::Cloud::ApigeeConnect::V1::Payload) — Actual payload to send to agent.
Returns
- (::Google::Cloud::ApigeeConnect::V1::Payload) — Actual payload to send to agent.
#project
def project() -> ::String
Returns
-
(::String) — GCP Project.
Format:
projects/{project_number}
.
#project=
def project=(value) -> ::String
Parameter
-
value (::String) — GCP Project.
Format:
projects/{project_number}
.
Returns
-
(::String) — GCP Project.
Format:
projects/{project_number}
.
#timeout
def timeout() -> ::Google::Protobuf::Duration
Returns
- (::Google::Protobuf::Duration) — Timeout for the HTTP request.
#timeout=
def timeout=(value) -> ::Google::Protobuf::Duration
Parameter
- value (::Google::Protobuf::Duration) — Timeout for the HTTP request.
Returns
- (::Google::Protobuf::Duration) — Timeout for the HTTP request.
#trace_id
def trace_id() -> ::String
Returns
- (::String) — Unique identifier for clients to trace their request/response.
#trace_id=
def trace_id=(value) -> ::String
Parameter
- value (::String) — Unique identifier for clients to trace their request/response.
Returns
- (::String) — Unique identifier for clients to trace their request/response.