fix: onboarding google-cloud-privileged_access_manager to Librarian - #36485
Merged
suztomo merged 2 commits intoAug 31, 2026
Merged
Conversation
suztomo
marked this pull request as ready for review
August 31, 2026 15:45
aandreassa
approved these changes
Aug 31, 2026
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.
Onboarding google-cloud-privileged_access_manager to Librarian
Summary of Libraries Onboarded
google-cloud-privileged_access_manager(wrapper)google-cloud-privileged_access_manager-v1(versioned client)Changes Overview
.OwlBot.yaml,.owlbot-manifest.json, and.owlbot.rbfrom both gems.documentation.overviewmarkdown section fromprivilegedaccessmanager_v1.yamlintoREADME.mdand gemspecdescription, which contained unescaped{projects|folders|organizations}patterns requiring an.owlbot.rbregex post-processor to prevent YARD parsing errors (Properly escape README.md gapic-generator-ruby#1094).ruby-cloud-descriptionandruby-cloud-summaryare both populated fromdocumentation.summary, omitting the overview block and cleanly standardizingREADME.mdand.gemspecdescriptions across wrapper and versioned client gems.Verification
toys ci --test --rubocop --doctest --gems google-cloud-privileged_access_manager,google-cloud-privileged_access_manager-v1: Passed (43 runs, 1116 assertions, 0 offenses).bundle exec yard doc --fail-on-warning: Passed with 0 errors and 0 warnings.