Class: Google::Cloud::Compute::V1::HttpQueryParameterMatch
- Inherits:
-
Object
- Object
- Google::Cloud::Compute::V1::HttpQueryParameterMatch
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/compute/v1/compute.rb
Overview
HttpRouteRuleMatch criteria for a request's query parameter.
Instance Attribute Summary collapse
-
#exact_match ⇒ ::String
The queryParameterMatch matches if the value of the parameter exactly matches the contents of exactMatch.
-
#name ⇒ ::String
The name of the query parameter to match.
-
#present_match ⇒ ::Boolean
Specifies that the queryParameterMatch matches if the request contains the query parameter, irrespective of whether the parameter has a value or not.
-
#regex_match ⇒ ::String
The queryParameterMatch matches if the value of the parameter matches the regular expression specified by regexMatch.
Instance Attribute Details
#exact_match ⇒ ::String
11197 11198 11199 11200 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 11197 class HttpQueryParameterMatch include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#name ⇒ ::String
11197 11198 11199 11200 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 11197 class HttpQueryParameterMatch include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#present_match ⇒ ::Boolean
11197 11198 11199 11200 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 11197 class HttpQueryParameterMatch include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#regex_match ⇒ ::String
11197 11198 11199 11200 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 11197 class HttpQueryParameterMatch include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |