Http
class Http extends Message
Defines the HTTP configuration for a service. It contains a list of [HttpRule][google.api.HttpRule], each specifying the mapping of an RPC method to one or more HTTP REST API methods.
Protobuf type Google\Api\Http
Methods
No description
A list of HTTP configuration rules that apply to individual API methods.
A list of HTTP configuration rules that apply to individual API methods.
Details
at line 28
__construct()
at line 40
RepeatedField
getRules()
A list of HTTP configuration rules that apply to individual API methods.
NOTE: All service configuration rules follow "last one wins" order.
Generated from protobuf field repeated .google.api.HttpRule rules = 1;
at line 52
setRules(array|RepeatedField $var)
A list of HTTP configuration rules that apply to individual API methods.
NOTE: All service configuration rules follow "last one wins" order.
Generated from protobuf field repeated .google.api.HttpRule rules = 1;