BackendRule
class BackendRule extends Message
A backend rule provides configuration for an individual API element.
Protobuf type Google\Api\BackendRule
Methods
No description
Selects the methods to which this rule applies.
Selects the methods to which this rule applies.
The address of the API backend.
The address of the API backend.
The number of seconds to wait for a response from a request. The default depends on the deployment context.
The number of seconds to wait for a response from a request. The default depends on the deployment context.
Details
at line 39
__construct()
at line 51
string
getSelector()
Selects the methods to which this rule applies.
Refer to [selector][google.api.DocumentationRule.selector] for syntax details.
Generated from protobuf field string selector = 1;
at line 63
setSelector(string $var)
Selects the methods to which this rule applies.
Refer to [selector][google.api.DocumentationRule.selector] for syntax details.
Generated from protobuf field string selector = 1;
at line 75
string
getAddress()
The address of the API backend.
Generated from protobuf field string address = 2;
at line 86
setAddress(string $var)
The address of the API backend.
Generated from protobuf field string address = 2;
at line 99
float
getDeadline()
The number of seconds to wait for a response from a request. The default depends on the deployment context.
Generated from protobuf field double deadline = 3;
at line 111
setDeadline(float $var)
The number of seconds to wait for a response from a request. The default depends on the deployment context.
Generated from protobuf field double deadline = 3;