All Downloads are FREE. Search and download functionalities are using the official Maven repository.

target.apidocs.com.google.api.services.compute.model.HttpQueryParameterMatch.html Maven / Gradle / Ivy

There is a newer version: v1-rev20250320-2.0.0
Show newest version






HttpQueryParameterMatch (Compute Engine API v1-rev20250107-2.0.0)












com.google.api.services.compute.model

Class HttpQueryParameterMatch

    • Constructor Detail

      • HttpQueryParameterMatch

        public HttpQueryParameterMatch()
    • Method Detail

      • getExactMatch

        public String getExactMatch()
        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:
        value or null for none
      • setExactMatch

        public HttpQueryParameterMatch setExactMatch(String exactMatch)
        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.
        Parameters:
        exactMatch - exactMatch or null for none
      • getName

        public String getName()
        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:
        value or null for none
      • setName

        public HttpQueryParameterMatch setName(String name)
        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.
        Parameters:
        name - name or null for none
      • getPresentMatch

        public Boolean getPresentMatch()
        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:
        value or null for none
      • setPresentMatch

        public HttpQueryParameterMatch setPresentMatch(Boolean presentMatch)
        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.
        Parameters:
        presentMatch - presentMatch or null for none
      • getRegexMatch

        public String getRegexMatch()
        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:
        value or null for none
      • setRegexMatch

        public HttpQueryParameterMatch setRegexMatch(String regexMatch)
        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.
        Parameters:
        regexMatch - regexMatch or null for none
      • clone

        public HttpQueryParameterMatch clone()
        Overrides:
        clone in class com.google.api.client.json.GenericJson

Copyright © 2011–2025 Google. All rights reserved.





© 2015 - 2025 Weber Informatics LLC | Privacy Policy