chore: librarian generate pull request: 20260204T082423Z#15521
Conversation
|
One or more libraries have failed to generate, please review PR description for a list of failed libraries. |
|
Here is the summary of changes. You are about to add 2 region tags.
This comment is generated by snippet-bot.
|
Summary of ChangesHello @cloud-sdk-librarian-robot, I'm Gemini Code Assist1! I'm currently reviewing this pull request and will post my feedback shortly. In the meantime, here's a summary to help you and other reviewers quickly get up to speed! This pull request encompasses a broad set of updates across multiple Google Cloud Client Libraries, driven by automated proto generation. The changes introduce significant new functionalities, such as expanded data management capabilities for AlloyDB and Vector Search, advanced messaging features in Google Chat, and improved analytical tools in Gemini Data Analytics. Concurrently, it refines existing documentation for better clarity and performs essential maintenance tasks to keep the libraries current and robust. Highlights
Changelog
Activity
Using Gemini Code AssistThe full guide for Gemini Code Assist can be found on our documentation page, here are some quick tips. Invoking Gemini You can request assistance from Gemini at any point by creating a comment using either
Customization To customize Gemini Code Assist for GitHub experience, repository maintainers can create a configuration file and/or provide a custom code review style guide (such as PEP-8 for Python) by creating and adding files to a Limitations & Feedback Gemini Code Assist may make mistakes. Please leave feedback on any instances where its feedback is incorrect or counter productive. You can react with 👍 and 👎 on @gemini-code-assist comments. If you're interested in giving your feedback about your experience with Gemini Code Assist for Github and other Google products, sign up here. You can also get AI-powered code generation, chat, as well as code reviews directly in the IDE at no cost with the Gemini Code Assist IDE Extension. Footnotes
|
There was a problem hiding this comment.
Code Review
This pull request, generated by the Librarian CLI, introduces several updates and new features across multiple client libraries based on recent proto changes. Key changes include:
- google-apps-chat: Addition of
ForwardedMetadataandQuotedMessageSnapshotto support message quoting and forwarding. - google-cloud-backupdr: Introduction of support for AlloyDB backup and restore.
- google-cloud-geminidataanalytics: New features like
ClarificationMessage,thought-signature, andformatted-data. - google-cloud-vectorsearch: A significant number of updates, including a new
ExportDataObjectsAPI, search hints, filtering capabilities, and reliability improvements through added retry policies. - Documentation improvements across various packages, such as updated URI formats and clearer descriptions.
The changes are mostly additions of new features and documentation updates, which look good overall. I've found a couple of minor documentation typos in the new backupdr files that could be cleaned up. Otherwise, the generated code appears consistent and correct.
| class AlloyDBClusterDataSourceProperties(proto.Message): | ||
| r"""AlloyDBClusterDataSourceProperties represents the properties | ||
| of a AlloyDB cluster resource that are stored in the DataSource. | ||
| . |
| class AlloyDbClusterBackupProperties(proto.Message): | ||
| r"""AlloyDbClusterBackupProperties represents AlloyDB cluster | ||
| backup properties. | ||
| . |
PR created by the Librarian CLI to generate Cloud Client Libraries code from protos.
BEGIN_COMMIT
BEGIN_NESTED_COMMIT
docs: update reference documentation for
SelectionInput.DROPDOWNto include dynamic data sources and autosuggestionPiperOrigin-RevId: 864941572
Library-IDs: google-apps-card
Source-link: googleapis/googleapis@2ca94498
END_NESTED_COMMIT
BEGIN_NESTED_COMMIT
docs: update copyright to 2026
PiperOrigin-RevId: 864941572
Library-IDs: google-apps-card
Source-link: googleapis/googleapis@2ca94498
END_NESTED_COMMIT
BEGIN_NESTED_COMMIT
feat: Addition of QuoteType enum, QuotedMessageSnapshot & ForwardMetadata in the QuotedMessageMetadata proto
PiperOrigin-RevId: 864426372
Library-IDs: google-apps-chat
Source-link: googleapis/googleapis@66d47db5
END_NESTED_COMMIT
BEGIN_NESTED_COMMIT
docs: A comment for enum value THOUGHT in enum TextType is changed
PiperOrigin-RevId: 863524449
Library-IDs: google-cloud-geminidataanalytics
Source-link: googleapis/googleapis@c0fcb356
END_NESTED_COMMIT
BEGIN_NESTED_COMMIT
feat: add ClarificationMessage, thought-signature, formatted-data
PiperOrigin-RevId: 863524449
Library-IDs: google-cloud-geminidataanalytics
Source-link: googleapis/googleapis@c0fcb356
END_NESTED_COMMIT
BEGIN_NESTED_COMMIT
docs: A comment for enum value THOUGHT in enum TextType is changed
PiperOrigin-RevId: 863522376
Library-IDs: google-cloud-geminidataanalytics
Source-link: googleapis/googleapis@ca5092ef
END_NESTED_COMMIT
BEGIN_NESTED_COMMIT
feat: add ClarificationMessage, thought-signature, formatted-data
PiperOrigin-RevId: 863522376
Library-IDs: google-cloud-geminidataanalytics
Source-link: googleapis/googleapis@ca5092ef
END_NESTED_COMMIT
BEGIN_NESTED_COMMIT
feat: add SearchHint to SemanticSearch requests
PiperOrigin-RevId: 863352956
Library-IDs: google-cloud-vectorsearch
Source-link: googleapis/googleapis@f0e6fd95
END_NESTED_COMMIT
BEGIN_NESTED_COMMIT
feat: add ExportDataObjects API
PiperOrigin-RevId: 863352956
Library-IDs: google-cloud-vectorsearch
Source-link: googleapis/googleapis@f0e6fd95
END_NESTED_COMMIT
BEGIN_NESTED_COMMIT
feat: Allow requesting search metadata in SearchDataObjects
PiperOrigin-RevId: 863352956
Library-IDs: google-cloud-vectorsearch
Source-link: googleapis/googleapis@f0e6fd95
END_NESTED_COMMIT
BEGIN_NESTED_COMMIT
feat: add filter param for TextSearch requests
PiperOrigin-RevId: 863352956
Library-IDs: google-cloud-vectorsearch
Source-link: googleapis/googleapis@f0e6fd95
END_NESTED_COMMIT
BEGIN_NESTED_COMMIT
chore: update copyright year to 2026
PiperOrigin-RevId: 863287879
Library-IDs: google-ads-datamanager
Source-link: googleapis/googleapis@fa3c2e87
END_NESTED_COMMIT
BEGIN_NESTED_COMMIT
fix: update
go_packagepackaging option fromgoogle.golang.org/genproto/googleapis/ads/datamanager/v1;datamanagertocloud.google.com/go/datamanager/apiv1/datamanagerpb;datamanagerpbPiperOrigin-RevId: 863287879
Library-IDs: google-ads-datamanager
Source-link: googleapis/googleapis@fa3c2e87
END_NESTED_COMMIT
BEGIN_NESTED_COMMIT
chore: update importpath in BUILD.bazel for datamanager_go_proto
PiperOrigin-RevId: 863287879
Library-IDs: google-ads-datamanager
Source-link: googleapis/googleapis@fa3c2e87
END_NESTED_COMMIT
BEGIN_NESTED_COMMIT
chore: remove extra_opts from datamanager_csharp_proto in BUILD.bazel
PiperOrigin-RevId: 863287879
Library-IDs: google-ads-datamanager
Source-link: googleapis/googleapis@fa3c2e87
END_NESTED_COMMIT
BEGIN_NESTED_COMMIT
docs: describe additional URI format for kek_uri in GcpEncryptionInfo and AwsKmsEncryptionInfo
PiperOrigin-RevId: 863287879
Library-IDs: google-ads-datamanager
Source-link: googleapis/googleapis@fa3c2e87
END_NESTED_COMMIT
BEGIN_NESTED_COMMIT
feat: Hierarchical Quota Adjuster
PiperOrigin-RevId: 863242165
Library-IDs: google-cloud-quotas
Source-link: googleapis/googleapis@2ecdbee0
END_NESTED_COMMIT
BEGIN_NESTED_COMMIT
docs: Folder level and organization level support for the quota adjuster feature.
PiperOrigin-RevId: 863242165
Library-IDs: google-cloud-quotas
Source-link: googleapis/googleapis@2ecdbee0
END_NESTED_COMMIT
BEGIN_NESTED_COMMIT
docs: A comment for field
log_retention_daysin message.google.cloud.backupdr.v1.BackupPlanis changedPiperOrigin-RevId: 862089230
Library-IDs: google-cloud-backupdr
Source-link: googleapis/googleapis@4b64cb41
END_NESTED_COMMIT
BEGIN_NESTED_COMMIT
feat: Add support for AlloyDB backup and restore
PiperOrigin-RevId: 862089230
Library-IDs: google-cloud-backupdr
Source-link: googleapis/googleapis@4b64cb41
END_NESTED_COMMIT
END_COMMIT
This pull request is generated with proto changes between
googleapis/googleapis@cfe62b3c
(exclusive) and
googleapis/googleapis@2ca94498
(inclusive).
Librarian Version: v0.0.0-20251218164811-cd2252e38d0a
Language Image: us-central1-docker.pkg.dev/cloud-sdk-librarian-prod/images-prod/python-librarian-generator@sha256:d3ae275c61acca91e1398581edfb9119c521b4e93f9ebb00ecbd4e87b71648f5
Generation failed for