Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(spanner): Auto-generated executor framework proto changes #8713

Merged
7 changes: 7 additions & 0 deletions spanner/test/cloudexecutor/proto/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# Regenerating protos

Cloud Spanner Executor Framework - To generate code manually for cloud_executor.proto file using protoc, run the command below.
```
cd spanner/test/cloudexecutor/proto
protoc --go_out=plugins=grpc:. -I=<local path to googleapis> -I=./ cloud_executor.proto
```
Loading