-
Notifications
You must be signed in to change notification settings - Fork 191
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(all): auto-regenerate .pb.go files #486
Closed
Closed
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
codyoss
added a commit
to googleapis/google-cloud-go
that referenced
this pull request
Nov 9, 2020
This is an auto-generated regeneration of the gapic clients by cloud.google.com/go/internal/gapicgen. Once the corresponding genproto PR is submitted, genbot will update this PR with a newer dependency to the newer version of genproto and assign reviewers to this PR. If you have been assigned to review this PR, please: - Ensure that the version of genproto in go.mod has been updated. - Ensure that CI is passing. If it's failing, it requires your manual attention. - Approve and submit this PR if you believe it's ready to ship. Corresponding genproto PR: googleapis/go-genproto#486 Changes: - feat!(spanner/admin/database): Update BUILD.bazel for spanner to use latest-gen python code generator. - Generated code no longer supports Python 2.7 PiperOrigin-RevId: 341320404 Source-Link: googleapis/googleapis@3ad55bd - build(area120/tables): set package name PiperOrigin-RevId: 341146950 Source-Link: googleapis/googleapis@5359df5 - chore(analytics/data): use python microgenerator for analytics and billing budgtes PiperOrigin-RevId: 341060773 Source-Link: googleapis/googleapis@b036c69 - fix(analytics/admin): 'requests' field of CreateUserLink, UpdateUserLink, DeleteUserLink methods is now required docs: minor documentation updates PiperOrigin-RevId: 340922897 Source-Link: googleapis/googleapis@b365fff
This is an auto-generated regeneration of the .pb.go files by cloud.google.com/go/internal/gapicgen. Once this PR is submitted, genbot will update the corresponding PR to depend on the newer version of go-genproto, and assign reviewers. Whilst this or any regen PR is open in go-genproto, genbot will not create any more regeneration PRs. If all regen PRs are closed, gapicgen will create a new set of regeneration PRs once per night. If you have been assigned to review this PR, please: - Ensure that CI is passing. If it's failing, it requires your manual attention. - Approve and submit this PR if you believe it's ready to ship. That will prompt genbot to assign reviewers to the google-cloud-go PR. Corresponding google-cloud-go PR: googleapis/google-cloud-go#3171 Changes: - feat: Add Service Directory v1 protos and configs PiperOrigin-RevId: 341411620 Source-Link: googleapis/googleapis@89c42ee - feat!(spanner/admin/database): Update BUILD.bazel for spanner to use latest-gen python code generator. - Generated code no longer supports Python 2.7 PiperOrigin-RevId: 341320404 Source-Link: googleapis/googleapis@3ad55bd - chore: Set namespaces for Ruby clients PiperOrigin-RevId: 341251725 Source-Link: googleapis/googleapis@ff29104 - build(area120/tables): set package name PiperOrigin-RevId: 341146950 Source-Link: googleapis/googleapis@5359df5 - chore: Set namespaces for Ruby, PHP, and C# clients PiperOrigin-RevId: 341139481 Source-Link: googleapis/googleapis@0451425 - fix: do not modify options object, use defaultScopes docs: regenerated jsdoc comments with examples build: use gapic-generator-typescript v1.2.1 Note: these change require google-gax "^2.9.2". @alexander-fenster will make sure the google-gax version is bumped across libraries. PiperOrigin-RevId: 341102751 Source-Link: googleapis/googleapis@b759c56 - build(nodejs): provide package_name hint to npm PiperOrigin-RevId: 341082612 Source-Link: googleapis/googleapis@1e0efcf - chore(analytics/data): use python microgenerator for analytics and billing budgtes PiperOrigin-RevId: 341060773 Source-Link: googleapis/googleapis@b036c69 - fix(analytics/admin): 'requests' field of CreateUserLink, UpdateUserLink, DeleteUserLink methods is now required docs: minor documentation updates PiperOrigin-RevId: 340922897 Source-Link: googleapis/googleapis@b365fff
5664565
to
ca127dc
Compare
This was a test of context added to this commit. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This is an auto-generated regeneration of the .pb.go files by
cloud.google.com/go/internal/gapicgen. Once this PR is submitted, genbot will
update the corresponding PR to depend on the newer version of go-genproto, and
assign reviewers. Whilst this or any regen PR is open in go-genproto, genbot
will not create any more regeneration PRs. If all regen PRs are closed,
gapicgen will create a new set of regeneration PRs once per night.
If you have been assigned to review this PR, please:
genbot to assign reviewers to the google-cloud-go PR.
Corresponding google-cloud-go PR: googleapis/google-cloud-go#3171
Changes:
feat: Add Service Directory v1 protos and configs
PiperOrigin-RevId: 341411620
Source-Link: googleapis/googleapis@89c42ee
feat!(spanner/admin/database): Update BUILD.bazel for spanner to use latest-gen python code generator.
PiperOrigin-RevId: 341320404
Source-Link: googleapis/googleapis@3ad55bd
chore: Set namespaces for Ruby clients
PiperOrigin-RevId: 341251725
Source-Link: googleapis/googleapis@ff29104
build(area120/tables): set package name
PiperOrigin-RevId: 341146950
Source-Link: googleapis/googleapis@5359df5
chore: Set namespaces for Ruby, PHP, and C# clients
PiperOrigin-RevId: 341139481
Source-Link: googleapis/googleapis@0451425
fix: do not modify options object, use defaultScopes
docs: regenerated jsdoc comments with examples
build: use gapic-generator-typescript v1.2.1
Note: these change require google-gax "^2.9.2". @alexander-fenster will make sure the google-gax version is bumped across libraries.
PiperOrigin-RevId: 341102751
Source-Link: googleapis/googleapis@b759c56
build(nodejs): provide package_name hint to npm
PiperOrigin-RevId: 341082612
Source-Link: googleapis/googleapis@1e0efcf
chore(analytics/data): use python microgenerator for analytics and billing budgtes
PiperOrigin-RevId: 341060773
Source-Link: googleapis/googleapis@b036c69
fix(analytics/admin): 'requests' field of CreateUserLink, UpdateUserLink, DeleteUserLink methods is now required
docs: minor documentation updates
PiperOrigin-RevId: 340922897
Source-Link: googleapis/googleapis@b365fff