// Minimal vendored stub of google/api/annotations.proto (Apache-2.0, from
// github.com/googleapis/googleapis). See http.proto in this directory for
// why these stubs exist.
syntax = "proto3";
package google.api;
import "google/api/http.proto";
import "google/protobuf/descriptor.proto";
option java_multiple_files = true;
option java_outer_classname = "AnnotationsProto";
option java_package = "com.google.api";
extend google.protobuf.MethodOptions {
// See `HttpRule`.
HttpRule http = 72295728;
}