15 lines
326 B
Protocol Buffer
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;
|
|
}
|