Class: Google::Cloud::ApigeeConnect::V1::EgressResponse

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#endpoint::Google::Cloud::ApigeeConnect::V1::TetherEndpoint

Returns Tether Endpoint.

Returns:



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.

Returns:

  • (::String)

    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}.

Returns:

  • (::String)

    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}.

Returns:

  • (::String)

    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.

Returns:



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.

Returns:

  • (::String)

    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