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







HttpQueryParameterMatch (Compute Engine API alpha-rev20200526-1.30.9)












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 the regular expression grammar, please see en.cppreference.com/w/cpp/regex/ecmascript Only one of presentMatch, exactMatch or regexMatch must be set. Note that regexMatch only applies 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 the regular expression grammar, please see en.cppreference.com/w/cpp/regex/ecmascript Only one of presentMatch, exactMatch or regexMatch must be set. Note that regexMatch only applies when the loadBalancingScheme is set to INTERNAL_SELF_MANAGED.
        Parameters:
        regexMatch - regexMatch or null for none

Copyright © 2011–2020 Google. All rights reserved.





© 2015 - 2025 Weber Informatics LLC | Privacy Policy