v3.12.0: gRPC auto-fallback for Antigravity (PR #13)
This commit is contained in:
14
src/antigravity_grpc/proto/google/api/annotations.proto
Normal file
14
src/antigravity_grpc/proto/google/api/annotations.proto
Normal file
@@ -0,0 +1,14 @@
|
||||
// Minimal google/api/annotations.proto for code generation.
|
||||
|
||||
syntax = "proto3";
|
||||
|
||||
package google.api;
|
||||
|
||||
import "google/api/http.proto";
|
||||
import "google/protobuf/descriptor.proto";
|
||||
|
||||
option go_package = "google.golang.org/genproto/googleapis/api/annotations";
|
||||
|
||||
extend google.protobuf.MethodOptions {
|
||||
HttpRule http = 72295728;
|
||||
}
|
||||
Reference in New Issue
Block a user