-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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 gapics #3514
Merged
Merged
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
google-cla
bot
added
the
cla: yes
This human has signed the Contributor License Agreement.
label
Jan 8, 2021
yoshi-automation
added a commit
to googleapis/go-genproto
that referenced
this pull request
Jan 8, 2021
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#3514 Changes: - feat: Added OAuth scope for the service PiperOrigin-RevId: 350670798 Source-Link: googleapis/googleapis@b241bbc - chore: remove CircleCI configuration (#637) We have this repo covered by Kokoro CI. Source-Link: googleapis/googleapis@e843bea - feat: IntroduceMembership API v1alpha2 proto PiperOrigin-RevId: 350654259 Source-Link: googleapis/googleapis@68122a0 - chore(bigquery/reservation): use python microgenerator rules for Cloud APIs PiperOrigin-RevId: 350604597 Source-Link: googleapis/googleapis@3131ab5 - chore: update gapic-generator ruby to latest version PiperOrigin-RevId: 350595874 Source-Link: googleapis/googleapis@1d5300e - chore: update gapic-generator-go to v0.17.0 Changes include: - a default audience is generated for client JWT creation - treats RPCs that have some pagination fields but no repeated field as normal RPCs - use DefaultEndpoint and DefaultMTLSEndpoint for default options - updates to bazel & Go deps PiperOrigin-RevId: 350447881 Source-Link: googleapis/googleapis@5a3edc8 - chore(analytics/admin): put markdown table in a codeblock PiperOrigin-RevId: 350414815 Source-Link: googleapis/googleapis@700afd1 - chore(cloudbuild/apiv1): Update C# namespace This is a breaking change, but *only* for C#. Google has not yet published a package for this API, so it would only break users who have generated the code themselves. PiperOrigin-RevId: 350388717 Source-Link: googleapis/googleapis@dd1d232 - chore: upgrade gapic-generator-python to 0.39.1 feat: add 'from_service_account_info' factory to clients fix: fix sphinx identifiers PiperOrigin-RevId: 350246057 Source-Link: googleapis/googleapis@5206824 - feat: Add ProvisionCloudIdentity API definitions for Cloud Channel API. Update documentation for other APIs. PiperOrigin-RevId: 350209421 Source-Link: googleapis/googleapis@781d34e
codyoss
pushed a commit
to googleapis/go-genproto
that referenced
this pull request
Jan 8, 2021
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#3514 Changes: - feat: Added OAuth scope for the service PiperOrigin-RevId: 350670798 Source-Link: googleapis/googleapis@b241bbc - chore: remove CircleCI configuration (#637) We have this repo covered by Kokoro CI. Source-Link: googleapis/googleapis@e843bea - feat: IntroduceMembership API v1alpha2 proto PiperOrigin-RevId: 350654259 Source-Link: googleapis/googleapis@68122a0 - chore(bigquery/reservation): use python microgenerator rules for Cloud APIs PiperOrigin-RevId: 350604597 Source-Link: googleapis/googleapis@3131ab5 - chore: update gapic-generator ruby to latest version PiperOrigin-RevId: 350595874 Source-Link: googleapis/googleapis@1d5300e - chore: update gapic-generator-go to v0.17.0 Changes include: - a default audience is generated for client JWT creation - treats RPCs that have some pagination fields but no repeated field as normal RPCs - use DefaultEndpoint and DefaultMTLSEndpoint for default options - updates to bazel & Go deps PiperOrigin-RevId: 350447881 Source-Link: googleapis/googleapis@5a3edc8 - chore(analytics/admin): put markdown table in a codeblock PiperOrigin-RevId: 350414815 Source-Link: googleapis/googleapis@700afd1 - chore(cloudbuild/apiv1): Update C# namespace This is a breaking change, but *only* for C#. Google has not yet published a package for this API, so it would only break users who have generated the code themselves. PiperOrigin-RevId: 350388717 Source-Link: googleapis/googleapis@dd1d232 - chore: upgrade gapic-generator-python to 0.39.1 feat: add 'from_service_account_info' factory to clients fix: fix sphinx identifiers PiperOrigin-RevId: 350246057 Source-Link: googleapis/googleapis@5206824 - feat: Add ProvisionCloudIdentity API definitions for Cloud Channel API. Update documentation for other APIs. PiperOrigin-RevId: 350209421 Source-Link: googleapis/googleapis@781d34e
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#512 Changes: - chore(bigquery/reservation): use python microgenerator rules for Cloud APIs PiperOrigin-RevId: 350604597 Source-Link: googleapis/googleapis@3131ab5 - chore(analytics/admin): put markdown table in a codeblock PiperOrigin-RevId: 350414815 Source-Link: googleapis/googleapis@700afd1 - chore(cloudbuild/apiv1): Update C# namespace This is a breaking change, but *only* for C#. Google has not yet published a package for this API, so it would only break users who have generated the code themselves. PiperOrigin-RevId: 350388717 Source-Link: googleapis/googleapis@dd1d232
yoshi-automation
requested review from
skuruppu,
tritone and
a team
as code owners
January 8, 2021 21:03
yoshi-automation
force-pushed
the
regen_gocloud
branch
from
January 8, 2021 21:03
bf457e2
to
f58799f
Compare
codyoss
approved these changes
Jan 8, 2021
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 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:
Corresponding genproto PR: googleapis/go-genproto#512
Changes:
chore(bigquery/reservation): use python microgenerator rules for Cloud APIs
PiperOrigin-RevId: 350604597
Source-Link: googleapis/googleapis@3131ab5
chore(analytics/admin): put markdown table in a codeblock
PiperOrigin-RevId: 350414815
Source-Link: googleapis/googleapis@700afd1
chore(cloudbuild/apiv1): Update C# namespace
This is a breaking change, but only for C#. Google has not yet published a package for this API, so it would only break users who have generated the code themselves.
PiperOrigin-RevId: 350388717
Source-Link: googleapis/googleapis@dd1d232