Skip to content

Commit bb7de96

Browse files
chore(main): release 1.65.0 (#11696)
🤖 I have created a release *beep* *boop* --- <details><summary>1.65.0</summary> ## [1.65.0](v1.64.0...v1.65.0) (2025-08-08) ### ⚠ BREAKING CHANGES * [run] An existing resource_definition `cloudbuild.googleapis.com/WorkerPool` is removed ### Features * [aiplatform] A new value `NVIDIA_GB200` is added to enum `AcceleratorType` ([bccfa7d](bccfa7d)) * [aiplatform] A new value `NVIDIA_GB200` is added to enum `AcceleratorType` ([bccfa7d](bccfa7d)) * [aiplatform] add `DeploymentStage` for CreateEndpointOperationMetadata and DeployModelOperationMetadata ([42bda69](42bda69)) * [aiplatform] add `DeploymentStage` for CreateEndpointOperationMetadata and DeployModelOperationMetadata ([42bda69](42bda69)) * [aiplatform] add a FooBar API ([42bda69](42bda69)) * [aiplatform] add embedding_metadata to google.cloud.aiplatform.v1.Index ([bccfa7d](bccfa7d)) * [aiplatform] add embedding_metadata to google.cloud.aiplatform.v1.Index ([bccfa7d](bccfa7d)) * [aiplatform] add enable_datapoint_upsert_logging to google.cloud.aiplatform.v1.DeployedIndex ([42bda69](42bda69)) * [aiplatform] add enable_datapoint_upsert_logging to google.cloud.aiplatform.v1.DeployedIndex ([42bda69](42bda69)) * [aiplatform] add exclude_domains for grounding with GoogleSearch and EnterpriseWebSearch ([bccfa7d](bccfa7d)) * [aiplatform] add exclude_domains for grounding with GoogleSearch and EnterpriseWebSearch ([bccfa7d](bccfa7d)) * [aiplatform] add expiration for TTL for Memory and Sessions ([9f28cd5](9f28cd5)) * [aiplatform] add FeatureViewDirectWrite API in v1 ([bccfa7d](bccfa7d)) * [aiplatform] add field ReasoningEngineSpec.service_account ([42bda69](42bda69)) * [aiplatform] add force_delete field to DeleteRagFile 'preview' API request for Vertex RAG ([9f13f97](9f13f97)) * [aiplatform] add Grounding with Google Maps tool ([9f28cd5](9f28cd5)) * [aiplatform] add the VeoTuningSpec ([42bda69](42bda69)) * [aiplatform] Added the ability to use the Model Armor service for content sanitization ([42bda69](42bda69)) * [aiplatform] Online Prediction DeployModel API to support custom metrics based autoscaling ([bccfa7d](bccfa7d)) * [aiplatform] Remove private preview label from Model Armor protos ([42bda69](42bda69)) * [chat] Addition of app auth support for chat api ([42bda69](42bda69)) * [compute] Update Compute Engine v1 API to revision 20250717 ([#1074](#1074)) ([42bda69](42bda69)) * [compute] Update Compute Engine v1 API to revision 20250728 ([#1081](#1081)) ([9f13f97](9f13f97)) * [compute] Update Compute Engine v1 API to revision 20250729 ([#1085](#1085)) ([9f28cd5](9f28cd5)) * [datastream] Add new field `salesforce_org` to message `DiscoverConnectionProfileRequest` ([9f28cd5](9f28cd5)) * [modelarmor] MultiLanguage Detection in Model Armor Floor Setting ([42bda69](42bda69)) * [modelarmor] MultiLanguage Detection in Model Armor Floor Setting ([42bda69](42bda69)) * [privilegedaccessmanager] Introducing new Grant states for Withdrawal operation ([42bda69](42bda69)) * [saasservicemgmt] new module for saasservicemgmt ([#11717](#11717)) ([4790372](4790372)) * [shopping-merchant-reports] Add additional YouTube report fields to Merchant reports endpoint ([42bda69](42bda69)) * [spanneradapter] Add last field in AdaptMessageResponse for internal optimization usage ([42bda69](42bda69)) * add v1 to shopping-merchant-accounts ([456914c](456914c)) * add v1 to shopping-merchant-conversions ([#11699](#11699)) ([bfc3c9e](bfc3c9e)) * add v1 to shopping-merchant-datasources ([#11701](#11701)) ([0524ca8](0524ca8)) * add v1 to shopping-merchant-inventories ([#11700](#11700)) ([d14c310](d14c310)) * add v1 to shopping-merchant-issue-resolution ([456914c](456914c)) * add v1 to shopping-merchant-lfp ([456914c](456914c)) * add v1 to shopping-merchant-order-tracking ([456914c](456914c)) * add v1 to shopping-merchant-products ([456914c](456914c)) * add v1 to shopping-merchant-promotions ([456914c](456914c)) * add v1 to shopping-merchant-quota ([456914c](456914c)) * add v1 to shopping-merchant-reports ([456914c](456914c)) ### Bug Fixes * [run] An existing resource_definition `cloudbuild.googleapis.com/WorkerPool` is removed ([9f28cd5](9f28cd5)) * add v1 to shopping-merchant-notifications ([#11718](#11718)) ([eff4e54](eff4e54)) * **deps:** update the Java code generator (gapic-generator-java) to 2.61.0 ([bccfa7d](bccfa7d)) * manual bring back config for shopping-merchant-notifications ([#11714](#11714)) ([738c6b6](738c6b6)) * update dependency com.google.cloud:sdk-platform-java-config to v3.51.0 ([#11695](#11695)) ([b82ce00](b82ce00)) ### Documentation * [aiplatform] A comment for field `monitored_resource_labels` in message `.google.cloud.aiplatform.v1beta1.AutoscalingMetricSpec` is changed ([9f13f97](9f13f97)) * [configdelivery] Mark Variant's resources field as input only ([42bda69](42bda69)) * [securesourcemanager] update comments for rpc BatchCreatePullRequestComments, ResolvePullRequestComments and UnresolvePullRequestComments ([42bda69](42bda69)) </details> --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). --------- Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com> Co-authored-by: yoshi-code-bot <[email protected]>
1 parent 9f28cd5 commit bb7de96

File tree

1,551 files changed

+33356
-5545
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,551 files changed

+33356
-5545
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "1.64.0"
2+
".": "1.65.0"
33
}

CHANGELOG.md

Lines changed: 68 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,73 @@
11
# Changelog
22

3+
## [1.65.0](https://github.com/googleapis/google-cloud-java/compare/v1.64.0...v1.65.0) (2025-08-08)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* [run] An existing resource_definition `cloudbuild.googleapis.com/WorkerPool` is removed
9+
10+
### Features
11+
12+
* [aiplatform] A new value `NVIDIA_GB200` is added to enum `AcceleratorType` ([bccfa7d](https://github.com/googleapis/google-cloud-java/commit/bccfa7da89bc0d04dcf7adc3241cecb4c39623ab))
13+
* [aiplatform] A new value `NVIDIA_GB200` is added to enum `AcceleratorType` ([bccfa7d](https://github.com/googleapis/google-cloud-java/commit/bccfa7da89bc0d04dcf7adc3241cecb4c39623ab))
14+
* [aiplatform] add `DeploymentStage` for CreateEndpointOperationMetadata and DeployModelOperationMetadata ([42bda69](https://github.com/googleapis/google-cloud-java/commit/42bda696749f1d5b4cfd3529f74724fad52fdeca))
15+
* [aiplatform] add `DeploymentStage` for CreateEndpointOperationMetadata and DeployModelOperationMetadata ([42bda69](https://github.com/googleapis/google-cloud-java/commit/42bda696749f1d5b4cfd3529f74724fad52fdeca))
16+
* [aiplatform] add a FooBar API ([42bda69](https://github.com/googleapis/google-cloud-java/commit/42bda696749f1d5b4cfd3529f74724fad52fdeca))
17+
* [aiplatform] add embedding_metadata to google.cloud.aiplatform.v1.Index ([bccfa7d](https://github.com/googleapis/google-cloud-java/commit/bccfa7da89bc0d04dcf7adc3241cecb4c39623ab))
18+
* [aiplatform] add embedding_metadata to google.cloud.aiplatform.v1.Index ([bccfa7d](https://github.com/googleapis/google-cloud-java/commit/bccfa7da89bc0d04dcf7adc3241cecb4c39623ab))
19+
* [aiplatform] add enable_datapoint_upsert_logging to google.cloud.aiplatform.v1.DeployedIndex ([42bda69](https://github.com/googleapis/google-cloud-java/commit/42bda696749f1d5b4cfd3529f74724fad52fdeca))
20+
* [aiplatform] add enable_datapoint_upsert_logging to google.cloud.aiplatform.v1.DeployedIndex ([42bda69](https://github.com/googleapis/google-cloud-java/commit/42bda696749f1d5b4cfd3529f74724fad52fdeca))
21+
* [aiplatform] add exclude_domains for grounding with GoogleSearch and EnterpriseWebSearch ([bccfa7d](https://github.com/googleapis/google-cloud-java/commit/bccfa7da89bc0d04dcf7adc3241cecb4c39623ab))
22+
* [aiplatform] add exclude_domains for grounding with GoogleSearch and EnterpriseWebSearch ([bccfa7d](https://github.com/googleapis/google-cloud-java/commit/bccfa7da89bc0d04dcf7adc3241cecb4c39623ab))
23+
* [aiplatform] add expiration for TTL for Memory and Sessions ([9f28cd5](https://github.com/googleapis/google-cloud-java/commit/9f28cd5bcd951333fb2a3847edba015840b5029b))
24+
* [aiplatform] add FeatureViewDirectWrite API in v1 ([bccfa7d](https://github.com/googleapis/google-cloud-java/commit/bccfa7da89bc0d04dcf7adc3241cecb4c39623ab))
25+
* [aiplatform] add field ReasoningEngineSpec.service_account ([42bda69](https://github.com/googleapis/google-cloud-java/commit/42bda696749f1d5b4cfd3529f74724fad52fdeca))
26+
* [aiplatform] add force_delete field to DeleteRagFile 'preview' API request for Vertex RAG ([9f13f97](https://github.com/googleapis/google-cloud-java/commit/9f13f97d36a783f3387ab28f4db865f03ecbd9a8))
27+
* [aiplatform] add Grounding with Google Maps tool ([9f28cd5](https://github.com/googleapis/google-cloud-java/commit/9f28cd5bcd951333fb2a3847edba015840b5029b))
28+
* [aiplatform] add the VeoTuningSpec ([42bda69](https://github.com/googleapis/google-cloud-java/commit/42bda696749f1d5b4cfd3529f74724fad52fdeca))
29+
* [aiplatform] Added the ability to use the Model Armor service for content sanitization ([42bda69](https://github.com/googleapis/google-cloud-java/commit/42bda696749f1d5b4cfd3529f74724fad52fdeca))
30+
* [aiplatform] Online Prediction DeployModel API to support custom metrics based autoscaling ([bccfa7d](https://github.com/googleapis/google-cloud-java/commit/bccfa7da89bc0d04dcf7adc3241cecb4c39623ab))
31+
* [aiplatform] Remove private preview label from Model Armor protos ([42bda69](https://github.com/googleapis/google-cloud-java/commit/42bda696749f1d5b4cfd3529f74724fad52fdeca))
32+
* [chat] Addition of app auth support for chat api ([42bda69](https://github.com/googleapis/google-cloud-java/commit/42bda696749f1d5b4cfd3529f74724fad52fdeca))
33+
* [compute] Update Compute Engine v1 API to revision 20250717 ([#1074](https://github.com/googleapis/google-cloud-java/issues/1074)) ([42bda69](https://github.com/googleapis/google-cloud-java/commit/42bda696749f1d5b4cfd3529f74724fad52fdeca))
34+
* [compute] Update Compute Engine v1 API to revision 20250728 ([#1081](https://github.com/googleapis/google-cloud-java/issues/1081)) ([9f13f97](https://github.com/googleapis/google-cloud-java/commit/9f13f97d36a783f3387ab28f4db865f03ecbd9a8))
35+
* [compute] Update Compute Engine v1 API to revision 20250729 ([#1085](https://github.com/googleapis/google-cloud-java/issues/1085)) ([9f28cd5](https://github.com/googleapis/google-cloud-java/commit/9f28cd5bcd951333fb2a3847edba015840b5029b))
36+
* [datastream] Add new field `salesforce_org` to message `DiscoverConnectionProfileRequest` ([9f28cd5](https://github.com/googleapis/google-cloud-java/commit/9f28cd5bcd951333fb2a3847edba015840b5029b))
37+
* [modelarmor] MultiLanguage Detection in Model Armor Floor Setting ([42bda69](https://github.com/googleapis/google-cloud-java/commit/42bda696749f1d5b4cfd3529f74724fad52fdeca))
38+
* [modelarmor] MultiLanguage Detection in Model Armor Floor Setting ([42bda69](https://github.com/googleapis/google-cloud-java/commit/42bda696749f1d5b4cfd3529f74724fad52fdeca))
39+
* [privilegedaccessmanager] Introducing new Grant states for Withdrawal operation ([42bda69](https://github.com/googleapis/google-cloud-java/commit/42bda696749f1d5b4cfd3529f74724fad52fdeca))
40+
* [saasservicemgmt] new module for saasservicemgmt ([#11717](https://github.com/googleapis/google-cloud-java/issues/11717)) ([4790372](https://github.com/googleapis/google-cloud-java/commit/4790372329ef9bb2f3ab15b8372aaf2144fdf648))
41+
* [shopping-merchant-reports] Add additional YouTube report fields to Merchant reports endpoint ([42bda69](https://github.com/googleapis/google-cloud-java/commit/42bda696749f1d5b4cfd3529f74724fad52fdeca))
42+
* [spanneradapter] Add last field in AdaptMessageResponse for internal optimization usage ([42bda69](https://github.com/googleapis/google-cloud-java/commit/42bda696749f1d5b4cfd3529f74724fad52fdeca))
43+
* add v1 to shopping-merchant-accounts ([456914c](https://github.com/googleapis/google-cloud-java/commit/456914cecbc459ec567b6349e18b8e4e5d705b64))
44+
* add v1 to shopping-merchant-conversions ([#11699](https://github.com/googleapis/google-cloud-java/issues/11699)) ([bfc3c9e](https://github.com/googleapis/google-cloud-java/commit/bfc3c9ecf6d294aeb5e89e0eb15955ee49b7f07a))
45+
* add v1 to shopping-merchant-datasources ([#11701](https://github.com/googleapis/google-cloud-java/issues/11701)) ([0524ca8](https://github.com/googleapis/google-cloud-java/commit/0524ca82553885706e99e281de225860bccbeabf))
46+
* add v1 to shopping-merchant-inventories ([#11700](https://github.com/googleapis/google-cloud-java/issues/11700)) ([d14c310](https://github.com/googleapis/google-cloud-java/commit/d14c310d4db39d7d5fbc9790181cc7d80036e846))
47+
* add v1 to shopping-merchant-issue-resolution ([456914c](https://github.com/googleapis/google-cloud-java/commit/456914cecbc459ec567b6349e18b8e4e5d705b64))
48+
* add v1 to shopping-merchant-lfp ([456914c](https://github.com/googleapis/google-cloud-java/commit/456914cecbc459ec567b6349e18b8e4e5d705b64))
49+
* add v1 to shopping-merchant-order-tracking ([456914c](https://github.com/googleapis/google-cloud-java/commit/456914cecbc459ec567b6349e18b8e4e5d705b64))
50+
* add v1 to shopping-merchant-products ([456914c](https://github.com/googleapis/google-cloud-java/commit/456914cecbc459ec567b6349e18b8e4e5d705b64))
51+
* add v1 to shopping-merchant-promotions ([456914c](https://github.com/googleapis/google-cloud-java/commit/456914cecbc459ec567b6349e18b8e4e5d705b64))
52+
* add v1 to shopping-merchant-quota ([456914c](https://github.com/googleapis/google-cloud-java/commit/456914cecbc459ec567b6349e18b8e4e5d705b64))
53+
* add v1 to shopping-merchant-reports ([456914c](https://github.com/googleapis/google-cloud-java/commit/456914cecbc459ec567b6349e18b8e4e5d705b64))
54+
55+
56+
### Bug Fixes
57+
58+
* [run] An existing resource_definition `cloudbuild.googleapis.com/WorkerPool` is removed ([9f28cd5](https://github.com/googleapis/google-cloud-java/commit/9f28cd5bcd951333fb2a3847edba015840b5029b))
59+
* add v1 to shopping-merchant-notifications ([#11718](https://github.com/googleapis/google-cloud-java/issues/11718)) ([eff4e54](https://github.com/googleapis/google-cloud-java/commit/eff4e5436f9af80bc1454d9e285156ceee9c37e3))
60+
* **deps:** update the Java code generator (gapic-generator-java) to 2.61.0 ([bccfa7d](https://github.com/googleapis/google-cloud-java/commit/bccfa7da89bc0d04dcf7adc3241cecb4c39623ab))
61+
* manual bring back config for shopping-merchant-notifications ([#11714](https://github.com/googleapis/google-cloud-java/issues/11714)) ([738c6b6](https://github.com/googleapis/google-cloud-java/commit/738c6b60052a422be6c88a74558dfbfd4a74f78b))
62+
* update dependency com.google.cloud:sdk-platform-java-config to v3.51.0 ([#11695](https://github.com/googleapis/google-cloud-java/issues/11695)) ([b82ce00](https://github.com/googleapis/google-cloud-java/commit/b82ce005c30551b8714099b7219b71bda85aa3a5))
63+
64+
65+
### Documentation
66+
67+
* [aiplatform] A comment for field `monitored_resource_labels` in message `.google.cloud.aiplatform.v1beta1.AutoscalingMetricSpec` is changed ([9f13f97](https://github.com/googleapis/google-cloud-java/commit/9f13f97d36a783f3387ab28f4db865f03ecbd9a8))
68+
* [configdelivery] Mark Variant's resources field as input only ([42bda69](https://github.com/googleapis/google-cloud-java/commit/42bda696749f1d5b4cfd3529f74724fad52fdeca))
69+
* [securesourcemanager] update comments for rpc BatchCreatePullRequestComments, ResolvePullRequestComments and UnresolvePullRequestComments ([42bda69](https://github.com/googleapis/google-cloud-java/commit/42bda696749f1d5b4cfd3529f74724fad52fdeca))
70+
371
## [1.64.0](https://github.com/googleapis/google-cloud-java/compare/v1.63.0...v1.64.0) (2025-07-30)
472

573

0 commit comments

Comments
 (0)