Class: Google::Cloud::ApigeeConnect::V1::EgressRequest

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 request payload for tether.

Instance Attribute Summary collapse

Instance Attribute Details

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

Returns Tether Endpoint.

Returns:



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.

Returns:

  • (::String)

    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.

Returns:



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

Returns:

  • (::String)

    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.

Returns:



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.

Returns:

  • (::String)

    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