Skip to content

Commit

Permalink
chore: regen client with latest go generator (#1556)
Browse files Browse the repository at this point in the history
Ran go install ./util/cmd/... && go run ./util/cmd/compile_protos, as mentioned in the README.
Also, updated the git submodule to latest.
  • Loading branch information
codyoss authored Dec 3, 2024
1 parent 7b5239e commit 7fcd903
Show file tree
Hide file tree
Showing 18 changed files with 831 additions and 59 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,9 +93,9 @@ is the minimum supported version of `protoc`.

1. Set up Go protobuf tools:
```sh
go install github.com/golang/protobuf/protoc-gen-go
go install github.com/googleapis/gapic-generator-go/cmd/protoc-gen-go_cli
go install github.com/googleapis/gapic-generator-go/cmd/protoc-gen-go_gapic
go install github.com/golang/protobuf/protoc-gen-go@latest
go install github.com/googleapis/gapic-generator-go/cmd/protoc-gen-go_cli@latest
go install github.com/googleapis/gapic-generator-go/cmd/protoc-gen-go_gapic@latest
```

1. Export the Go binaries to your environment path.
Expand Down
18 changes: 9 additions & 9 deletions client/auxiliary.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

82 changes: 82 additions & 0 deletions client/auxiliary_go123.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

79 changes: 79 additions & 0 deletions client/compliance_client_example_go123_test.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

42 changes: 2 additions & 40 deletions client/doc.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 7fcd903

Please sign in to comment.