fix: onboarding libraries to Librarian / automl, run, and iam - #36534
Merged
suztomo merged 2 commits intoSep 8, 2026
Merged
Conversation
suztomo
marked this pull request as ready for review
September 8, 2026 15:37
suztomo
marked this pull request as draft
September 8, 2026 15:44
Member
Author
|
Checking to see whether I can add the compute libraries here too. |
Member
Author
Let's keep the google-cloud-compute and google-cloud-compute-v1 library migration separate because of in-flight proto definition updates #36350. |
suztomo
marked this pull request as ready for review
September 8, 2026 16:02
torreypayne
approved these changes
Sep 8, 2026
| @@ -1,4 +1,4 @@ | |||
| # Cloud AutoML V1beta1 Protocol Buffer Documentation | |||
| # Cloud AutoML V1BETA1 Protocol Buffer Documentation | |||
Member
There was a problem hiding this comment.
Is the format change a result of Librarian auto-generation?
Member
Author
There was a problem hiding this comment.
Yes, this is consistent with other libraries to have upper-case.
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.
Summary
Onboards 4 libraries from OwlBot to Librarian (
v0.40.1-0.20260904160715-39fbb3f6fecb) usinggapic-generator-cloud0.52.0(#36532):google-cloud-automl-v1(unblocked by gapic-generator-ruby#1340 / librarian#7465)google-cloud-automl-v1beta1(unblocked by gapic-generator-ruby#1340 / librarian#7465)google-cloud-run-client(unblocked byruby-cloud-renamed-from=google-cloud-runin librarian#7500 & gapic-generator-ruby#1342 / librarian#7447)google-iam-client(unblocked byruby-cloud-renamed-from=google-iamin librarian#7500 & gapic-generator-ruby#1342 / librarian#7447)See tracking spreadsheet:
go/sdk-librarian-ruby-trackerAnalysis of Code Diffs
Standard Expected Changes
.OwlBot.yaml,.owlbot-manifest.json, and custom.owlbot.rbscripts across all 4 libraries.100755to100644(librarian#7057).google-cloud-automl-v1beta1/google-cloud-automl-v1beta1.gemspec: Description updated to matchservice.yamlsummary (Train high-quality custom machine learning models with minimum effort and machine learning expertise.).google-cloud-run-client:.yardopts,README.md, andgoogle-cloud-run-client.gemspectitle/description updated to matchgoogle/cloud/run/v2/run_v2.yaml(Cloud Run Admin API).google-iam-client:.yardopts,README.md, andgoogle-iam-client.gemspectitle/description updated to matchgoogle/iam/v2/iam_v2.yaml(Identity and Access Management (IAM) API).Generator & Formatter Improvements (Verified Behaviors)
google-cloud-automl-v1beta1):google-cloud-automl-v1beta1/proto_docs/google/cloud/automl/v1beta1/io.rb, URLs split across lines in proto comments (https:\n//cloud.google.com/...) are automatically rejoined into valid single-line Markdown links (https://cloud.google.com/...) viaFormattingUtils.format_doc_lines(gapic-generator-ruby#1340).google-cloud-run-client&google-iam-client):.owlbot.rbpost-processing scripts manually renamedgoogle-cloud-run->google-cloud-run-clientandgoogle-iam->google-iam-client. Withruby-cloud-renamed-from(librarian#7500 and gapic-generator-ruby#1342), the generator natively outputs the renamed gemspec, entrypoint (lib/google-cloud-run-client.rb,lib/google-iam-client.rb), and version constants (Google::Cloud::Run::Client::VERSION,Google::Iam::Client::VERSION) without.owlbot.rb.Local Verification
Ran
toys ci --test --rubocop --doctestacross all 4 gems:google-cloud-run-client: 17 runs, 17 assertions, 0 failures, 0 errors, 0 skips; RuboCop: 4 files inspected, 0 offensesgoogle-cloud-automl-v1: 66 runs, 1634 assertions, 0 failures, 0 errors, 0 skips; RuboCop: 45 files inspected, 0 offensesgoogle-cloud-automl-v1beta1: 80 runs, 2018 assertions, 0 failures, 0 errors, 0 skips; RuboCop: 51 files inspected, 0 offensesgoogle-iam-client: 3 runs, 3 assertions, 0 failures, 0 errors, 0 skips; RuboCop: 4 files inspected, 0 offenses