Lines Matching refs:google
17 package google.api;
20 option go_package = "google.golang.org/genproto/googleapis/api/annotations;annotations";
23 option java_package = "com.google.api";
27 // [HttpRule][google.api.HttpRule], each specifying the mapping of an RPC method
50 // [Cloud Endpoints](https://cloud.google.com/endpoints), [gRPC
59 // typically specified as an `google.api.http` annotation on the gRPC method.
71 // option (google.api.http) = {
95 // option (google.api.http) = {
130 // option (google.api.http) = {
157 // option (google.api.http) = {
187 // option (google.api.http) = {
213 // - Fields referred by the [HttpRule.body][google.api.HttpRule.body]. They are passed via the H…
219 // 2. If [HttpRule.body][google.api.HttpRule.body] is "*", there is no URL query parameter, all fi…
221 // 3. If [HttpRule.body][google.api.HttpRule.body] is omitted, there is no HTTP request body, all
251 // Document](https://developers.google.com/discovery/v1/reference/apis) as
260 // Document](https://developers.google.com/discovery/v1/reference/apis) as
267 // service config is simply the YAML representation of the `google.api.Service`
290 // specification](https://developers.google.com/protocol-buffers/docs/proto3#json).
316 // Refer to [selector][google.api.DocumentationRule.selector] for syntax details.