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

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

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






SystemParameterRule (Service Management API v1-rev20241202-2.0.0)












com.google.api.services.servicemanagement.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
      • clone

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

Copyright © 2011–2024 Google. All rights reserved.





© 2015 - 2024 Weber Informatics LLC | Privacy Policy