Skip to content

Commit 5831d99

Browse files
chore: release main (#12597)
1 parent eeb4b1f commit 5831d99

File tree

21 files changed

+161
-20
lines changed

21 files changed

+161
-20
lines changed

.release-please-manifest-submodules.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"accesscontextmanager": "1.9.6",
44
"advisorynotifications": "1.5.6",
55
"ai": "0.12.1",
6-
"aiplatform": "1.94.0",
6+
"aiplatform": "1.95.0",
77
"alloydb": "1.18.0",
88
"analytics": "0.29.0",
99
"apigateway": "1.7.7",
@@ -19,15 +19,15 @@
1919
"asset": "1.21.1",
2020
"assuredworkloads": "1.12.6",
2121
"automl": "1.14.7",
22-
"backupdr": "1.3.2",
22+
"backupdr": "1.4.0",
2323
"baremetalsolution": "1.3.6",
2424
"batch": "1.12.2",
2525
"beyondcorp": "1.1.6",
2626
"billing": "1.20.4",
2727
"binaryauthorization": "1.9.5",
2828
"certificatemanager": "1.9.5",
2929
"channel": "1.20.0",
30-
"chat": "0.13.1",
30+
"chat": "0.14.0",
3131
"chronicle": "0.1.1",
3232
"cloudbuild": "1.22.2",
3333
"cloudcontrolspartner": "1.4.0",
@@ -56,7 +56,7 @@
5656
"developerconnect": "0.4.0",
5757
"devicestreaming": "0.1.0",
5858
"dialogflow": "1.69.0",
59-
"discoveryengine": "1.18.0",
59+
"discoveryengine": "1.19.0",
6060
"dlp": "1.24.0",
6161
"documentai": "1.37.0",
6262
"domains": "0.10.6",
@@ -92,10 +92,10 @@
9292
"memorystore": "0.3.0",
9393
"metastore": "1.14.7",
9494
"migrationcenter": "1.1.5",
95-
"modelarmor": "0.4.0",
95+
"modelarmor": "0.5.0",
9696
"monitoring": "1.24.2",
9797
"netapp": "1.9.0",
98-
"networkconnectivity": "1.17.1",
98+
"networkconnectivity": "1.18.0",
9999
"networkmanagement": "1.19.1",
100100
"networksecurity": "0.10.6",
101101
"networkservices": "0.5.0",
@@ -109,7 +109,7 @@
109109
"parallelstore": "0.11.3",
110110
"parametermanager": "0.3.0",
111111
"phishingprotection": "0.9.6",
112-
"policysimulator": "0.3.6",
112+
"policysimulator": "0.4.0",
113113
"policytroubleshooter": "1.11.6",
114114
"privatecatalog": "0.10.7",
115115
"privilegedaccessmanager": "0.2.5",
@@ -119,11 +119,11 @@
119119
"recommender": "1.13.5",
120120
"redis": "1.18.2",
121121
"resourcemanager": "1.10.6",
122-
"retail": "1.22.0",
122+
"retail": "1.23.0",
123123
"run": "1.11.0",
124124
"scheduler": "1.11.7",
125125
"secretmanager": "1.15.0",
126-
"securesourcemanager": "1.3.3",
126+
"securesourcemanager": "1.4.0",
127127
"security": "1.19.0",
128128
"securitycenter": "1.37.0",
129129
"securitycentermanagement": "1.1.5",
@@ -148,7 +148,7 @@
148148
"tpu": "1.8.3",
149149
"trace": "1.11.6",
150150
"translate": "1.12.6",
151-
"video": "1.24.0",
151+
"video": "1.25.0",
152152
"videointelligence": "1.12.6",
153153
"vision": "2.9.5",
154154
"visionai": "0.4.5",

aiplatform/CHANGES.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,19 @@
11
# Changes
22

33

4+
## [1.95.0](https://github.com/googleapis/google-cloud-go/compare/aiplatform/v1.94.0...aiplatform/v1.95.0) (2025-07-23)
5+
6+
7+
### Features
8+
9+
* **aiplatform:** Add service_account to Reasoning Engine public protos ([eeb4b1f](https://github.com/googleapis/google-cloud-go/commit/eeb4b1fe8eb83b73ec31b0bd46e3704bdc0212c3))
10+
* **aiplatform:** Add service_account to Reasoning Engine public protos ([eeb4b1f](https://github.com/googleapis/google-cloud-go/commit/eeb4b1fe8eb83b73ec31b0bd46e3704bdc0212c3))
11+
12+
13+
### Bug Fixes
14+
15+
* **aiplatform:** Remove gemini_template_config and request_column_name fields from DatasetService.AssessData and DatasetService.AssembleData ([ac4970b](https://github.com/googleapis/google-cloud-go/commit/ac4970b5a6318dbfcdca7da5ee256852ca49ea23))
16+
417
## [1.94.0](https://github.com/googleapis/google-cloud-go/compare/aiplatform/v1.93.0...aiplatform/v1.94.0) (2025-07-16)
518

619

aiplatform/internal/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@
1515
package internal
1616

1717
// Version is the current tagged release of the library.
18-
const Version = "1.94.0"
18+
const Version = "1.95.0"

backupdr/CHANGES.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,33 @@
33

44

55

6+
## [1.4.0](https://github.com/googleapis/google-cloud-go/compare/backupdr/v1.3.2...backupdr/v1.4.0) (2025-07-23)
7+
8+
9+
### Features
10+
11+
* **backupdr:** Add BackupPlanRevision resource and associated RPCs ([eeb4b1f](https://github.com/googleapis/google-cloud-go/commit/eeb4b1fe8eb83b73ec31b0bd46e3704bdc0212c3))
12+
* **backupdr:** Add DataSourceReference resource and associated RPCs ([eeb4b1f](https://github.com/googleapis/google-cloud-go/commit/eeb4b1fe8eb83b73ec31b0bd46e3704bdc0212c3))
13+
* **backupdr:** Add FetchBackupPlanAssociationsForResourceType RPC ([eeb4b1f](https://github.com/googleapis/google-cloud-go/commit/eeb4b1fe8eb83b73ec31b0bd46e3704bdc0212c3))
14+
* **backupdr:** Add new states to resources (UPDATING, UPLOADING) ([eeb4b1f](https://github.com/googleapis/google-cloud-go/commit/eeb4b1fe8eb83b73ec31b0bd46e3704bdc0212c3))
15+
* **backupdr:** Add ON_DEMAND_OPERATIONAL backup type ([eeb4b1f](https://github.com/googleapis/google-cloud-go/commit/eeb4b1fe8eb83b73ec31b0bd46e3704bdc0212c3))
16+
* **backupdr:** Add support for Cloud SQL backup and restore ([eeb4b1f](https://github.com/googleapis/google-cloud-go/commit/eeb4b1fe8eb83b73ec31b0bd46e3704bdc0212c3))
17+
* **backupdr:** Add support for GCE Disk backup and restore ([eeb4b1f](https://github.com/googleapis/google-cloud-go/commit/eeb4b1fe8eb83b73ec31b0bd46e3704bdc0212c3))
18+
* **backupdr:** Add Update RPCs for BackupPlan and BackupPlanAssociation ([eeb4b1f](https://github.com/googleapis/google-cloud-go/commit/eeb4b1fe8eb83b73ec31b0bd46e3704bdc0212c3))
19+
* **backupdr:** Change BackupRule.standard_schedule to be OPTIONAL ([eeb4b1f](https://github.com/googleapis/google-cloud-go/commit/eeb4b1fe8eb83b73ec31b0bd46e3704bdc0212c3))
20+
21+
22+
### Documentation
23+
24+
* **backupdr:** A comment for field backup_retention_days in message .google.cloud.backupdr.v1.BackupRule is changed ([eeb4b1f](https://github.com/googleapis/google-cloud-go/commit/eeb4b1fe8eb83b73ec31b0bd46e3704bdc0212c3))
25+
* **backupdr:** A comment for field disks in message .google.cloud.backupdr.v1.ComputeInstanceRestoreProperties is changed ([eeb4b1f](https://github.com/googleapis/google-cloud-go/commit/eeb4b1fe8eb83b73ec31b0bd46e3704bdc0212c3))
26+
* **backupdr:** A comment for field hourly_frequency in message .google.cloud.backupdr.v1.StandardSchedule is changed ([eeb4b1f](https://github.com/googleapis/google-cloud-go/commit/eeb4b1fe8eb83b73ec31b0bd46e3704bdc0212c3))
27+
* **backupdr:** A comment for field network_interfaces in message .google.cloud.backupdr.v1.ComputeInstanceRestoreProperties is changed ([eeb4b1f](https://github.com/googleapis/google-cloud-go/commit/eeb4b1fe8eb83b73ec31b0bd46e3704bdc0212c3))
28+
* **backupdr:** A comment for field resource in message .google.cloud.backupdr.v1.BackupPlanAssociation is changed ([eeb4b1f](https://github.com/googleapis/google-cloud-go/commit/eeb4b1fe8eb83b73ec31b0bd46e3704bdc0212c3))
29+
* **backupdr:** A comment for field resource_policies in message .google.cloud.backupdr.v1.ComputeInstanceRestoreProperties is changed ([eeb4b1f](https://github.com/googleapis/google-cloud-go/commit/eeb4b1fe8eb83b73ec31b0bd46e3704bdc0212c3))
30+
* **backupdr:** A comment for field resource_type in message .google.cloud.backupdr.v1.BackupPlan is changed ([eeb4b1f](https://github.com/googleapis/google-cloud-go/commit/eeb4b1fe8eb83b73ec31b0bd46e3704bdc0212c3))
31+
* **backupdr:** A comment for field resource_type in message .google.cloud.backupdr.v1.BackupPlanAssociation is changed ([eeb4b1f](https://github.com/googleapis/google-cloud-go/commit/eeb4b1fe8eb83b73ec31b0bd46e3704bdc0212c3))
32+
633
## [1.3.2](https://github.com/googleapis/google-cloud-go/compare/backupdr/v1.3.1...backupdr/v1.3.2) (2025-04-15)
734

835

backupdr/internal/version.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

chat/CHANGES.md

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

3+
## [0.14.0](https://github.com/googleapis/google-cloud-go/compare/chat/v0.13.1...chat/v0.14.0) (2025-07-23)
4+
5+
6+
### Features
7+
8+
* **chat:** Exposing 1p integration message content (drive, calendar, huddle, meet chips) ([#12589](https://github.com/googleapis/google-cloud-go/issues/12589)) ([ac4970b](https://github.com/googleapis/google-cloud-go/commit/ac4970b5a6318dbfcdca7da5ee256852ca49ea23))
9+
10+
11+
### Documentation
12+
13+
* **chat:** Update reference documentation for annotations. Introduce new richlink metadata types ([ac4970b](https://github.com/googleapis/google-cloud-go/commit/ac4970b5a6318dbfcdca7da5ee256852ca49ea23))
14+
315
## [0.13.1](https://github.com/googleapis/google-cloud-go/compare/chat/v0.13.0...chat/v0.13.1) (2025-06-04)
416

517

chat/internal/version.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

discoveryengine/CHANGES.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,23 @@
22

33

44

5+
## [1.19.0](https://github.com/googleapis/google-cloud-go/compare/discoveryengine/v1.18.0...discoveryengine/v1.19.0) (2025-07-23)
6+
7+
8+
### Features
9+
10+
* **discoveryengine:** Add AssistantService ([eeb4b1f](https://github.com/googleapis/google-cloud-go/commit/eeb4b1fe8eb83b73ec31b0bd46e3704bdc0212c3))
11+
* **discoveryengine:** Add SessionService ([eeb4b1f](https://github.com/googleapis/google-cloud-go/commit/eeb4b1fe8eb83b73ec31b0bd46e3704bdc0212c3))
12+
13+
14+
### Documentation
15+
16+
* **discoveryengine:** A comment for field `answer` in message `.google.cloud.discoveryengine.v1.Session` is changed ([eeb4b1f](https://github.com/googleapis/google-cloud-go/commit/eeb4b1fe8eb83b73ec31b0bd46e3704bdc0212c3))
17+
* **discoveryengine:** A comment for field `filter` in message `.google.cloud.discoveryengine.v1.ListSessionsRequest` is changed ([eeb4b1f](https://github.com/googleapis/google-cloud-go/commit/eeb4b1fe8eb83b73ec31b0bd46e3704bdc0212c3))
18+
* **discoveryengine:** A comment for field `query_id` in message `.google.cloud.discoveryengine.v1.Query` is changed ([eeb4b1f](https://github.com/googleapis/google-cloud-go/commit/eeb4b1fe8eb83b73ec31b0bd46e3704bdc0212c3))
19+
* **discoveryengine:** A comment for field `query` in message `.google.cloud.discoveryengine.v1.Session` is changed ([eeb4b1f](https://github.com/googleapis/google-cloud-go/commit/eeb4b1fe8eb83b73ec31b0bd46e3704bdc0212c3))
20+
* **discoveryengine:** A comment for field `session` in message `.google.cloud.discoveryengine.v1.SearchRequest` is changed ([eeb4b1f](https://github.com/googleapis/google-cloud-go/commit/eeb4b1fe8eb83b73ec31b0bd46e3704bdc0212c3))
21+
522
## [1.18.0](https://github.com/googleapis/google-cloud-go/compare/discoveryengine/v1.17.2...discoveryengine/v1.18.0) (2025-06-04)
623

724

discoveryengine/internal/version.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

modelarmor/CHANGES.md

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

3+
## [0.5.0](https://github.com/googleapis/google-cloud-go/compare/modelarmor/v0.4.0...modelarmor/v0.5.0) (2025-07-23)
4+
5+
6+
### Features
7+
8+
* **modelarmor:** Add support for EnforcementType ([eeb4b1f](https://github.com/googleapis/google-cloud-go/commit/eeb4b1fe8eb83b73ec31b0bd46e3704bdc0212c3))
9+
* **modelarmor:** Add support for EnforcementType ([eeb4b1f](https://github.com/googleapis/google-cloud-go/commit/eeb4b1fe8eb83b73ec31b0bd46e3704bdc0212c3))
10+
* **modelarmor:** MultiLanguage Detection in Model Armor Floor Setting ([eeb4b1f](https://github.com/googleapis/google-cloud-go/commit/eeb4b1fe8eb83b73ec31b0bd46e3704bdc0212c3))
11+
* **modelarmor:** MultiLanguage Detection in Model Armor Floor Setting ([eeb4b1f](https://github.com/googleapis/google-cloud-go/commit/eeb4b1fe8eb83b73ec31b0bd46e3704bdc0212c3))
12+
13+
14+
### Documentation
15+
16+
* **modelarmor:** Fix comment formatting ([eeb4b1f](https://github.com/googleapis/google-cloud-go/commit/eeb4b1fe8eb83b73ec31b0bd46e3704bdc0212c3))
17+
* **modelarmor:** Fix comment formatting ([eeb4b1f](https://github.com/googleapis/google-cloud-go/commit/eeb4b1fe8eb83b73ec31b0bd46e3704bdc0212c3))
18+
319
## [0.4.0](https://github.com/googleapis/google-cloud-go/compare/modelarmor/v0.3.0...modelarmor/v0.4.0) (2025-07-09)
420

521

0 commit comments

Comments
 (0)