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