-
Notifications
You must be signed in to change notification settings - Fork 1
/
.pbtool.yaml
120 lines (98 loc) · 2.56 KB
/
.pbtool.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
output_dir: ./zzz_vendor.proto
external_dir: ./zzz_externalservice
local_proto_dirs:
- proto
build:
- file_path: proto/api/api.proto
plugins:
- name: "go"
path: "bin/protoc-gen-go"
options:
- paths=source_relative
- name: go-grpc
path: bin/protoc-gen-go-grpc
options:
- paths=source_relative
- name: openapiv2
path: bin/protoc-gen-go-grpc
rules:
- prefix: google/api
repo: googleapis/googleapis
host: github.com
- prefix: google/protobuf
repo: protocolbuffers/protobuf
subpath: src
host: github.com
- prefix: google/rpc
repo: googleapis/googleapis
host: github.com
- prefix: protoc-gen-openapiv2
repo: grpc-ecosystem/grpc-gateway
host: github.com
- prefix: google/datastore
repo: googleapis/googleapis
host: github.com
- prefix: google/type
repo: googleapis/googleapis
host: github.com
- prefix: google/logging
repo: googleapis/googleapis
host: github.com
- prefix: google/analytics
repo: googleapis/googleapis
host: github.com
- prefix: google/appengine
repo: googleapis/googleapis
host: github.com
- prefix: google/longrunning
repo: googleapis/googleapis
host: github.com
external:
- host: github.com
repo: googleapis/googleapis
file_path: google/datastore/v1/datastore.proto
plugins:
- name: go
path: bin/protoc-gen-go
options:
- paths=source_relative
- name: go-grpc
path: bin/protoc-gen-go-grpc
options:
- paths=source_relative
- host: github.com
repo: googleapis/googleapis
file_path: google/logging/v2/logging.proto
plugins:
- name: go
path: bin/protoc-gen-go
options:
- paths=source_relative
- name: go-grpc
path: bin/protoc-gen-go-grpc
options:
- paths=source_relative
- host: github.com
repo: googleapis/googleapis
file_path: google/analytics/admin/v1alpha/analytics_admin.proto
plugins:
- name: go
path: bin/protoc-gen-go
options:
- paths=source_relative
- name: go-grpc
path: bin/protoc-gen-go-grpc
options:
- paths=source_relative
- host: github.com
repo: googleapis/googleapis
file_path: google/appengine/v1/appengine.proto
plugins:
- name: go
path: bin/protoc-gen-go
options:
- paths=source_relative
- name: go-grpc
path: bin/protoc-gen-go-grpc
options:
- paths=source_relative