Skip to content

Commit

Permalink
chore: regen client with latest go generator
Browse files Browse the repository at this point in the history
  • Loading branch information
codyoss committed Dec 3, 2024
1 parent 62e4075 commit 336107f
Show file tree
Hide file tree
Showing 17 changed files with 830 additions and 58 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 336107f

Please sign in to comment.