-
Notifications
You must be signed in to change notification settings - Fork 1.6k
chore: librarian generate pull request: 20260211T082017Z #15556
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
One or more libraries have failed to generate, please review PR description for a list of failed libraries. |
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 integrates a series of updates across several Google Cloud client libraries, primarily focusing on API expansions and documentation improvements. Key changes include the introduction of new methods for querying issues in Database Center, enhanced folder and team folder management in Dataform, and new attestation capabilities in Confidential Computing. Document AI sees significant updates with new inline document input options, table splitting features, and the deprecation of certain methods, alongside a breaking change related to Spanner indexing configuration. Storage Control gains recursive folder deletion, and Artifact Registry adds a new hash type. The Vision AI Warehouse service also received a default host update. Highlights
Changelog
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.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Code Review
This pull request contains automated updates generated by the Librarian CLI, reflecting recent changes in the upstream googleapis repository. The modifications affect several client libraries, including artifact-registry, confidentialcomputing, databasecenter, dataform, documentai, storage-control, and visionai.
Key changes include:
- New Features:
artifact-registry: Addition of theDIRSUM_SHA256hash type.confidentialcomputing: Introduction of support for Nvidia GPU attestation.databasecenter: A newQueryIssuesmethod has been added.dataform: A significant update introducing Folders and TeamFolders for better repository organization.documentai: New fields and messages for features such as inline documents, document prompts, and table splitting in OCR. This also includes a breaking change with the removal of Spanner indexing configuration.storage-control: A newDeleteFolderRecursiveAPI has been added.
- Fixes and Documentation Updates:
visionai: The Warehouse service endpoint has been updated towarehouse-visionai.googleapis.com.- Various documentation enhancements have been made across multiple packages to improve clarity.
- The
review_documentmethod indocumentaihas been marked as deprecated.
My review of the generated code confirms that the changes are consistent with the protobuf definitions and commit messages. I have not identified any bugs or issues in this automated update.
PR created by the Librarian CLI to generate Cloud Client Libraries code from protos.
BEGIN_COMMIT
BEGIN_NESTED_COMMIT
feat: Adding Method QueryIssues of Database Center API v1beta
PiperOrigin-RevId: 868397264
Library-IDs: google-cloud-databasecenter
Source-link: googleapis/googleapis@9eea40c7
END_NESTED_COMMIT
BEGIN_NESTED_COMMIT
docs: A comment for field
filterin message.google.cloud.databasecenter.v1beta.AggregateFleetRequestis changedPiperOrigin-RevId: 868397264
Library-IDs: google-cloud-databasecenter
Source-link: googleapis/googleapis@9eea40c7
END_NESTED_COMMIT
BEGIN_NESTED_COMMIT
docs: A comment for field
maintenance_versionin message.google.cloud.databasecenter.v1beta.MaintenanceInfois changedPiperOrigin-RevId: 868397264
Library-IDs: google-cloud-databasecenter
Source-link: googleapis/googleapis@9eea40c7
END_NESTED_COMMIT
BEGIN_NESTED_COMMIT
docs: A comment for field
order_byin message.google.cloud.databasecenter.v1beta.QueryDatabaseResourceGroupsRequestis changedPiperOrigin-RevId: 868397264
Library-IDs: google-cloud-databasecenter
Source-link: googleapis/googleapis@9eea40c7
END_NESTED_COMMIT
BEGIN_NESTED_COMMIT
docs: A comment for field
filterin message.google.cloud.databasecenter.v1beta.QueryDatabaseResourceGroupsRequestis changedPiperOrigin-RevId: 868397264
Library-IDs: google-cloud-databasecenter
Source-link: googleapis/googleapis@9eea40c7
END_NESTED_COMMIT
BEGIN_NESTED_COMMIT
docs: A comment for field
filterin message.google.cloud.databasecenter.v1beta.AggregateIssueStatsRequestis changedPiperOrigin-RevId: 868397264
Library-IDs: google-cloud-databasecenter
Source-link: googleapis/googleapis@9eea40c7
END_NESTED_COMMIT
BEGIN_NESTED_COMMIT
docs: A comment for message
AggregateFleetResponseis changedPiperOrigin-RevId: 868397264
Library-IDs: google-cloud-databasecenter
Source-link: googleapis/googleapis@9eea40c7
END_NESTED_COMMIT
BEGIN_NESTED_COMMIT
docs: A comment for field
order_byin message.google.cloud.databasecenter.v1beta.AggregateFleetRequestis changedPiperOrigin-RevId: 868397264
Library-IDs: google-cloud-databasecenter
Source-link: googleapis/googleapis@9eea40c7
END_NESTED_COMMIT
BEGIN_NESTED_COMMIT
docs: A comment for field
forcein message.google.cloud.dataform.v1beta1.DeleteRepositoryRequestis changed PiperOrigin-RevId: 868182714PiperOrigin-RevId:
Library-IDs: google-cloud-dataform
Source-link: googleapis/googleapis@e1c10736
END_NESTED_COMMIT
BEGIN_NESTED_COMMIT
feat: Update GCP Client Libraries in v1beta1 to support Folders, TeamFolders, and other relevant APIs
The v1beta1 API now includes support for Folders and TeamFolders, allowing users to organize repositories and files hierarchically and manage access controls.
New Features:
CreateTeamFolder, GetTeamFolder, UpdateTeamFolder, DeleteTeamFolder
QueryTeamFolderContents to list folder contents.
SearchTeamFolders to search for TeamFolders.
CreateFolder, GetFolder, UpdateFolder, DeleteFolder
QueryFolderContents to list folder contents.
Added MoveFolder to move Folders between TeamFolders, other Folders, or the user root folder.
Repository resource now includes containing_folder and team_folder_name fields to indicate its location within the folder hierarchy.
PiperOrigin-RevId:
Library-IDs: google-cloud-dataform
Source-link: googleapis/googleapis@e1c10736
END_NESTED_COMMIT
BEGIN_NESTED_COMMIT
docs: Add satellite imagery to
rgb_urldescriptionPiperOrigin-RevId: 866492024
Library-IDs: google-maps-solar
Source-link: googleapis/googleapis@a65054db
END_NESTED_COMMIT
BEGIN_NESTED_COMMIT
docs: Add pre-GA details for Experiments enum
PiperOrigin-RevId: 866492024
Library-IDs: google-maps-solar
Source-link: googleapis/googleapis@a65054db
END_NESTED_COMMIT
BEGIN_NESTED_COMMIT
feat: add a DeleteFolderRecursive API definition
PiperOrigin-RevId: 866471251
Library-IDs: google-cloud-storage-control
Source-link: googleapis/googleapis@af8a8d56
END_NESTED_COMMIT
BEGIN_NESTED_COMMIT
docs: Updated comments for various fields and messages
PiperOrigin-RevId: 866382481
Library-IDs: google-cloud-documentai
Source-link: googleapis/googleapis@39bd091b
END_NESTED_COMMIT
BEGIN_NESTED_COMMIT
feat: The method
ReviewDocumentin.google.cloud.documentai.v1beta3.DocumentProcessorServiceis deprecatedPiperOrigin-RevId: 866382481
Library-IDs: google-cloud-documentai
Source-link: googleapis/googleapis@39bd091b
END_NESTED_COMMIT
BEGIN_NESTED_COMMIT
feat: A new field
enable_table_splitis added to message.google.cloud.documentai.v1beta3.OcrConfig.LayoutParsingParamsPiperOrigin-RevId: 866382481
Library-IDs: google-cloud-documentai
Source-link: googleapis/googleapis@39bd091b
END_NESTED_COMMIT
BEGIN_NESTED_COMMIT
feat: Added new messages
DocumentsandRawDocumentsfor inline document inputPiperOrigin-RevId: 866382481
Library-IDs: google-cloud-documentai
Source-link: googleapis/googleapis@39bd091b
END_NESTED_COMMIT
BEGIN_NESTED_COMMIT
feat: The field
skip_human_reviewin messages.google.cloud.documentai.v1beta3.ProcessRequestand.google.cloud.documentai.v1beta3.BatchProcessRequestis deprecatedPiperOrigin-RevId: 866382481
Library-IDs: google-cloud-documentai
Source-link: googleapis/googleapis@39bd091b
END_NESTED_COMMIT
BEGIN_NESTED_COMMIT
fix: Removed the
SpannerIndexingConfigmessage and thespanner_indexing_configfield from.google.cloud.documentai.v1beta3.DatasetBREAKING CHANGE: TheSpannerIndexingConfigmessage and thespanner_indexing_configfield within theDatasetmessage have been removed. Client code referencing these will need to stop referencing these in case of an errorPiperOrigin-RevId: 866382481
Library-IDs: google-cloud-documentai
Source-link: googleapis/googleapis@39bd091b
END_NESTED_COMMIT
BEGIN_NESTED_COMMIT
feat: A new field
document_promptis added to message.google.cloud.documentai.v1beta3.DocumentSchemaPiperOrigin-RevId: 866382481
Library-IDs: google-cloud-documentai
Source-link: googleapis/googleapis@39bd091b
END_NESTED_COMMIT
BEGIN_NESTED_COMMIT
feat: A new field
revisionsis added to message.google.cloud.documentai.v1beta3.EvaluationPiperOrigin-RevId: 866382481
Library-IDs: google-cloud-documentai
Source-link: googleapis/googleapis@39bd091b
END_NESTED_COMMIT
BEGIN_NESTED_COMMIT
feat: A new field
document_typeis added to message.google.cloud.documentai.v1beta3.ImportDocumentsRequestPiperOrigin-RevId: 866382481
Library-IDs: google-cloud-documentai
Source-link: googleapis/googleapis@39bd091b
END_NESTED_COMMIT
BEGIN_NESTED_COMMIT
feat: add Nvidia Attestation proto message with its relevant fields and ConfidentialGke options
PiperOrigin-RevId: 866189208
Library-IDs: google-cloud-confidentialcomputing
Source-link: googleapis/googleapis@4e434c1c
END_NESTED_COMMIT
BEGIN_NESTED_COMMIT
fix: An existing default host
visionai.googleapis.comis changed towarehouse-visionai.googleapis.comin serviceWarehousePiperOrigin-RevId: 866154811
Library-IDs: google-cloud-visionai
Source-link: googleapis/googleapis@fe4d9b3b
END_NESTED_COMMIT
BEGIN_NESTED_COMMIT
docs: A comment for field
relevancein message.google.cloud.visionai.v1.SearchResultItemis changedPiperOrigin-RevId: 866154811
Library-IDs: google-cloud-visionai
Source-link: googleapis/googleapis@fe4d9b3b
END_NESTED_COMMIT
BEGIN_NESTED_COMMIT
docs: A comment for field
page_sizein message.google.cloud.visionai.v1.SearchIndexEndpointRequestis changedPiperOrigin-RevId: 866154811
Library-IDs: google-cloud-visionai
Source-link: googleapis/googleapis@fe4d9b3b
END_NESTED_COMMIT
BEGIN_NESTED_COMMIT
feat: add DIRSUM_SHA256 hash type
PiperOrigin-RevId: 865552557
Library-IDs: google-cloud-artifact-registry
Source-link: googleapis/googleapis@eb79455a
END_NESTED_COMMIT
END_COMMIT
This pull request is generated with proto changes between
googleapis/googleapis@7a570661
(exclusive) and
googleapis/googleapis@9eea40c7
(inclusive).
Librarian Version: v0.0.0-20260210205451-43b900a12d48
Language Image: us-central1-docker.pkg.dev/cloud-sdk-librarian-prod/images-prod/python-librarian-generator@sha256:f5426423676c75008c2135037e7b98f78cbb99f78b3c46fe043b6897be92d836
Generation failed for