Class: Google::Cloud::ApiHub::V1::HttpOperationDetails::HttpResponse
- Inherits:
-
Object
- Object
- Google::Cloud::ApiHub::V1::HttpOperationDetails::HttpResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/apihub/v1/common_fields.rb
Overview
An aggregation of HTTP responses.
Defined Under Namespace
Classes: HeadersEntry, ResponseCodesEntry
Instance Attribute Summary collapse
-
#headers ⇒ ::Google::Protobuf::Map{::String => ::Google::Cloud::ApiHub::V1::HttpOperationDetails::Header}
Optional.
-
#response_codes ⇒ ::Google::Protobuf::Map{::Integer => ::Integer}
Optional.
Instance Attribute Details
#headers ⇒ ::Google::Protobuf::Map{::String => ::Google::Cloud::ApiHub::V1::HttpOperationDetails::Header}
Returns Optional. Unordered map from header name to header metadata.
1965 1966 1967 1968 1969 1970 1971 1972 1973 1974 1975 1976 1977 1978 1979 1980 1981 1982 1983 1984 1985 1986 |
# File 'proto_docs/google/cloud/apihub/v1/common_fields.rb', line 1965 class HttpResponse 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 # @!attribute [rw] key # @return [::Integer] # @!attribute [rw] value # @return [::Integer] class ResponseCodesEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |
#response_codes ⇒ ::Google::Protobuf::Map{::Integer => ::Integer}
Returns Optional. Map of status code to observed count.
1965 1966 1967 1968 1969 1970 1971 1972 1973 1974 1975 1976 1977 1978 1979 1980 1981 1982 1983 1984 1985 1986 |
# File 'proto_docs/google/cloud/apihub/v1/common_fields.rb', line 1965 class HttpResponse 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 # @!attribute [rw] key # @return [::Integer] # @!attribute [rw] value # @return [::Integer] class ResponseCodesEntry include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |