Class: Google::Cloud::Compute::V1::HttpQueryParameterMatch

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#exact_match::String

Returns The queryParameterMatch matches if the value of the parameter exactly matches the contents of exactMatch. Only one of presentMatch, exactMatch, or regexMatch must be set.

Returns:

  • (::String)

    The queryParameterMatch matches if the value of the parameter exactly matches the contents of exactMatch. Only one of presentMatch, exactMatch, or regexMatch must be set.



11653
11654
11655
11656
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 11653

class HttpQueryParameterMatch
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#name::String

Returns The name of the query parameter to match. The query parameter must exist in the request, in the absence of which the request match fails.

Returns:

  • (::String)

    The name of the query parameter to match. The query parameter must exist in the request, in the absence of which the request match fails.



11653
11654
11655
11656
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 11653

class HttpQueryParameterMatch
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#present_match::Boolean

Returns Specifies that the queryParameterMatch matches if the request contains the query parameter, irrespective of whether the parameter has a value or not. Only one of presentMatch, exactMatch, or regexMatch must be set.

Returns:

  • (::Boolean)

    Specifies that the queryParameterMatch matches if the request contains the query parameter, irrespective of whether the parameter has a value or not. Only one of presentMatch, exactMatch, or regexMatch must be set.



11653
11654
11655
11656
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 11653

class HttpQueryParameterMatch
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#regex_match::String

Returns The queryParameterMatch matches if the value of the parameter matches the regular expression specified by regexMatch. For more information about regular expression syntax, see Syntax. Only one of presentMatch, exactMatch, or regexMatch must be set. Regular expressions can only be used when the loadBalancingScheme is set to INTERNAL_SELF_MANAGED.

Returns:

  • (::String)

    The queryParameterMatch matches if the value of the parameter matches the regular expression specified by regexMatch. For more information about regular expression syntax, see Syntax. Only one of presentMatch, exactMatch, or regexMatch must be set. Regular expressions can only be used when the loadBalancingScheme is set to INTERNAL_SELF_MANAGED.



11653
11654
11655
11656
# File 'proto_docs/google/cloud/compute/v1/compute.rb', line 11653

class HttpQueryParameterMatch
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end