Class: Google::Cloud::ApiHub::V1::HttpOperationDetails::HttpRequest
- Inherits:
-
Object
- Object
- Google::Cloud::ApiHub::V1::HttpOperationDetails::HttpRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/apihub/v1/common_fields.rb
Overview
An aggregation of HTTP requests.
Defined Under Namespace
Classes: HeadersEntry
Instance Attribute Summary collapse
Instance Attribute Details
#headers ⇒ ::Google::Protobuf::Map{::String => ::Google::Cloud::ApiHub::V1::HttpOperationDetails::Header}
Returns Optional. Unordered map from header name to header metadata.
1944 1945 1946 1947 1948 1949 1950 1951 1952 1953 1954 1955 1956 |
# File 'proto_docs/google/cloud/apihub/v1/common_fields.rb', line 1944 class HttpRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # @!attribute [rw] key # @return [::String] # @!attribute [rw] value # @return [::Google::Cloud::ApiHub::V1::HttpOperationDetails::Header] class HeadersEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |