Define a system parameter rule mapping system parameter definitions to methods.
Generated from protobuf message google.api.SystemParameterRule
Methods |
public __construct( $data = NULL) Constructor.
|
public 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. Generated from protobuf field repeated .google.api.SystemParameter parameters = 2;
|
public getSelector() Selects the methods to which this rule applies. Use '*' to indicate all methods in all APIs. Refer to [selector][google.api.DocumentationRule.selector] for syntax details. Generated from protobuf field string selector = 1;
|
public setParameters( $var) 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. Generated from protobuf field repeated .google.api.SystemParameter parameters = 2;
|
public setSelector( $var) Selects the methods to which this rule applies. Use '*' to indicate all methods in all APIs. Refer to [selector][google.api.DocumentationRule.selector] for syntax details. Generated from protobuf field string selector = 1;
|
Properties |
protected $selector = '' Selects the methods to which this rule applies. Use '*' to indicate all methods in all APIs. Refer to [selector][google.api.DocumentationRule.selector] for syntax details. Generated from protobuf field string selector = 1; |
Methods |
Properties |
private $parameters = NULL 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. Generated from protobuf field repeated .google.api.SystemParameter parameters = 2; |