Backend defines the backend configuration for a service.
Generated from protobuf message google.api.Backend
CloneableInstantiable
| Methods |
| public __construct( $data = NULL) Constructor.
|
| public getRules() A list of API backend rules that apply to individual API methods. NOTE: All service configuration rules follow "last one wins" order. Generated from protobuf field repeated .google.api.BackendRule rules = 1;
|
| public setRules( $var) A list of API backend rules that apply to individual API methods. NOTE: All service configuration rules follow "last one wins" order. Generated from protobuf field repeated .google.api.BackendRule rules = 1;
|
| Methods |
| Properties |
| private $rules = NULL A list of API backend rules that apply to individual API methods. NOTE: All service configuration rules follow "last one wins" order. Generated from protobuf field repeated .google.api.BackendRule rules = 1; |