Reference documentation and code samples for the Google API Common Protos Client class SystemParameterRule.
Define a system parameter rule mapping system parameter definitions to methods.
Generated from protobuf message google.api.SystemParameterRule
Namespace
Google \ ApiMethods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ selector
string
Selects the methods to which this rule applies. Use '*' to indicate all methods in all APIs. Refer to selector for syntax details.
↳ parameters
array< SystemParameter
>
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.
getSelector
Selects the methods to which this rule applies. Use '*' to indicate all methods in all APIs.
Refer to selector for syntax details.
string
setSelector
Selects the methods to which this rule applies. Use '*' to indicate all methods in all APIs.
Refer to selector for syntax details.
var
string
$this
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.
setParameters
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.
$this