Class: Google::Cloud::Compute::V1::HttpHeaderMatch
- Inherits:
-
Object
- Object
- Google::Cloud::Compute::V1::HttpHeaderMatch
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/compute/v1/compute.rb
Overview
matchRule criteria for request header matches.
Instance Attribute Summary collapse
-
#exact_match ⇒ ::String
The value should exactly match contents of exactMatch.
-
#header_name ⇒ ::String
The name of the HTTP header to match.
-
#invert_match ⇒ ::Boolean
If set to false, the headerMatch is considered a match if the preceding match criteria are met.
-
#prefix_match ⇒ ::String
The value of the header must start with the contents of prefixMatch.
-
#present_match ⇒ ::Boolean
A header with the contents of headerName must exist.
-
#range_match ⇒ ::Google::Cloud::Compute::V1::Int64RangeMatch
The header value must be an integer and its value must be in the range specified in rangeMatch.
-
#regex_match ⇒ ::String
The value of the header must match the regular expression specified in regexMatch.
-
#suffix_match ⇒ ::String
The value of the header must end with the contents of suffixMatch.
Instance Attribute Details
#exact_match ⇒ ::String
12475 12476 12477 12478 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 12475 class HttpHeaderMatch include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#header_name ⇒ ::String
12475 12476 12477 12478 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 12475 class HttpHeaderMatch include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#invert_match ⇒ ::Boolean
12475 12476 12477 12478 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 12475 class HttpHeaderMatch include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#prefix_match ⇒ ::String
12475 12476 12477 12478 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 12475 class HttpHeaderMatch include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#present_match ⇒ ::Boolean
12475 12476 12477 12478 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 12475 class HttpHeaderMatch include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#range_match ⇒ ::Google::Cloud::Compute::V1::Int64RangeMatch
12475 12476 12477 12478 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 12475 class HttpHeaderMatch include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#regex_match ⇒ ::String
12475 12476 12477 12478 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 12475 class HttpHeaderMatch include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#suffix_match ⇒ ::String
12475 12476 12477 12478 |
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 12475 class HttpHeaderMatch include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |