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

target.apidocs.com.google.api.services.serviceconsumermanagement.v1.model.SystemParameterRule.html Maven / Gradle / Ivy







SystemParameterRule (Service Consumer Management API v1-rev20210525-1.31.0)












com.google.api.services.serviceconsumermanagement.v1.model

Class SystemParameterRule

    • Constructor Detail

      • SystemParameterRule

        public SystemParameterRule()
    • Method Detail

      • getParameters

        public List<SystemParameter> getParameters()
        Define parameters. Multiple names may be defined for a parameter. For a given method call, only one of them should be used. If multiple names are used the behavior is implementation- dependent. If none of the specified names are present the behavior is parameter-dependent.
        Returns:
        value or null for none
      • setParameters

        public SystemParameterRule setParameters(List<SystemParameter> parameters)
        Define parameters. Multiple names may be defined for a parameter. For a given method call, only one of them should be used. If multiple names are used the behavior is implementation- dependent. If none of the specified names are present the behavior is parameter-dependent.
        Parameters:
        parameters - parameters or null for none
      • getSelector

        public String getSelector()
        Selects the methods to which this rule applies. Use '*' to indicate all methods in all APIs. Refer to selector for syntax details.
        Returns:
        value or null for none
      • setSelector

        public SystemParameterRule setSelector(String selector)
        Selects the methods to which this rule applies. Use '*' to indicate all methods in all APIs. Refer to selector for syntax details.
        Parameters:
        selector - selector or null for none

Copyright © 2011–2021 Google. All rights reserved.





© 2015 - 2024 Weber Informatics LLC | Privacy Policy