-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
chore(all): auto-regenerate gapics #5889
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
yoshi-automation
added a commit
to googleapis/go-genproto
that referenced
this pull request
Apr 13, 2022
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#5889 Changes: fix(compute): remove proto3_optional from parent_id (#712) Source-Link: googleapis/googleapis@fd16b6a docs(firestore): clarifications for filters PiperOrigin-RevId: 441242400 Source-Link: googleapis/googleapis@9ef0015 fix(compute): replace missing REQUIRED for parent_id (#711) Source-Link: googleapis/googleapis@4bb6fd6 fix: Update grpc-google-iam-v1 dependency PiperOrigin-RevId: 440982179 Source-Link: googleapis/googleapis@1e470c1 feat: Remove dependency on the obsolete v1alpha version PiperOrigin-RevId: 440975191 Source-Link: googleapis/googleapis@43f6670 chore: Use gapic-generator-python 0.65.0 PiperOrigin-RevId: 440970084 Source-Link: googleapis/googleapis@5e0a3d5 chore(python): prepare networkservices v1 for release PiperOrigin-RevId: 440920298 Source-Link: googleapis/googleapis@6e20d4e feat: expose new read_time API fields, currently only available in private preview PiperOrigin-RevId: 440914241 Source-Link: googleapis/googleapis@0ed730f chore: regenerate API index Source-Link: googleapis/googleapis@4e55fdc docs(bigquery/reservation): cleanup and clarifications feat: add UpdateAssignment method feat: add "concurrency" and "multi_region_auxiliary" in reservation feat: add preferred table. PiperOrigin-RevId: 440912466 Source-Link: googleapis/googleapis@7ab53ca feat: Google Chat API logging proto for documentation PiperOrigin-RevId: 440869922 Source-Link: googleapis/googleapis@f7831d2 fix: fix type in docstring for map fields PiperOrigin-RevId: 440589618 Source-Link: googleapis/googleapis@cef1167 fix(speech): use full link in comment to fix JSDoc broken link Committer: @summer-ji-eng PiperOrigin-RevId: 440481666 Source-Link: googleapis/googleapis@6a21110 chore(servicedirectory): remove unused imports PiperOrigin-RevId: 440391736 Source-Link: googleapis/googleapis@5d84222 chore: regenerate API index Source-Link: googleapis/googleapis@3a92743 docs(datacatalog): update taxonomy display_name comment feat: added Dataplex specific fields PiperOrigin-RevId: 440386238 Source-Link: googleapis/googleapis@99fd8be chore: generate common.proto for java PiperOrigin-RevId: 440384502 Source-Link: googleapis/googleapis@d4ca15b chore(pubsublite): remove unused imports PiperOrigin-RevId: 440384445 Source-Link: googleapis/googleapis@97350b3 feat(securitycenter): Add next_steps field to finding's list of attributes PiperOrigin-RevId: 440383959 Source-Link: googleapis/googleapis@6a276f6 chore(bazel): update gapic-generator-go to v0.27.1 PiperOrigin-RevId: 440235683 Source-Link: googleapis/googleapis@23a2d29 fix(dataproc)!: Move `yarn_config` into a `oneof` Committer: @Harwayne PiperOrigin-RevId: 440226213 Source-Link: googleapis/googleapis@c782e45 fix(dataproc)!: Remove `temp_bucket` from VirtualClusterConfig, as its value was not used Committer: @Harwayne PiperOrigin-RevId: 440224385 Source-Link: googleapis/googleapis@afc5066 docs: updated description of SearchVehiclesRequest.trip_types SearchVehiclesRequest.trip_types is more than just a filter. It is the TripType of the trip being proposed. PiperOrigin-RevId: 440162035 Source-Link: googleapis/googleapis@cbd3367 chore: regenerate API index Source-Link: googleapis/googleapis@f6d8d83 feat(monitoring/dashboard): Sync public protos with latests public api state. This adds support for collapsible groups, filters, labels, drilldowns, logs panels and tables PiperOrigin-RevId: 440139643 Source-Link: googleapis/googleapis@2bff0f3 chore: regenerate API index Source-Link: googleapis/googleapis@e936352 feat: support batch products purge (v2alpha) feat: users cannot switch to empty default branch unless force override (v2alpha) feat: allow search users to skip validation for invalid boost specs (v2alpha) feat: support search personalization (v2alpha) feat: search returns applied control ids in the response (v2alpha) docs: users can self enroll retail search feature on cloud console (v2alpha) docs: suggest search users not to send IP and use hashed user id (v2alpha) docs: deprecate request_id in ImportProductsRequest (v2alpha) docs: deprecate search dynamic_facet_spec and suggest to config on cloud console (v2alpha) docs: keep the API doc up-to-date with recent changes (v2alpha) PiperOrigin-RevId: 440123036 Source-Link: googleapis/googleapis@bc99550 chore: regenerate API index Source-Link: googleapis/googleapis@9191985 fix: fix type in docstring for map fields PiperOrigin-RevId: 440107808 Source-Link: googleapis/googleapis@258ddb2
codyoss
pushed a commit
to googleapis/go-genproto
that referenced
this pull request
Apr 13, 2022
* chore(all): auto-regenerate .pb.go files 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#5889 Changes: fix(compute): remove proto3_optional from parent_id (#712) Source-Link: googleapis/googleapis@fd16b6a docs(firestore): clarifications for filters PiperOrigin-RevId: 441242400 Source-Link: googleapis/googleapis@9ef0015 fix(compute): replace missing REQUIRED for parent_id (#711) Source-Link: googleapis/googleapis@4bb6fd6 fix: Update grpc-google-iam-v1 dependency PiperOrigin-RevId: 440982179 Source-Link: googleapis/googleapis@1e470c1 feat: Remove dependency on the obsolete v1alpha version PiperOrigin-RevId: 440975191 Source-Link: googleapis/googleapis@43f6670 chore: Use gapic-generator-python 0.65.0 PiperOrigin-RevId: 440970084 Source-Link: googleapis/googleapis@5e0a3d5 chore(python): prepare networkservices v1 for release PiperOrigin-RevId: 440920298 Source-Link: googleapis/googleapis@6e20d4e feat: expose new read_time API fields, currently only available in private preview PiperOrigin-RevId: 440914241 Source-Link: googleapis/googleapis@0ed730f chore: regenerate API index Source-Link: googleapis/googleapis@4e55fdc docs(bigquery/reservation): cleanup and clarifications feat: add UpdateAssignment method feat: add "concurrency" and "multi_region_auxiliary" in reservation feat: add preferred table. PiperOrigin-RevId: 440912466 Source-Link: googleapis/googleapis@7ab53ca feat: Google Chat API logging proto for documentation PiperOrigin-RevId: 440869922 Source-Link: googleapis/googleapis@f7831d2 fix: fix type in docstring for map fields PiperOrigin-RevId: 440589618 Source-Link: googleapis/googleapis@cef1167 fix(speech): use full link in comment to fix JSDoc broken link Committer: @summer-ji-eng PiperOrigin-RevId: 440481666 Source-Link: googleapis/googleapis@6a21110 chore(servicedirectory): remove unused imports PiperOrigin-RevId: 440391736 Source-Link: googleapis/googleapis@5d84222 chore: regenerate API index Source-Link: googleapis/googleapis@3a92743 docs(datacatalog): update taxonomy display_name comment feat: added Dataplex specific fields PiperOrigin-RevId: 440386238 Source-Link: googleapis/googleapis@99fd8be chore: generate common.proto for java PiperOrigin-RevId: 440384502 Source-Link: googleapis/googleapis@d4ca15b chore(pubsublite): remove unused imports PiperOrigin-RevId: 440384445 Source-Link: googleapis/googleapis@97350b3 feat(securitycenter): Add next_steps field to finding's list of attributes PiperOrigin-RevId: 440383959 Source-Link: googleapis/googleapis@6a276f6 chore(bazel): update gapic-generator-go to v0.27.1 PiperOrigin-RevId: 440235683 Source-Link: googleapis/googleapis@23a2d29 docs: updated description of SearchVehiclesRequest.trip_types SearchVehiclesRequest.trip_types is more than just a filter. It is the TripType of the trip being proposed. PiperOrigin-RevId: 440162035 Source-Link: googleapis/googleapis@cbd3367 chore: regenerate API index Source-Link: googleapis/googleapis@f6d8d83 feat(monitoring/dashboard): Sync public protos with latests public api state. This adds support for collapsible groups, filters, labels, drilldowns, logs panels and tables PiperOrigin-RevId: 440139643 Source-Link: googleapis/googleapis@2bff0f3 chore: regenerate API index Source-Link: googleapis/googleapis@e936352 feat: support batch products purge (v2alpha) feat: users cannot switch to empty default branch unless force override (v2alpha) feat: allow search users to skip validation for invalid boost specs (v2alpha) feat: support search personalization (v2alpha) feat: search returns applied control ids in the response (v2alpha) docs: users can self enroll retail search feature on cloud console (v2alpha) docs: suggest search users not to send IP and use hashed user id (v2alpha) docs: deprecate request_id in ImportProductsRequest (v2alpha) docs: deprecate search dynamic_facet_spec and suggest to config on cloud console (v2alpha) docs: keep the API doc up-to-date with recent changes (v2alpha) PiperOrigin-RevId: 440123036 Source-Link: googleapis/googleapis@bc99550 chore: regenerate API index Source-Link: googleapis/googleapis@9191985 fix: fix type in docstring for map fields PiperOrigin-RevId: 440107808 Source-Link: googleapis/googleapis@258ddb2
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#793 Changes: fix(compute): remove proto3_optional from parent_id (#712) Source-Link: googleapis/googleapis@fd16b6a docs(firestore): clarifications for filters PiperOrigin-RevId: 441242400 Source-Link: googleapis/googleapis@9ef0015 fix(compute): replace missing REQUIRED for parent_id (#711) Source-Link: googleapis/googleapis@4bb6fd6 docs(bigquery/reservation): cleanup and clarifications feat: add UpdateAssignment method feat: add "concurrency" and "multi_region_auxiliary" in reservation feat: add preferred table. PiperOrigin-RevId: 440912466 Source-Link: googleapis/googleapis@7ab53ca fix(speech): use full link in comment to fix JSDoc broken link Committer: @summer-ji-eng PiperOrigin-RevId: 440481666 Source-Link: googleapis/googleapis@6a21110 chore(servicedirectory): remove unused imports PiperOrigin-RevId: 440391736 Source-Link: googleapis/googleapis@5d84222 docs(datacatalog): update taxonomy display_name comment feat: added Dataplex specific fields PiperOrigin-RevId: 440386238 Source-Link: googleapis/googleapis@99fd8be chore(pubsublite): remove unused imports PiperOrigin-RevId: 440384445 Source-Link: googleapis/googleapis@97350b3 feat(securitycenter): Add next_steps field to finding's list of attributes PiperOrigin-RevId: 440383959 Source-Link: googleapis/googleapis@6a276f6 fix(dataproc)!: Move `yarn_config` into a `oneof` Committer: @Harwayne PiperOrigin-RevId: 440226213 Source-Link: googleapis/googleapis@c782e45 fix(dataproc)!: Remove `temp_bucket` from VirtualClusterConfig, as its value was not used Committer: @Harwayne PiperOrigin-RevId: 440224385 Source-Link: googleapis/googleapis@afc5066 feat(monitoring/dashboard): Sync public protos with latests public api state. This adds support for collapsible groups, filters, labels, drilldowns, logs panels and tables PiperOrigin-RevId: 440139643 Source-Link: googleapis/googleapis@2bff0f3
6b0c68f
to
e8981ee
Compare
codyoss
approved these changes
Apr 13, 2022
Force merging this after talking with @noahdietz. The compute breaking changes are a fix and intentional. |
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#793
Changes:
fix(compute): remove proto3_optional from parent_id (#712)
Source-Link: googleapis/googleapis@fd16b6a
docs(firestore): clarifications for filters
PiperOrigin-RevId: 441242400
Source-Link: googleapis/googleapis@9ef0015
fix(compute): replace missing REQUIRED for parent_id (#711)
Source-Link: googleapis/googleapis@4bb6fd6
docs(bigquery/reservation): cleanup and clarifications feat: add UpdateAssignment method feat: add "concurrency" and "multi_region_auxiliary" in reservation feat: add preferred table.
PiperOrigin-RevId: 440912466
Source-Link: googleapis/googleapis@7ab53ca
fix(speech): use full link in comment to fix JSDoc broken link
Committer: @summer-ji-eng
PiperOrigin-RevId: 440481666
Source-Link: googleapis/googleapis@6a21110
chore(servicedirectory): remove unused imports
PiperOrigin-RevId: 440391736
Source-Link: googleapis/googleapis@5d84222
docs(datacatalog): update taxonomy display_name comment feat: added Dataplex specific fields
PiperOrigin-RevId: 440386238
Source-Link: googleapis/googleapis@99fd8be
chore(pubsublite): remove unused imports
PiperOrigin-RevId: 440384445
Source-Link: googleapis/googleapis@97350b3
feat(securitycenter): Add next_steps field to finding's list of attributes
PiperOrigin-RevId: 440383959
Source-Link: googleapis/googleapis@6a276f6
feat(monitoring/dashboard): Sync public protos with latests public api state. This adds support for collapsible groups, filters, labels, drilldowns, logs panels and tables
PiperOrigin-RevId: 440139643
Source-Link: googleapis/googleapis@2bff0f3