Class: Google::Cloud::ApigeeConnect::V1::EgressResponse
- Inherits:
-
Object
- Object
- Google::Cloud::ApigeeConnect::V1::EgressResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/apigeeconnect/v1/tether.rb
Overview
gRPC response payload for tether.
Instance Attribute Summary collapse
-
#endpoint ⇒ ::Google::Cloud::ApigeeConnect::V1::TetherEndpoint
Tether Endpoint.
-
#http_response ⇒ ::Google::Cloud::ApigeeConnect::V1::HttpResponse
HttpResponse.
-
#id ⇒ ::String
Unique identifier for the response.
-
#name ⇒ ::String
Name is the full resource path of endpoint.
-
#project ⇒ ::String
GCP Project.
-
#status ⇒ ::Google::Rpc::Status
Errors from application when handling 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.
98 99 100 101 |
# File 'proto_docs/google/cloud/apigeeconnect/v1/tether.rb', line 98 class EgressResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#http_response ⇒ ::Google::Cloud::ApigeeConnect::V1::HttpResponse
Returns HttpResponse.
98 99 100 101 |
# File 'proto_docs/google/cloud/apigeeconnect/v1/tether.rb', line 98 class EgressResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#id ⇒ ::String
Returns Unique identifier for the response. Matches the EgressRequest's id.
98 99 100 101 |
# File 'proto_docs/google/cloud/apigeeconnect/v1/tether.rb', line 98 class EgressResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#name ⇒ ::String
Returns Name is the full resource path of endpoint.
Format: projects/{project_number or project_id}/endpoints/{endpoint}
.
98 99 100 101 |
# File 'proto_docs/google/cloud/apigeeconnect/v1/tether.rb', line 98 class EgressResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#project ⇒ ::String
Returns GCP Project.
Format: projects/{project_number}
.
98 99 100 101 |
# File 'proto_docs/google/cloud/apigeeconnect/v1/tether.rb', line 98 class EgressResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#status ⇒ ::Google::Rpc::Status
Returns Errors from application when handling the http request.
98 99 100 101 |
# File 'proto_docs/google/cloud/apigeeconnect/v1/tether.rb', line 98 class EgressResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#trace_id ⇒ ::String
Returns Unique identifier for clients to trace their request/response. Matches the EgressRequest's trace id.
98 99 100 101 |
# File 'proto_docs/google/cloud/apigeeconnect/v1/tether.rb', line 98 class EgressResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |