Class: Google::Cloud::ApigeeConnect::V1::HttpRequest
- Inherits:
-
Object
- Object
- Google::Cloud::ApigeeConnect::V1::HttpRequest
- 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
-
#body ⇒ ::String
HTTP request body.
-
#headers ⇒ ::Array<::Google::Cloud::ApigeeConnect::V1::Header>
The HTTP request headers.
-
#id ⇒ ::String
A unique identifier for the request.
-
#method ⇒ ::String
The HTTP request method.
-
#url ⇒ ::Google::Cloud::ApigeeConnect::V1::Url
The HTTP request URL.
Instance Attribute Details
#body ⇒ ::String
Returns 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.
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.
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".
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.
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 |