chore(aiplatform): exclude v1beta1 schema protos and regenerate library - #14360
Merged
Merged
Conversation
Contributor
There was a problem hiding this comment.
Code Review
This pull request removes several protobuf schema files under google/cloud/aiplatform/v1beta1/schema/ (including annotation_payload.proto, annotation_spec_color.proto, data_item_payload.proto, dataset_metadata.proto, and geometry.proto) and updates librarian.yaml to move these files under excluded_protos instead of skip_proto_class_generation. There are no review comments, and I have no feedback to provide.
JoeWang1127
marked this pull request as ready for review
September 11, 2026 17:08
blakeli0
approved these changes
Sep 11, 2026
JoeWang1127
added a commit
to googleapis/librarian
that referenced
this pull request
Sep 11, 2026
…vaAPI (#7571) Remove the `skip_proto_class_generation` field from JavaAPI and the configuration schema. The option was a temporary workaround used during migration to exclude specific proto files from generating Java proto classes while including them in gRPC and GAPIC modules. With migration complete, this workaround is no longer needed. This configuration is removed from librarian.yaml in google-cloud-java via googleapis/google-cloud-java#14360 Fixes #5661
This file contains hidden or 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
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.
Update
librarian.yamlto place the v1beta1 schema protos underexcluded_protosand regenerate java-aiplatform via Librarian, removing the unused schema proto files and updating reflect-config.json.For googleapis/librarian#5661