Reference documentation and code samples for the API hub V1 API class Google::Cloud::ApiHub::V1::HttpOperationDetails::Header.
An aggregation of HTTP header occurrences.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#count
def count() -> ::Integer
Returns
- (::Integer) — The number of occurrences of this Header across transactions.
#count=
def count=(value) -> ::Integer
Parameter
- value (::Integer) — The number of occurrences of this Header across transactions.
Returns
- (::Integer) — The number of occurrences of this Header across transactions.
#data_type
def data_type() -> ::Google::Cloud::ApiHub::V1::HttpOperationDetails::DataType
Returns
- (::Google::Cloud::ApiHub::V1::HttpOperationDetails::DataType) — Data type of header
#data_type=
def data_type=(value) -> ::Google::Cloud::ApiHub::V1::HttpOperationDetails::DataType
Parameter
- value (::Google::Cloud::ApiHub::V1::HttpOperationDetails::DataType) — Data type of header
Returns
- (::Google::Cloud::ApiHub::V1::HttpOperationDetails::DataType) — Data type of header
#name
def name() -> ::String
Returns
- (::String) — Header name.
#name=
def name=(value) -> ::String
Parameter
- value (::String) — Header name.
Returns
- (::String) — Header name.