Lines Matching refs:api
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
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
267 // service config is simply the YAML representation of the `google.api.Service`
316 // Refer to [selector][google.api.DocumentationRule.selector] for syntax details.