forked from xai-org/xai-proto
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbuf.gen.yaml
More file actions
29 lines (26 loc) · 710 Bytes
/
buf.gen.yaml
File metadata and controls
29 lines (26 loc) · 710 Bytes
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
version: v2
clean: true # remove generated files before re-generating
managed:
enabled: true
plugins:
# protoc v30
- remote: buf.build/protocolbuffers/python:v30.0
out: gen/python/v6
- remote: buf.build/grpc/python:v1.72.1
out: gen/python/v6
- remote: buf.build/protocolbuffers/pyi:v30.0
out: gen/python/v6
# protoc v29
- remote: buf.build/protocolbuffers/python:v29.1
out: gen/python/v5
- remote: buf.build/grpc/python:v1.72.1
out: gen/python/v5
- remote: buf.build/protocolbuffers/pyi:v29.1
out: gen/python/v5
# typescript
- remote: buf.build/bufbuild/es:v2.8.0
out: gen/ts/v2
include_imports: true
opt:
- target=ts
- json_types=true