Class: Google::Cloud::ApigeeConnect::V1::HttpRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/apigeeconnect/v1/tether.rb

Overview

The proto definition of http request.

Instance Attribute Summary collapse

Instance Attribute Details

#body::String

Returns HTTP request body.

Returns:

  • (::String)

    HTTP request body.



120
121
122
123
# File 'proto_docs/google/cloud/apigeeconnect/v1/tether.rb', line 120

class HttpRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#headers::Array<::Google::Cloud::ApigeeConnect::V1::Header>

Returns The HTTP request headers.

Returns:



120
121
122
123
# File 'proto_docs/google/cloud/apigeeconnect/v1/tether.rb', line 120

class HttpRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#id::String

Returns A unique identifier for the request.

Returns:

  • (::String)

    A unique identifier for the request.



120
121
122
123
# File 'proto_docs/google/cloud/apigeeconnect/v1/tether.rb', line 120

class HttpRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#method::String

Returns The HTTP request method. Valid methods: "GET", "HEAD", "POST", "PUT", "PATCH","DELETE".

Returns:

  • (::String)

    The HTTP request method. Valid methods: "GET", "HEAD", "POST", "PUT", "PATCH","DELETE".



120
121
122
123
# File 'proto_docs/google/cloud/apigeeconnect/v1/tether.rb', line 120

class HttpRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#url::Google::Cloud::ApigeeConnect::V1::Url

Returns The HTTP request URL.

Returns:



120
121
122
123
# File 'proto_docs/google/cloud/apigeeconnect/v1/tether.rb', line 120

class HttpRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end