chore: preview of multi-wrapper gems onboarding to Librarian - #36516
Draft
suztomo wants to merge 2 commits into
Draft
chore: preview of multi-wrapper gems onboarding to Librarian#36516suztomo wants to merge 2 commits into
suztomo wants to merge 2 commits into
Conversation
suztomo
force-pushed
the
chore/preview-google-cloud-workflows
branch
from
September 2, 2026 20:14
4999b6b to
139b6a9
Compare
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
Preview of migrating the 4 Ruby multi-wrapper gems from OwlBot to Librarian, powered by the Librarian multi-wrapper implementation in googleapis/librarian#7483:
google-cloud-workflowsgoogle-cloud-monitoringgoogle-cloud-policy_troubleshootergoogle-cloud-beyond_corpConfiguration (
librarian.yaml)Diff Analysis
.OwlBot.yaml,.owlbot.rb, and.owlbot-manifest.jsonremoved from all 4 multi-wrapper gems.README.mdand.gemspecdescriptions updated from service YAML configs forgoogle-cloud-monitoring,google-cloud-policy_troubleshooter, andgoogle-cloud-workflows..yardoptstitle updated to"Policy Troubleshooter API"forgoogle-cloud-policy_troubleshooter.google-cloud-workflows:lib/google/cloud/workflows/executions.rbandtest/google/cloud/workflows/executions/client_test.rbgained REST client transport support from the latest generator.Verification
Ran
librarian generate -allacross the entire repository. Confirmed 0 unintended diffs in any other library.CI passedacross all 4 gems (all unit tests, RuboCop checks, and doctests passed without error).