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 beta-rev20220312-1.32.1)












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. 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 more information about regular expression syntax, see Syntax. Only one of presentMatch, exactMatch, or regexMatch must be set. regexMatch only applies when the loadBalancingScheme is set to INTERNAL_SELF_MANAGED.
        Parameters:
        regexMatch - regexMatch or null for none

Copyright © 2011–2022 Google. All rights reserved.





© 2015 - 2025 Weber Informatics LLC | Privacy Policy