-
Notifications
You must be signed in to change notification settings - Fork 1.5k
chore: librarian release pull request: 20251204T080617Z #13442
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
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 is an automated release by the Librarian CLI, updating a wide array of Google Cloud client libraries to their latest versions. The changes encompass new features, critical bug fixes, and comprehensive documentation enhancements across services such as AI Platform, Artifact Registry, Shopping, and many others. It also introduces a new client for Hypercompute Cluster and includes general dependency updates and metadata file refactoring. Highlights
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 is an automated release pull request that updates versions and changelogs for multiple modules. The changes are mostly mechanical. My review focuses on ensuring consistency and correctness in these automated changes. I've identified several minor issues, primarily related to inconsistent formatting in the generated CHANGES.md files and a small inconsistency in a generated Go file. Specifically:
- Changelog Capitalization: Many
CHANGES.mdfiles have inconsistent capitalization for list items. Some entries start with an uppercase letter, while others begin with a lowercase letter. I've left comments on the affected files to suggest enforcing a consistent style (e.g., always starting with an uppercase letter). - Changelog Formatting:
- In
geminidataanalytics/CHANGES.md, an HTML entity'is used instead of an apostrophe. - In
netapp/CHANGES.md, a long changelog entry with a nested list is not formatted correctly, which impairs readability.
- In
- Generated Code Inconsistency: In
gkemulticloud/internal/version.go, a// Code generated by gapicgen. DO NOT EDIT.comment is missing, which is present in other similarly updated files.
These are minor issues, but addressing them in the generation tooling would improve the overall quality and consistency of the repository. No other problems were found.
| * add RagCorpus.satisfies_pzs and RagCorpus.satisfies_pzi ([185951b](https://github.com/googleapis/google-cloud-go/commit/185951b3bea9fb942979e81ce248ccdebb40d94b)) | ||
| * add `ReplicatedVoiceConfig` to `VoiceConfig` to enable Gemini TTS voice replication ([185951b](https://github.com/googleapis/google-cloud-go/commit/185951b3bea9fb942979e81ce248ccdebb40d94b)) | ||
| * add `gpu_partition_size` in `machine_spec` v1 api ([185951b](https://github.com/googleapis/google-cloud-go/commit/185951b3bea9fb942979e81ce248ccdebb40d94b)) |
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.
The capitalization for the changelog entries under Features is inconsistent. Some entries start with a capital letter, while others start with a lowercase letter. For consistency, it's best to use the same style for all entries. I suggest starting each entry with a capital letter.
| * add RagCorpus.satisfies_pzs and RagCorpus.satisfies_pzi ([185951b](https://github.com/googleapis/google-cloud-go/commit/185951b3bea9fb942979e81ce248ccdebb40d94b)) | |
| * add `ReplicatedVoiceConfig` to `VoiceConfig` to enable Gemini TTS voice replication ([185951b](https://github.com/googleapis/google-cloud-go/commit/185951b3bea9fb942979e81ce248ccdebb40d94b)) | |
| * add `gpu_partition_size` in `machine_spec` v1 api ([185951b](https://github.com/googleapis/google-cloud-go/commit/185951b3bea9fb942979e81ce248ccdebb40d94b)) | |
| * Add RagCorpus.satisfies_pzs and RagCorpus.satisfies_pzi ([185951b](https://github.com/googleapis/google-cloud-go/commit/185951b3bea9fb942979e81ce248ccdebb40d94b)) | |
| * Add `ReplicatedVoiceConfig` to `VoiceConfig` to enable Gemini TTS voice replication ([185951b](https://github.com/googleapis/google-cloud-go/commit/185951b3bea9fb942979e81ce248ccdebb40d94b)) | |
| * Add `gpu_partition_size` in `machine_spec` v1 api ([185951b](https://github.com/googleapis/google-cloud-go/commit/185951b3bea9fb942979e81ce248ccdebb40d94b)) |
| // See the License for the specific language governing permissions and | ||
| // limitations under the License. | ||
|
|
||
| // Code generated by gapicgen. DO NOT EDIT. |
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.
While this is a generated file, it's worth noting for the generation tool maintainers that a // Code generated by gapicgen. DO NOT EDIT. comment has been added. However, this comment is missing in other similarly updated version.go files in this PR (e.g., gkemulticloud/internal/version.go), indicating an inconsistency in the generation process.
| * add agentDesktopSource field to the Participant object ([185951b](https://github.com/googleapis/google-cloud-go/commit/185951b3bea9fb942979e81ce248ccdebb40d94b)) | ||
| * add support for defining custom actions in code. See https://cloud.google.com/dialogflow/cx/docs/concept/playbook/code-block for more information ([185951b](https://github.com/googleapis/google-cloud-go/commit/185951b3bea9fb942979e81ce248ccdebb40d94b)) |
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.
The capitalization for the changelog entries is inconsistent. For consistency, it's best to start each entry with a capital letter.
| * add agentDesktopSource field to the Participant object ([185951b](https://github.com/googleapis/google-cloud-go/commit/185951b3bea9fb942979e81ce248ccdebb40d94b)) | |
| * add support for defining custom actions in code. See https://cloud.google.com/dialogflow/cx/docs/concept/playbook/code-block for more information ([185951b](https://github.com/googleapis/google-cloud-go/commit/185951b3bea9fb942979e81ce248ccdebb40d94b)) | |
| * Add agentDesktopSource field to the Participant object ([185951b](https://github.com/googleapis/google-cloud-go/commit/185951b3bea9fb942979e81ce248ccdebb40d94b)) | |
| * Add support for defining custom actions in code. See https://cloud.google.com/dialogflow/cx/docs/concept/playbook/code-block for more information ([185951b](https://github.com/googleapis/google-cloud-go/commit/185951b3bea9fb942979e81ce248ccdebb40d94b)) |
| * add Eventarc Trigger RetryPolicy ([185951b](https://github.com/googleapis/google-cloud-go/commit/185951b3bea9fb942979e81ce248ccdebb40d94b)) | ||
| * add wide-scope Eventarc GoogleApiSource flags ([185951b](https://github.com/googleapis/google-cloud-go/commit/185951b3bea9fb942979e81ce248ccdebb40d94b)) |
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.
For consistency with other modules in this repository, please capitalize the first letter of each changelog entry.
| * add Eventarc Trigger RetryPolicy ([185951b](https://github.com/googleapis/google-cloud-go/commit/185951b3bea9fb942979e81ce248ccdebb40d94b)) | |
| * add wide-scope Eventarc GoogleApiSource flags ([185951b](https://github.com/googleapis/google-cloud-go/commit/185951b3bea9fb942979e81ce248ccdebb40d94b)) | |
| * Add Eventarc Trigger RetryPolicy ([185951b](https://github.com/googleapis/google-cloud-go/commit/185951b3bea9fb942979e81ce248ccdebb40d94b)) | |
| * Add wide-scope Eventarc GoogleApiSource flags ([185951b](https://github.com/googleapis/google-cloud-go/commit/185951b3bea9fb942979e81ce248ccdebb40d94b)) |
| * Adding a DeleteConversation RPC to allow for the deletion of conversations ([185951b](https://github.com/googleapis/google-cloud-go/commit/185951b3bea9fb942979e81ce248ccdebb40d94b)) | ||
| * Adding a GlossaryTerm message to allow users to provide definitions for domain-specific terms ([185951b](https://github.com/googleapis/google-cloud-go/commit/185951b3bea9fb942979e81ce248ccdebb40d94b)) | ||
| * Adding a new SchemaRelationship message to define relationships between table schema ([185951b](https://github.com/googleapis/google-cloud-go/commit/185951b3bea9fb942979e81ce248ccdebb40d94b)) | ||
| * Adding a new TextType PROGRESS to provide informational messages about an agent's progress for supporting more granular Agent RAG tools ([185951b](https://github.com/googleapis/google-cloud-go/commit/185951b3bea9fb942979e81ce248ccdebb40d94b)) |
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.
The HTML entity ' is used here. It's better to use a literal apostrophe ' for readability in the raw markdown file.
| * Adding a new TextType PROGRESS to provide informational messages about an agent's progress for supporting more granular Agent RAG tools ([185951b](https://github.com/googleapis/google-cloud-go/commit/185951b3bea9fb942979e81ce248ccdebb40d94b)) | |
| * Adding a new TextType PROGRESS to provide informational messages about an agent's progress for supporting more granular Agent RAG tools ([185951b](https://github.com/googleapis/google-cloud-go/commit/185951b3bea9fb942979e81ce248ccdebb40d94b)) |
|
|
||
| ### Features | ||
|
|
||
| * add transfer metadata options proto definition ([185951b](https://github.com/googleapis/google-cloud-go/commit/185951b3bea9fb942979e81ce248ccdebb40d94b)) |
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.
For consistency with other modules in this repository, please capitalize the first letter of the changelog entry.
| * add transfer metadata options proto definition ([185951b](https://github.com/googleapis/google-cloud-go/commit/185951b3bea9fb942979e81ce248ccdebb40d94b)) | |
| * Add transfer metadata options proto definition ([185951b](https://github.com/googleapis/google-cloud-go/commit/185951b3bea9fb942979e81ce248ccdebb40d94b)) |
|
|
||
| ### Documentation | ||
|
|
||
| * update tickets component number ([185951b](https://github.com/googleapis/google-cloud-go/commit/185951b3bea9fb942979e81ce248ccdebb40d94b)) |
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.
For consistency with other modules in this repository, please capitalize the first letter of the changelog entry.
| * update tickets component number ([185951b](https://github.com/googleapis/google-cloud-go/commit/185951b3bea9fb942979e81ce248ccdebb40d94b)) | |
| * Update tickets component number ([185951b](https://github.com/googleapis/google-cloud-go/commit/185951b3bea9fb942979e81ce248ccdebb40d94b)) |
|
|
||
| ### Bug Fixes | ||
|
|
||
| * upgrade gRPC service registration func An update to Go gRPC Protobuf generation will change service registration function signatures to use an interface instead of a concrete type in generated .pb.go service files. This change should affect very few client library users. See release notes advisories in https://github.com/googleapis/google-cloud-go/pull/11025. ([185951b](https://github.com/googleapis/google-cloud-go/commit/185951b3bea9fb942979e81ce248ccdebb40d94b)) |
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.
For consistency, changelog entries should start with a capital letter.
| * upgrade gRPC service registration func An update to Go gRPC Protobuf generation will change service registration function signatures to use an interface instead of a concrete type in generated .pb.go service files. This change should affect very few client library users. See release notes advisories in https://github.com/googleapis/google-cloud-go/pull/11025. ([185951b](https://github.com/googleapis/google-cloud-go/commit/185951b3bea9fb942979e81ce248ccdebb40d94b)) | |
| * Upgrade gRPC service registration func An update to Go gRPC Protobuf generation will change service registration function signatures to use an interface instead of a concrete type in generated .pb.go service files. This change should affect very few client library users. See release notes advisories in https://github.com/googleapis/google-cloud-go/pull/11025. ([185951b](https://github.com/googleapis/google-cloud-go/commit/185951b3bea9fb942979e81ce248ccdebb40d94b)) |
| ### Features | ||
|
|
||
| * Added TextSearch support to the batch search API ([185951b](https://github.com/googleapis/google-cloud-go/commit/185951b3bea9fb942979e81ce248ccdebb40d94b)) | ||
| * add new clients (#13369) ([41ac3fc](https://github.com/googleapis/google-cloud-go/commit/41ac3fcc388fc31c94d2f07820ab61d5a9acb5ea)) |
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.
The capitalization for the changelog entries is inconsistent. For consistency, it's best to start each entry with a capital letter.
| * add new clients (#13369) ([41ac3fc](https://github.com/googleapis/google-cloud-go/commit/41ac3fcc388fc31c94d2f07820ab61d5a9acb5ea)) | |
| * Add new clients (#13369) ([41ac3fc](https://github.com/googleapis/google-cloud-go/commit/41ac3fcc388fc31c94d2f07820ab61d5a9acb5ea)) |
| * add adaptation modifiers and guest OS features to ImageImport target details ([185951b](https://github.com/googleapis/google-cloud-go/commit/185951b3bea9fb942979e81ce248ccdebb40d94b)) | ||
| * add adaptation modifiers and storage pools to MigratingVM target defaults ([185951b](https://github.com/googleapis/google-cloud-go/commit/185951b3bea9fb942979e81ce248ccdebb40d94b)) |
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.
For consistency with other modules in this repository, please capitalize the first letter of each changelog entry.
| * add adaptation modifiers and guest OS features to ImageImport target details ([185951b](https://github.com/googleapis/google-cloud-go/commit/185951b3bea9fb942979e81ce248ccdebb40d94b)) | |
| * add adaptation modifiers and storage pools to MigratingVM target defaults ([185951b](https://github.com/googleapis/google-cloud-go/commit/185951b3bea9fb942979e81ce248ccdebb40d94b)) | |
| * Add adaptation modifiers and guest OS features to ImageImport target details ([185951b](https://github.com/googleapis/google-cloud-go/commit/185951b3bea9fb942979e81ce248ccdebb40d94b)) | |
| * Add adaptation modifiers and storage pools to MigratingVM target defaults ([185951b](https://github.com/googleapis/google-cloud-go/commit/185951b3bea9fb942979e81ce248ccdebb40d94b)) |
|
Warning Gemini encountered an error creating the review. You can try again by commenting |
PR created by the Librarian CLI to initialize a release. Merging this PR will auto trigger a release.
Librarian Version: v0.0.0-20251113212345-55e52e492404
Language Image: us-central1-docker.pkg.dev/cloud-sdk-librarian-prod/images-prod/librarian-go@sha256:718167d5c23ed389b41f617b3a00ac839bdd938a6bd2d48ae0c2f1fa51ab1c3d
aiplatform: 1.110.0
1.110.0 (2025-12-04)
Features
add
gpu_partition_sizeinmachine_specv1 api (PiperOrigin-RevId: 833901564) (185951b3)A new field
min_gpu_driver_versionis added to message.google.cloud.aiplatform.v1beta1.MachineSpec(PiperOrigin-RevId: 838969898) (185951b3)add
ReplicatedVoiceConfigtoVoiceConfigto enable Gemini TTS voice replication (PiperOrigin-RevId: 833560482) (185951b3)Introduce RagManagedVertexVectorSearch as a new vector db option (PiperOrigin-RevId: 839431594) (185951b3)
Expose FullFineTunedResources for full fine tuned deployments (PiperOrigin-RevId: 839371231) (185951b3)
add RagCorpus.satisfies_pzs and RagCorpus.satisfies_pzi (PiperOrigin-RevId: 839431594) (185951b3)
Expose zone when creating a FeatureOnlineStore (PiperOrigin-RevId: 837256132) (185951b3)
Add support for developer connect based deployment (PiperOrigin-RevId: 833917724) (185951b3)
Documentation
A comment for field
google_drive_metadata_sourcein message.google.cloud.aiplatform.v1beta1.RagFileMetadataConfigis changed (PiperOrigin-RevId: 839431594) (185951b3)A comment for field
user_metadatain message.google.cloud.aiplatform.v1beta1.RagFileis changed (PiperOrigin-RevId: 839431594) (185951b3)A comment for field
google_drive_metadata_schema_sourcein message.google.cloud.aiplatform.v1beta1.RagFileMetadataConfigis changed (PiperOrigin-RevId: 839431594) (185951b3)A comment for message
ReasoningEngineSpecis changed (PiperOrigin-RevId: 833917724) (185951b3)update
ReplicatedVoiceConfig.mime_typecomment (PiperOrigin-RevId: 839364684) (185951b3)A comment for field
rag_files_countin message.google.cloud.aiplatform.v1beta1.RagCorpusis changed (PiperOrigin-RevId: 839431594) (185951b3)A comment for field
enterprisein message.google.cloud.aiplatform.v1beta1.RagManagedDbConfigis changed (PiperOrigin-RevId: 839431594) (185951b3)A comment for field
gcs_metadata_schema_sourcein message.google.cloud.aiplatform.v1beta1.RagFileMetadataConfigis changed (PiperOrigin-RevId: 839431594) (185951b3)A comment for field
scaledin message.google.cloud.aiplatform.v1beta1.RagManagedDbConfigis changed (PiperOrigin-RevId: 839431594) (185951b3)A comment for field
gcs_metadata_sourcein message.google.cloud.aiplatform.v1beta1.RagFileMetadataConfigis changed (PiperOrigin-RevId: 839431594) (185951b3)A comment for field
package_specin message.google.cloud.aiplatform.v1.ReasoningEngineSpecis changed (PiperOrigin-RevId: 833911903) (185951b3)A comment for message
RagManagedDbConfigis changed (PiperOrigin-RevId: 839431594) (185951b3)A comment for field
package_specin message.google.cloud.aiplatform.v1beta1.ReasoningEngineSpecis changed (PiperOrigin-RevId: 833917724) (185951b3)artifactregistry: 1.18.0
1.18.0 (2025-12-04)
Features
add image_manifest field in DockerImage (PiperOrigin-RevId: 830951552) (185951b3)
add Ruby format in VulnerabilityScanningConfig (PiperOrigin-RevId: 830951552) (185951b3)
add ExportArtifact API (PiperOrigin-RevId: 839457154) (185951b3)
add artifact_type field in DockerImage (PiperOrigin-RevId: 830951552) (185951b3)
Documentation
A comment for enum value
ENABLEMENT_CONFIG_UNSPECIFIEDin enumEnablementConfigis changed (PiperOrigin-RevId: 830951552) (185951b3)A comment for field
namein message.google.devtools.artifactregistry.v1.DockerImageis changed (PiperOrigin-RevId: 830951552) (185951b3)A comment for field
satisfies_pzsin message.google.devtools.artifactregistry.v1.Repositoryis changed (PiperOrigin-RevId: 830951552) (185951b3)A comment for field
satisfies_pziin message.google.devtools.artifactregistry.v1.Repositoryis changed (PiperOrigin-RevId: 830951552) (185951b3)backupdr: 1.6.0
1.6.0 (2025-12-04)
Features
Adding new fields for CMEK and Retention Inheritance features (PiperOrigin-RevId: 833678865) (185951b3)
Adding
unreachablefield toListDataSourceReferencesAPI (PiperOrigin-RevId: 828740816) (185951b3)batch: 1.14.0
1.14.0 (2025-12-04)
Features
channel: 1.21.0
1.21.0 (2025-12-04)
Bug Fixes
entitlement_granularityin message.google.cloud.channel.v1.RepricingConfig(PiperOrigin-RevId: 838889186) (185951b3)Documentation
A comment for field
event_typein message.google.cloud.channel.v1.EntitlementEventis changed (PiperOrigin-RevId: 838889186) (185951b3)A comment for field
accountin message.google.cloud.channel.v1.RegisterSubscriberRequestis changed (PiperOrigin-RevId: 838889186) (185951b3)A comment for field
next_page_tokenin message.google.cloud.channel.v1.ListSkuGroupsResponseis changed (PiperOrigin-RevId: 838889186) (185951b3)A comment for field
accountin message.google.cloud.channel.v1.ListSubscribersRequestis changed (PiperOrigin-RevId: 838889186) (185951b3)A comment for field
offersin message.google.cloud.channel.v1.ListOffersResponseis changed (PiperOrigin-RevId: 838889186) (185951b3)A comment for field
next_page_tokenin message.google.cloud.channel.v1.ListSkuGroupBillableSkusResponseis changed (PiperOrigin-RevId: 838889186) (185951b3)A comment for field
ownedin message.google.cloud.channel.v1.CloudIdentityCustomerAccountis changed (PiperOrigin-RevId: 838889186) (185951b3)A comment for message
ChangeParametersRequestis changed (PiperOrigin-RevId: 838889186) (185951b3)A comment for field
event_typein message.google.cloud.channel.v1.CustomerEventis changed (PiperOrigin-RevId: 838889186) (185951b3)A comment for field
page_tokenin message.google.cloud.channel.v1.ListSkuGroupBillableSkusRequestis changed (PiperOrigin-RevId: 838889186) (185951b3)A comment for field
page_tokenin message.google.cloud.channel.v1.ListSkuGroupsRequestis changed (PiperOrigin-RevId: 838889186) (185951b3)A comment for field
entitlement_granularityin message.google.cloud.channel.v1.RepricingConfigis changed (PiperOrigin-RevId: 838889186) (185951b3)A comment for field
accountin message.google.cloud.channel.v1.UnregisterSubscriberRequestis changed (PiperOrigin-RevId: 838889186) (185951b3)A comment for method
RegisterSubscriberin serviceCloudChannelServiceis changed (PiperOrigin-RevId: 838889186) (185951b3)A comment for method
ListSubscribersin serviceCloudChannelServiceis changed (PiperOrigin-RevId: 838889186) (185951b3)A comment for method
UnregisterSubscriberin serviceCloudChannelServiceis changed (PiperOrigin-RevId: 838889186) (185951b3)A comment for enum
CustomerAttestationStateis changed (PiperOrigin-RevId: 838889186) (185951b3)A comment for field
customer_attestation_statein message.google.cloud.channel.v1.Customeris changed (PiperOrigin-RevId: 838889186) (185951b3)cloudbuild: 1.24.0
1.24.0 (2025-12-04)
Features
compute: 1.50.0
1.50.0 (2025-12-04)
Features
dialogflow: 1.72.0
1.72.0 (2025-12-04)
Features
add support for defining custom actions in code. See https://cloud.google.com/dialogflow/cx/docs/concept/playbook/code-block for more information (PiperOrigin-RevId: 830582229) (185951b3)
Service Account Auth in Tools and Webhooks (PiperOrigin-RevId: 830582229) (185951b3)
add agentDesktopSource field to the Participant object (PiperOrigin-RevId: 830460349) (185951b3)
Documentation
Add further clarification for when the event Type CONVERSATION_FINISHED is fired (PiperOrigin-RevId: 830460349) (185951b3)
Update evaluator version from output only to optional. (PiperOrigin-RevId: 830460349) (185951b3)
eventarc: 1.18.0
1.18.0 (2025-12-04)
Features
add wide-scope Eventarc GoogleApiSource flags (PiperOrigin-RevId: 836781847) (185951b3)
add Eventarc Trigger RetryPolicy (PiperOrigin-RevId: 836781847) (185951b3)
geminidataanalytics: 0.3.0
0.3.0 (2025-12-04)
Features
Adding a new SchemaRelationship message to define relationships between table schema (PiperOrigin-RevId: 829449036) (185951b3)
Adding an ExampleQueries message to surface derived and authored example queries (PiperOrigin-RevId: 829449036) (185951b3)
Adding a GlossaryTerm message to allow users to provide definitions for domain-specific terms (PiperOrigin-RevId: 829449036) (185951b3)
Adding struct_schema to Datasource to support flexible schemas, particularly for Looker datasources (PiperOrigin-RevId: 829449036) (185951b3)
Adding DatasourceOptions to provide configuration options for datasources (PiperOrigin-RevId: 829449036) (185951b3)
Adding client_managed_resource_context to allow clients to manage their own conversation and agent resources (PiperOrigin-RevId: 829449036) (185951b3)
Adding support for LookerQuery within the DataQuery message for retrieving data from Looker explores (PiperOrigin-RevId: 829449036) (185951b3)
Adding a new TextType PROGRESS to provide informational messages about an agent&Add new fields: StorageClass, TimeDeleted, and Updated. #39;s progress for supporting more granular Agent RAG tools (PiperOrigin-RevId: 829449036) (185951b3)
Adding a DeleteConversation RPC to allow for the deletion of conversations (PiperOrigin-RevId: 829449036) (185951b3)
gkemulticloud: 1.6.0
1.6.0 (2025-12-04)
Features
added custom tolerations and labels support for Attached Clusters (PiperOrigin-RevId: 839306772) (185951b3)
mark GKE-on-AWS and GKE-on-Azure protos as being deprecated to discourage any new usage as these services turn down (PiperOrigin-RevId: 839306772) (185951b3)
Documentation
A comment for field
requested_cancellationin message.google.cloud.gkemulticloud.v1.OperationMetadatais changed (PiperOrigin-RevId: 839306772) (185951b3)A comment for field
throughputin message.google.cloud.gkemulticloud.v1.AwsVolumeTemplateis changed (PiperOrigin-RevId: 839306772) (185951b3)A comment for field
tagsin message.google.cloud.gkemulticloud.v1.AttachedClusteris changed (PiperOrigin-RevId: 839306772) (185951b3)hypercomputecluster: 0.1.0
0.1.0 (2025-12-04)
Features
netapp: 1.11.0
1.11.0 (2025-12-04)
Features
networksecurity: 0.11.0
0.11.0 (2025-12-04)
Features
parallelstore: 0.12.0
0.12.0 (2025-12-04)
Features
Documentation
shopping: 1.4.0
1.4.0 (2025-12-04)
Features
A new field
products_managementis added to message.google.shopping.merchant.accounts.v1.CreateAndConfigureAccountRequest(PiperOrigin-RevId: 832226276) (185951b3)A new message
VerifySelfRequestis added (PiperOrigin-RevId: 832226276) (185951b3)A new field
comparison_shoppingis added to message.google.shopping.merchant.accounts.v1.AccountService(PiperOrigin-RevId: 832226276) (185951b3)Added C#, PHP, and Ruby namespace options to LocalInventory and RegionalInventory proto files for improved client library generation (PiperOrigin-RevId: 830781339) (185951b3)
Added
VERIFY_BUSINESS_VIDEO_IN_MERCHANT_CENTERas a new enum value toExternalAction.Type. This supports redirecting to Merchant Center for business video verification (PiperOrigin-RevId: 830781240) (185951b3)A new message
ComparisonShoppingis added (PiperOrigin-RevId: 832226276) (185951b3)A new field
comparison_shoppingis added to message.google.shopping.merchant.accounts.v1.CreateAndConfigureAccountRequest(PiperOrigin-RevId: 832226276) (185951b3)Added the
product_id_base64_url_encodedfield toListLocalInventoriesRequest,InsertLocalInventoryRequest,DeleteLocalInventoryRequest,ListRegionalInventoriesRequest,InsertRegionalInventoryRequest, andDeleteRegionalInventoryRequest. This allows for product IDs containing special characters to be correctly handled when base64url-encoded (PiperOrigin-RevId: 830781339) (185951b3)Added the
product_id_base64_url_encodedfield toInsertProductInputRequest,DeleteProductInputRequest, andGetProductRequest. This allows for product IDs containing special characters to be correctly handled when unpadded base64url-encoded (PiperOrigin-RevId: 830818193) (185951b3)A new message
VerificationMailSettingsis added (PiperOrigin-RevId: 832226276) (185951b3)A new field
account_managementis added to message.google.shopping.merchant.accounts.v1.CreateAndConfigureAccountRequest(PiperOrigin-RevId: 832226276) (185951b3)Add the AccountLimit resource and its service to the quota bundle (PiperOrigin-RevId: 830811341) (185951b3)
Added
handling_cutoff_timeandhandling_cutoff_timezonefields to theShippingmessage withinAttributes(PiperOrigin-RevId: 830818171) (185951b3)A new field
radius_areais added to message.google.shopping.merchant.accounts.v1.Region(PiperOrigin-RevId: 838817995) (185951b3)A new field
external_account_idis added to message.google.shopping.merchant.accounts.v1.CreateAndConfigureAccountRequest(PiperOrigin-RevId: 832226276) (185951b3)A new message
SetAliasForRelationshipis added (PiperOrigin-RevId: 832226276) (185951b3)Added the
product_id_base64_url_encodedfield toRenderProductIssuesRequest. This allows for product IDs containing special characters to be correctly handled when unpadded base64url-encoded (PiperOrigin-RevId: 830781240) (185951b3)Added the
product_id_base64_url_encodedfield toListLocalInventoriesRequest,InsertLocalInventoryRequest,DeleteLocalInventoryRequest,ListRegionalInventoriesRequest,InsertRegionalInventoryRequest, andDeleteRegionalInventoryRequest. This allows for product IDs containing special characters to be correctly handled when unpadded base64url-encoded (PiperOrigin-RevId: 830781196) (185951b3)A new field
verification_mail_settingsis added to message.google.shopping.merchant.accounts.v1.CreateAndConfigureAccountRequest(PiperOrigin-RevId: 832226276) (185951b3)A new field
campaigns_managementis added to message.google.shopping.merchant.accounts.v1.CreateAndConfigureAccountRequest(PiperOrigin-RevId: 832226276) (185951b3)A new method
GetAccountForGcpRegistrationis added to serviceDeveloperRegistrationService(PiperOrigin-RevId: 832226276) (185951b3)A new method
VerifySelfis added to serviceUserService(PiperOrigin-RevId: 832226276) (185951b3)A new field
set_aliasis added to message.google.shopping.merchant.accounts.v1.CreateAndConfigureAccountRequest(PiperOrigin-RevId: 832226276) (185951b3)Added several fields to enhance shipping configurations: -
handling_cutoff_timeandhandling_cutoff_timezonewithin theShippingmessage -ShippingBusinessDaysConfigmessage to define business days for shipping -shipping_handling_business_daysandshipping_transit_business_daysinProductAttributes-HandlingCutoffTimemessage to configure country-specific handling cutoffs -handling_cutoff_timesarray inProductAttributes(PiperOrigin-RevId: 830818193) (185951b3)Added C#, PHP, and Ruby namespace options to ProductInputs, Products, and ProductsCommon proto files for improved client library generation (PiperOrigin-RevId: 830818171) (185951b3)
A new message
GetAccountForGcpRegistrationResponseis added (PiperOrigin-RevId: 832226276) (185951b3)Bug Fixes
Documentation
Updated comments for several fields, including product name formats, data source creation, destination field descriptions (now also referred to as Marketing Methods), and the default page size for
ListProductsRequest(PiperOrigin-RevId: 830818171) (185951b3)A comment for message
Useris changed (PiperOrigin-RevId: 832226276) (185951b3)A comment for enum
Stateis changed (PiperOrigin-RevId: 832226276) (185951b3)A comment for method
DeleteAccountin serviceAccountsServiceis changed (PiperOrigin-RevId: 832226276) (185951b3)A comment for field
developer_emailin message.google.shopping.merchant.accounts.v1.RegisterGcpRequestis changed (PiperOrigin-RevId: 832226276) (185951b3)A comment for enum value
API_DEVELOPERin enumAccessRightis changed (PiperOrigin-RevId: 832226276) (185951b3)Updated the API summary and overview in the service configuration (PiperOrigin-RevId: 830781339) (185951b3)
A comment for message
Programis changed (PiperOrigin-RevId: 832226276) (185951b3)Updated various comments, including links to data source creation guides (PiperOrigin-RevId: 830818193) (185951b3)
A comment for enum
AccessRightis changed (PiperOrigin-RevId: 832226276) (185951b3)vectorsearch: 0.1.0
0.1.0 (2025-12-04)
Features
Added TextSearch support to the batch search API (PiperOrigin-RevId: 834645993) (185951b3)
add new clients (feat(vectorsearch): add new clients #13369) (PiperOrigin-RevId: 828838688) (41ac3fcc)
Documentation
vmmigration: 1.10.0
1.10.0 (2025-12-04)
Features
add adaptation modifiers and storage pools to MigratingVM target defaults (PiperOrigin-RevId: 832917413) (185951b3)
add adaptation modifiers and guest OS features to ImageImport target details (PiperOrigin-RevId: 832917413) (185951b3)
Documentation
A comment for message
DataDiskImageImportis changed (PiperOrigin-RevId: 832917413) (185951b3)A comment for method
CancelImageImportJobin serviceVmMigrationis changed (PiperOrigin-RevId: 832917413) (185951b3)Bulk Changes
Libraries: aiplatform,artifactregistry,backupdr,batch,channel,cloudbuild,dialogflow,eventarc,geminidataanalytics,gkemulticloud,netapp,networksecurity,parallelstore,vmmigration
Libraries: artifactregistry,batch,channel,cloudbuild,compute,eventarc,geminidataanalytics,gkemulticloud,netapp,networksecurity,parallelstore,vmmigration
Libraries: aiplatform,artifactregistry,backupdr,batch,channel,cloudbuild,compute,dialogflow,eventarc,geminidataanalytics,gkemulticloud,netapp,networksecurity,parallelstore,shopping,vmmigration