Skip to content

Commit

Permalink
feat(spanner): Auto-generated executor framework proto changes (#8713)
Browse files Browse the repository at this point in the history
* feat(spanner): add autogenerated protos for executor framework

* feat(spanner): update readme

* feat(spanner): update directory

* feat(spanner): update directory

* feat(spanner): update directory

* feat(spanner): update directory
  • Loading branch information
harshachinta committed Oct 30, 2023
1 parent 525abde commit 2ca939c
Show file tree
Hide file tree
Showing 3 changed files with 10,894 additions and 0 deletions.
7 changes: 7 additions & 0 deletions spanner/test/cloudexecutor/proto/README.md
@@ -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
```

0 comments on commit 2ca939c

Please sign in to comment.