Files
Codex-Launcher---Any-AI-Por…/src/antigravity_grpc/proto/google/api/annotations.proto
2026-05-27 10:42:35 +04:00

15 lines
326 B
Protocol Buffer

// 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;
}