google/api/http.pb
library
Classes
-
CustomHttpPattern
-
A custom pattern is used for defining custom HTTP verb.
-
Http
-
Defines the HTTP configuration for an API service. It contains a list of
google.api.HttpRule
, each specifying the mapping of an RPC method
to one or more HTTP REST API methods.
-
HttpRule
-
HttpRule
defines the mapping of an RPC method to one or more HTTP
REST API methods. The mapping specifies how different portions of the RPC
request message are mapped to URL path, URL query parameters, and
HTTP request body. The mapping is typically specified as an
google.api.http
annotation on the RPC method,
see "google/api/annotations.proto" for details.