class Backend extends Message

Backend defines the backend configuration for a service.

Protobuf type Google\Api\Backend

Methods

__construct()

No description

RepeatedField
getRules()

A list of API backend rules that apply to individual API methods.

setRules(array|RepeatedField $var)

A list of API backend rules that apply to individual API methods.

Details

at line 26
__construct()

at line 38
RepeatedField 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;

Return Value

RepeatedField

at line 50
setRules(array|RepeatedField $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;

Parameters

array|RepeatedField $var