From 30498a4788947970cf79bd1f4057082979cd1788 Mon Sep 17 00:00:00 2001
From: "release-please[bot]"
<55107282+release-please[bot]@users.noreply.github.com>
Date: Fri, 5 Sep 2025 21:45:47 +0000
Subject: [PATCH] chore(main): release 0.300.0
---
AiPlatform/VERSION | 2 +-
AnalyticsAdmin/VERSION | 2 +-
AppsChat/VERSION | 2 +-
BigQuery/VERSION | 2 +-
BigQuery/src/BigQueryClient.php | 2 +-
BigQueryAnalyticsHub/VERSION | 2 +-
BigQueryReservation/VERSION | 2 +-
CHANGELOG.md | 270 ++++++++++++++++++++++++++++++
Compute/VERSION | 2 +-
ConfidentialComputing/VERSION | 2 +-
Config/VERSION | 2 +-
Firestore/VERSION | 2 +-
Firestore/src/FirestoreClient.php | 2 +-
GeminiDataAnalytics/VERSION | 2 +-
NetApp/VERSION | 2 +-
NetworkConnectivity/VERSION | 2 +-
NetworkSecurity/VERSION | 2 +-
ShoppingMerchantAccounts/VERSION | 2 +-
Spanner/VERSION | 2 +-
Spanner/src/SpannerClient.php | 2 +-
TextToSpeech/VERSION | 2 +-
VideoTranscoder/VERSION | 2 +-
VmMigration/VERSION | 2 +-
composer.json | 38 ++---
24 files changed, 311 insertions(+), 41 deletions(-)
diff --git a/AiPlatform/VERSION b/AiPlatform/VERSION
index 2aeaa11ee27e..39fc130ef857 100644
--- a/AiPlatform/VERSION
+++ b/AiPlatform/VERSION
@@ -1 +1 @@
-1.35.0
+1.36.0
diff --git a/AnalyticsAdmin/VERSION b/AnalyticsAdmin/VERSION
index 25939d35c738..c25c8e5b7416 100644
--- a/AnalyticsAdmin/VERSION
+++ b/AnalyticsAdmin/VERSION
@@ -1 +1 @@
-0.29.1
+0.30.0
diff --git a/AppsChat/VERSION b/AppsChat/VERSION
index ac454c6a1fc3..34a83616bb5a 100644
--- a/AppsChat/VERSION
+++ b/AppsChat/VERSION
@@ -1 +1 @@
-0.12.0
+0.12.1
diff --git a/BigQuery/VERSION b/BigQuery/VERSION
index 2b17ffd5042f..a95a46d9fa9c 100644
--- a/BigQuery/VERSION
+++ b/BigQuery/VERSION
@@ -1 +1 @@
-1.34.0
+1.34.1
diff --git a/BigQuery/src/BigQueryClient.php b/BigQuery/src/BigQueryClient.php
index 1ed545e7c441..c266d5daca24 100644
--- a/BigQuery/src/BigQueryClient.php
+++ b/BigQuery/src/BigQueryClient.php
@@ -50,7 +50,7 @@ class BigQueryClient
ClientTrait::jsonDecode insteadof RetryDeciderTrait;
}
- const VERSION = '1.34.0';
+ const VERSION = '1.34.1';
const MAX_DELAY_MICROSECONDS = 32000000;
diff --git a/BigQueryAnalyticsHub/VERSION b/BigQueryAnalyticsHub/VERSION
index 6085e946503a..f0bb29e76388 100644
--- a/BigQueryAnalyticsHub/VERSION
+++ b/BigQueryAnalyticsHub/VERSION
@@ -1 +1 @@
-1.2.1
+1.3.0
diff --git a/BigQueryReservation/VERSION b/BigQueryReservation/VERSION
index 276cbf9e2858..197c4d5c2d7c 100644
--- a/BigQueryReservation/VERSION
+++ b/BigQueryReservation/VERSION
@@ -1 +1 @@
-2.3.0
+2.4.0
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 59779be8916d..fe6c2407cc54 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,275 @@
# Changelog
+## 0.300.0
+
+google/cloud-ai-platform 1.36.0
+
+
+
+### Features
+
+* [AiPlatform] add data foundry service synthetic data generation API for v1 ([#8531](https://github.com/googleapis/google-cloud-php/issues/8531)) ([95d8954](https://github.com/googleapis/google-cloud-php/commit/95d895419485425841463fee6c3a0dc8272ad56b))
+
+
+
+google/analytics-admin 0.30.0
+
+
+
+### ⚠ BREAKING CHANGES
+
+* Remove the `FetchAutomatedGa4ConfigurationOptOut` method
+* Remove the `CreateConnectedSiteTag` method
+* Remove the `DeleteConnectedSiteTag` method
+* Remove the `ListConnectedSiteTags` method
+* Remove the `FetchConnectedGa4Property` method
+* Remove the `SetAutomatedGa4ConfigurationOptOutRequest` resource
+* Remove the `SetAutomatedGa4ConfigurationOptOutResponse` resource
+* Remove the `FetchAutomatedGa4ConfigurationOptOutRequest` resource
+* Remove the `FetchAutomatedGa4ConfigurationOptOutResponse` resource
+* Remove the `CreateConnectedSiteTagRequest` resource
+* Remove the `CreateConnectedSiteTagResponse` resource
+* Remove the `DeleteConnectedSiteTagRequest` resource
+* Remove the `ListConnectedSiteTagsRequest` resource
+* Remove the `ListConnectedSiteTagsResponse` resource
+* Remove the `FetchConnectedGa4PropertyRequest` resource
+* Remove the `FetchConnectedGa4PropertyResponse` resource
+* Remove the `ConnectedSiteTag` resource
+* Remove the `SetAutomatedGa4ConfigurationOptOut` method ([#8532](https://github.com/googleapis/google-cloud-php/issues/8532))
+
+### Features
+
+* Add reporting_identity_settings` fields to the `ChangeHistoryResource` resource ([7de4a72](https://github.com/googleapis/google-cloud-php/commit/7de4a722e38ad67c727d7b5610c4952fb5004240))
+* Add the `GetReportingIdentitySettings` method ([7de4a72](https://github.com/googleapis/google-cloud-php/commit/7de4a722e38ad67c727d7b5610c4952fb5004240))
+* Add the `GetReportingIdentitySettingsRequest` resource ([7de4a72](https://github.com/googleapis/google-cloud-php/commit/7de4a722e38ad67c727d7b5610c4952fb5004240))
+* Add the `REPORTING_IDENTITY_SETTINGS` resource type to the `ChangeHistoryResourceType` enum ([7de4a72](https://github.com/googleapis/google-cloud-php/commit/7de4a722e38ad67c727d7b5610c4952fb5004240))
+* Add the `ReportingIdentitySettings` resource ([7de4a72](https://github.com/googleapis/google-cloud-php/commit/7de4a722e38ad67c727d7b5610c4952fb5004240))
+
+
+### Bug Fixes
+
+* Remove the `ConnectedSiteTag` resource ([7de4a72](https://github.com/googleapis/google-cloud-php/commit/7de4a722e38ad67c727d7b5610c4952fb5004240))
+* Remove the `CreateConnectedSiteTag` method ([7de4a72](https://github.com/googleapis/google-cloud-php/commit/7de4a722e38ad67c727d7b5610c4952fb5004240))
+* Remove the `CreateConnectedSiteTagRequest` resource ([7de4a72](https://github.com/googleapis/google-cloud-php/commit/7de4a722e38ad67c727d7b5610c4952fb5004240))
+* Remove the `CreateConnectedSiteTagResponse` resource ([7de4a72](https://github.com/googleapis/google-cloud-php/commit/7de4a722e38ad67c727d7b5610c4952fb5004240))
+* Remove the `DeleteConnectedSiteTag` method ([7de4a72](https://github.com/googleapis/google-cloud-php/commit/7de4a722e38ad67c727d7b5610c4952fb5004240))
+* Remove the `DeleteConnectedSiteTagRequest` resource ([7de4a72](https://github.com/googleapis/google-cloud-php/commit/7de4a722e38ad67c727d7b5610c4952fb5004240))
+* Remove the `FetchAutomatedGa4ConfigurationOptOut` method ([7de4a72](https://github.com/googleapis/google-cloud-php/commit/7de4a722e38ad67c727d7b5610c4952fb5004240))
+* Remove the `FetchAutomatedGa4ConfigurationOptOutRequest` resource ([7de4a72](https://github.com/googleapis/google-cloud-php/commit/7de4a722e38ad67c727d7b5610c4952fb5004240))
+* Remove the `FetchAutomatedGa4ConfigurationOptOutResponse` resource ([7de4a72](https://github.com/googleapis/google-cloud-php/commit/7de4a722e38ad67c727d7b5610c4952fb5004240))
+* Remove the `FetchConnectedGa4Property` method ([7de4a72](https://github.com/googleapis/google-cloud-php/commit/7de4a722e38ad67c727d7b5610c4952fb5004240))
+* Remove the `FetchConnectedGa4PropertyRequest` resource ([7de4a72](https://github.com/googleapis/google-cloud-php/commit/7de4a722e38ad67c727d7b5610c4952fb5004240))
+* Remove the `FetchConnectedGa4PropertyResponse` resource ([7de4a72](https://github.com/googleapis/google-cloud-php/commit/7de4a722e38ad67c727d7b5610c4952fb5004240))
+* Remove the `ListConnectedSiteTags` method ([7de4a72](https://github.com/googleapis/google-cloud-php/commit/7de4a722e38ad67c727d7b5610c4952fb5004240))
+* Remove the `ListConnectedSiteTagsRequest` resource ([7de4a72](https://github.com/googleapis/google-cloud-php/commit/7de4a722e38ad67c727d7b5610c4952fb5004240))
+* Remove the `ListConnectedSiteTagsResponse` resource ([7de4a72](https://github.com/googleapis/google-cloud-php/commit/7de4a722e38ad67c727d7b5610c4952fb5004240))
+* Remove the `SetAutomatedGa4ConfigurationOptOut` method ([#8532](https://github.com/googleapis/google-cloud-php/issues/8532)) ([7de4a72](https://github.com/googleapis/google-cloud-php/commit/7de4a722e38ad67c727d7b5610c4952fb5004240))
+* Remove the `SetAutomatedGa4ConfigurationOptOutRequest` resource ([7de4a72](https://github.com/googleapis/google-cloud-php/commit/7de4a722e38ad67c727d7b5610c4952fb5004240))
+* Remove the `SetAutomatedGa4ConfigurationOptOutResponse` resource ([7de4a72](https://github.com/googleapis/google-cloud-php/commit/7de4a722e38ad67c727d7b5610c4952fb5004240))
+
+
+### Documentation
+
+* Provide additional guidelines for the `user_provided_data` field in the `SubmitUserDeletionRequest` resource ([7de4a72](https://github.com/googleapis/google-cloud-php/commit/7de4a722e38ad67c727d7b5610c4952fb5004240))
+
+
+
+google/apps-chat 0.12.1
+
+
+
+### Bug Fixes
+
+* [AppsChat] Changed field behavior for an existing field `name` in message `.google.chat.v1.QuotedMessageMetadata` ([#8540](https://github.com/googleapis/google-cloud-php/issues/8540)) ([3ae6bb8](https://github.com/googleapis/google-cloud-php/commit/3ae6bb817e68d31f08f94a7a003d5c683eee5442))
+* Changed field behavior for an existing field `last_update_time` in message `.google.chat.v1.QuotedMessageMetadata` ([3ae6bb8](https://github.com/googleapis/google-cloud-php/commit/3ae6bb817e68d31f08f94a7a003d5c683eee5442))
+
+
+### Documentation
+
+* A comment for field `customer` in message `.google.chat.v1.Space` is changed ([3ae6bb8](https://github.com/googleapis/google-cloud-php/commit/3ae6bb817e68d31f08f94a7a003d5c683eee5442))
+* A comment for field `last_update_time` in message `.google.chat.v1.QuotedMessageMetadata` is changed ([3ae6bb8](https://github.com/googleapis/google-cloud-php/commit/3ae6bb817e68d31f08f94a7a003d5c683eee5442))
+* A comment for field `name` in message `.google.chat.v1.QuotedMessageMetadata` is changed ([3ae6bb8](https://github.com/googleapis/google-cloud-php/commit/3ae6bb817e68d31f08f94a7a003d5c683eee5442))
+* A comment for field `quoted_message_metadata` in message `.google.chat.v1.Message` is changed ([3ae6bb8](https://github.com/googleapis/google-cloud-php/commit/3ae6bb817e68d31f08f94a7a003d5c683eee5442))
+* A comment for field `update_mask` in message `.google.chat.v1.UpdateMessageRequest` is changed ([3ae6bb8](https://github.com/googleapis/google-cloud-php/commit/3ae6bb817e68d31f08f94a7a003d5c683eee5442))
+* A comment for message `QuotedMessageMetadata` is changed ([3ae6bb8](https://github.com/googleapis/google-cloud-php/commit/3ae6bb817e68d31f08f94a7a003d5c683eee5442))
+
+
+
+google/cloud-bigquery 1.34.1
+
+
+
+
+
+google/cloud-bigquery-analyticshub 1.3.0
+
+
+
+### Features
+
+* [BigQueryAnalyticsHub] You can now configure listings for multiple regions for shared datasets and linked dataset replicas in BigQuery sharing ([#8555](https://github.com/googleapis/google-cloud-php/issues/8555)) ([10e6569](https://github.com/googleapis/google-cloud-php/commit/10e6569ad13f047c6575eea5d7fc7f2f0e490b2d))
+
+
+
+google/cloud-bigquery-reservation 2.4.0
+
+
+
+### Features
+
+* [BigQueryReservation] Add a new field `soft_failover_start_time` in the existing `replication_status` in `.google.cloud.bigquery.reservation.v1.Reservation` to provide visibility into the state of ongoing soft failover operations on the reservation ([#8554](https://github.com/googleapis/google-cloud-php/issues/8554)) ([787cad3](https://github.com/googleapis/google-cloud-php/commit/787cad37c1578587896eb259e5b099cd11299793))
+
+
+
+google/cloud-compute 1.36.0
+
+
+
+### Features
+
+* [Compute] Update Compute Engine v1 API to revision 20250807 ([#8538](https://github.com/googleapis/google-cloud-php/issues/8538)) ([6e4d3c2](https://github.com/googleapis/google-cloud-php/commit/6e4d3c227b10894e38388c3f998024b28ebb3a38))
+* [Compute] Update Compute Engine v1 API to revision 20250810 ([#1091](https://github.com/googleapis/google-cloud-php/issues/1091)) ([#8550](https://github.com/googleapis/google-cloud-php/issues/8550)) ([4e019e7](https://github.com/googleapis/google-cloud-php/commit/4e019e75830e543ca60831c1ff961e3cd934aa83))
+
+
+
+google/cloud-confidentialcomputing 1.5.0
+
+
+
+### Features
+
+* [ConfidentialComputing] Add new `VerifyConfidentialSpace` and `VerifyConfidentialGke` rpcs and relevant fields ([#8549](https://github.com/googleapis/google-cloud-php/issues/8549)) ([a768f72](https://github.com/googleapis/google-cloud-php/commit/a768f72e70660d0e276104a7c9cc18d1fa1db7ab))
+
+
+
+google/cloud-config 1.5.0
+
+
+
+### Features
+
+* [Config] added support for service maintained provider ([#8556](https://github.com/googleapis/google-cloud-php/issues/8556)) ([46ba8ed](https://github.com/googleapis/google-cloud-php/commit/46ba8ed11e74a3e17c4e3afaf065c0be8cfdc0ef))
+
+
+
+google/cloud-firestore 1.53.1
+
+
+
+### Bug Fixes
+
+* **Firestore:** Use x-goog-request-params header ([#8267](https://github.com/googleapis/google-cloud-php/issues/8267)) ([fd78680](https://github.com/googleapis/google-cloud-php/commit/fd78680fed84f0b9b9adf4259953208b8c89a7c9))
+
+
+
+google/cloud-geminidataanalytics 0.2.0
+
+
+
+### Features
+
+* [GeminiDataAnalytics] An existing service `ContextRetrievalService` is removed ([#8533](https://github.com/googleapis/google-cloud-php/issues/8533)) ([50ee998](https://github.com/googleapis/google-cloud-php/commit/50ee998d6b215643e12dabfb6a6932e011cb3f2d))
+* A new enum `DataFilterType` is added ([50ee998](https://github.com/googleapis/google-cloud-php/commit/50ee998d6b215643e12dabfb6a6932e011cb3f2d))
+* A new field `description` is added to message `.google.cloud.geminidataanalytics.v1alpha.Schema` ([50ee998](https://github.com/googleapis/google-cloud-php/commit/50ee998d6b215643e12dabfb6a6932e011cb3f2d))
+* A new field `example_queries` is added to message `.google.cloud.geminidataanalytics.v1alpha.Context` ([50ee998](https://github.com/googleapis/google-cloud-php/commit/50ee998d6b215643e12dabfb6a6932e011cb3f2d))
+* A new field `filters` is added to message `.google.cloud.geminidataanalytics.v1alpha.Schema` ([50ee998](https://github.com/googleapis/google-cloud-php/commit/50ee998d6b215643e12dabfb6a6932e011cb3f2d))
+* A new field `schema` is added to message `.google.cloud.geminidataanalytics.v1alpha.BigQueryTableReference` ([50ee998](https://github.com/googleapis/google-cloud-php/commit/50ee998d6b215643e12dabfb6a6932e011cb3f2d))
+* A new field `synonyms` is added to message `.google.cloud.geminidataanalytics.v1alpha.Field` ([50ee998](https://github.com/googleapis/google-cloud-php/commit/50ee998d6b215643e12dabfb6a6932e011cb3f2d))
+* A new field `synonyms` is added to message `.google.cloud.geminidataanalytics.v1alpha.Schema` ([50ee998](https://github.com/googleapis/google-cloud-php/commit/50ee998d6b215643e12dabfb6a6932e011cb3f2d))
+* A new field `tags` is added to message `.google.cloud.geminidataanalytics.v1alpha.Field` ([50ee998](https://github.com/googleapis/google-cloud-php/commit/50ee998d6b215643e12dabfb6a6932e011cb3f2d))
+* A new field `tags` is added to message `.google.cloud.geminidataanalytics.v1alpha.Schema` ([50ee998](https://github.com/googleapis/google-cloud-php/commit/50ee998d6b215643e12dabfb6a6932e011cb3f2d))
+* A new field `value_format` is added to message `.google.cloud.geminidataanalytics.v1alpha.Field` ([50ee998](https://github.com/googleapis/google-cloud-php/commit/50ee998d6b215643e12dabfb6a6932e011cb3f2d))
+* A new message `DataFilter` is added ([50ee998](https://github.com/googleapis/google-cloud-php/commit/50ee998d6b215643e12dabfb6a6932e011cb3f2d))
+* A new message `ExampleQuery` is added ([50ee998](https://github.com/googleapis/google-cloud-php/commit/50ee998d6b215643e12dabfb6a6932e011cb3f2d))
+
+
+### Documentation
+
+* Many comment updates ([50ee998](https://github.com/googleapis/google-cloud-php/commit/50ee998d6b215643e12dabfb6a6932e011cb3f2d))
+
+
+
+google/cloud-netapp 1.7.0
+
+
+
+### Features
+
+* [NetApp] add new fields for flex auto tiering ([#8564](https://github.com/googleapis/google-cloud-php/issues/8564)) ([fd337a1](https://github.com/googleapis/google-cloud-php/commit/fd337a185e5110688cfdd31c676bf1c5698c4c79))
+
+
+
+google/cloud-network-connectivity 2.4.0
+
+
+
+### Features
+
+* [NetworkConnectivity] introduce DataTransfer APIs ([#8567](https://github.com/googleapis/google-cloud-php/issues/8567)) ([159be13](https://github.com/googleapis/google-cloud-php/commit/159be135e1513ac91e2eb6e2d7b215191824c259))
+
+
+
+google/cloud-network-security 1.1.0
+
+
+
+### Features
+
+* [NetworkSecurity] add address groups API ([#8552](https://github.com/googleapis/google-cloud-php/issues/8552)) ([10b0fa1](https://github.com/googleapis/google-cloud-php/commit/10b0fa1f3d5b2cbd8eb90c3cc208bc8944f0eae0))
+
+
+
+google/shopping-merchant-accounts 1.1.0
+
+
+
+### Features
+
+* **accounts:** [ShoppingMerchantAccounts] Add batch operations for custom regions ([#8544](https://github.com/googleapis/google-cloud-php/issues/8544)) ([3a1c213](https://github.com/googleapis/google-cloud-php/commit/3a1c2134ceb8b372a67f831c522eb57ca2a1bad5))
+
+
+
+google/cloud-spanner 1.104.1
+
+
+
+### Documentation
+
+* [Spanner] A comment for field `ranges` in message `.google.spanner.v1.KeySet` is changed ([#8548](https://github.com/googleapis/google-cloud-php/issues/8548)) ([1c04557](https://github.com/googleapis/google-cloud-php/commit/1c045571941516b067f5c1dfb35d6ab8c7982357))
+
+
+
+google/cloud-text-to-speech 2.3.0
+
+
+
+### Features
+
+* [TextToSpeech] Add prompt to SynthesisInput ([#8561](https://github.com/googleapis/google-cloud-php/issues/8561)) ([8057064](https://github.com/googleapis/google-cloud-php/commit/8057064519a6350afc8fdfef226c20c65a010954))
+* [TextToSpeech] Support promptable voices by specifying a model name and a prompt ([#8542](https://github.com/googleapis/google-cloud-php/issues/8542)) ([c2dab4f](https://github.com/googleapis/google-cloud-php/commit/c2dab4f6aedf18413a08428bc330fe213667bcf3))
+
+
+
+google/cloud-video-transcoder 1.2.0
+
+
+
+### Features
+
+* [VideoTranscoder] add support for automatically generating subtitle for input videos ([#8537](https://github.com/googleapis/google-cloud-php/issues/8537)) ([4f7aaa5](https://github.com/googleapis/google-cloud-php/commit/4f7aaa5af86731301d5c952e61ea291f0844cc89))
+
+
+
+google/cloud-vm-migration 1.1.0
+
+
+
+### Features
+
+* [VmMigration] Azure as a source ([#8568](https://github.com/googleapis/google-cloud-php/issues/8568)) ([8616bac](https://github.com/googleapis/google-cloud-php/commit/8616bac83bb5a00b5695bd7507a13541b1797a18))
+
+
+
## 0.299.1
google/shopping-merchant-accounts 1.0.0
diff --git a/Compute/VERSION b/Compute/VERSION
index 2aeaa11ee27e..39fc130ef857 100644
--- a/Compute/VERSION
+++ b/Compute/VERSION
@@ -1 +1 @@
-1.35.0
+1.36.0
diff --git a/ConfidentialComputing/VERSION b/ConfidentialComputing/VERSION
index 347f5833ee6d..bc80560fad66 100644
--- a/ConfidentialComputing/VERSION
+++ b/ConfidentialComputing/VERSION
@@ -1 +1 @@
-1.4.1
+1.5.0
diff --git a/Config/VERSION b/Config/VERSION
index 347f5833ee6d..bc80560fad66 100644
--- a/Config/VERSION
+++ b/Config/VERSION
@@ -1 +1 @@
-1.4.1
+1.5.0
diff --git a/Firestore/VERSION b/Firestore/VERSION
index 3f4830156cbe..9adccc2f2f83 100644
--- a/Firestore/VERSION
+++ b/Firestore/VERSION
@@ -1 +1 @@
-1.53.0
+1.53.1
diff --git a/Firestore/src/FirestoreClient.php b/Firestore/src/FirestoreClient.php
index 217ec5365317..b284f1350376 100644
--- a/Firestore/src/FirestoreClient.php
+++ b/Firestore/src/FirestoreClient.php
@@ -75,7 +75,7 @@ class FirestoreClient
use SnapshotTrait;
use ValidateTrait;
- const VERSION = '1.53.0';
+ const VERSION = '1.53.1';
const DEFAULT_DATABASE = '(default)';
diff --git a/GeminiDataAnalytics/VERSION b/GeminiDataAnalytics/VERSION
index 17e51c385ea3..0ea3a944b399 100644
--- a/GeminiDataAnalytics/VERSION
+++ b/GeminiDataAnalytics/VERSION
@@ -1 +1 @@
-0.1.1
+0.2.0
diff --git a/NetApp/VERSION b/NetApp/VERSION
index 9c6d6293b1a8..bd8bf882d061 100644
--- a/NetApp/VERSION
+++ b/NetApp/VERSION
@@ -1 +1 @@
-1.6.1
+1.7.0
diff --git a/NetworkConnectivity/VERSION b/NetworkConnectivity/VERSION
index 276cbf9e2858..197c4d5c2d7c 100644
--- a/NetworkConnectivity/VERSION
+++ b/NetworkConnectivity/VERSION
@@ -1 +1 @@
-2.3.0
+2.4.0
diff --git a/NetworkSecurity/VERSION b/NetworkSecurity/VERSION
index ee90284c27f1..9084fa2f716a 100644
--- a/NetworkSecurity/VERSION
+++ b/NetworkSecurity/VERSION
@@ -1 +1 @@
-1.0.4
+1.1.0
diff --git a/ShoppingMerchantAccounts/VERSION b/ShoppingMerchantAccounts/VERSION
index 3eefcb9dd5b3..9084fa2f716a 100644
--- a/ShoppingMerchantAccounts/VERSION
+++ b/ShoppingMerchantAccounts/VERSION
@@ -1 +1 @@
-1.0.0
+1.1.0
diff --git a/Spanner/VERSION b/Spanner/VERSION
index 9f0b46611584..95b1ea6cbaed 100644
--- a/Spanner/VERSION
+++ b/Spanner/VERSION
@@ -1 +1 @@
-1.104.0
+1.104.1
diff --git a/Spanner/src/SpannerClient.php b/Spanner/src/SpannerClient.php
index 987bd713a58c..3b5c57792afd 100644
--- a/Spanner/src/SpannerClient.php
+++ b/Spanner/src/SpannerClient.php
@@ -117,7 +117,7 @@ class SpannerClient
use LROTrait;
use ValidateTrait;
- const VERSION = '1.104.0';
+ const VERSION = '1.104.1';
const FULL_CONTROL_SCOPE = 'https://www.googleapis.com/auth/spanner.data';
const ADMIN_SCOPE = 'https://www.googleapis.com/auth/spanner.admin';
diff --git a/TextToSpeech/VERSION b/TextToSpeech/VERSION
index b1b25a5ffae4..276cbf9e2858 100644
--- a/TextToSpeech/VERSION
+++ b/TextToSpeech/VERSION
@@ -1 +1 @@
-2.2.2
+2.3.0
diff --git a/VideoTranscoder/VERSION b/VideoTranscoder/VERSION
index 9084fa2f716a..26aaba0e8663 100644
--- a/VideoTranscoder/VERSION
+++ b/VideoTranscoder/VERSION
@@ -1 +1 @@
-1.1.0
+1.2.0
diff --git a/VmMigration/VERSION b/VmMigration/VERSION
index 90a27f9cea6e..9084fa2f716a 100644
--- a/VmMigration/VERSION
+++ b/VmMigration/VERSION
@@ -1 +1 @@
-1.0.5
+1.1.0
diff --git a/composer.json b/composer.json
index 0eb3c88bc1c8..85b2b7ef0a53 100644
--- a/composer.json
+++ b/composer.json
@@ -82,14 +82,14 @@
},
"replace": {
"google/access-context-manager": "1.0.4",
- "google/analytics-admin": "0.29.1",
+ "google/analytics-admin": "0.30.0",
"google/analytics-data": "0.22.3",
- "google/apps-chat": "0.12.0",
+ "google/apps-chat": "0.12.1",
"google/apps-events-subscriptions": "0.3.1",
"google/apps-meet": "0.4.1",
"google/cloud-access-approval": "2.0.5",
"google/cloud-advisorynotifications": "1.1.1",
- "google/cloud-ai-platform": "1.35.0",
+ "google/cloud-ai-platform": "1.36.0",
"google/cloud-alloydb": "1.4.1",
"google/cloud-api-gateway": "2.0.4",
"google/cloud-api-keys": "1.0.5",
@@ -110,13 +110,13 @@
"google/cloud-beyondcorp-appgateways": "1.0.5",
"google/cloud-beyondcorp-clientconnectorservices": "1.0.5",
"google/cloud-beyondcorp-clientgateways": "1.0.5",
- "google/cloud-bigquery": "1.34.0",
- "google/cloud-bigquery-analyticshub": "1.2.1",
+ "google/cloud-bigquery": "1.34.1",
+ "google/cloud-bigquery-analyticshub": "1.3.0",
"google/cloud-bigquery-connection": "2.0.5",
"google/cloud-bigquery-data-exchange": "0.5.2",
"google/cloud-bigquery-datapolicies": "1.0.5",
"google/cloud-bigquery-migration": "1.1.5",
- "google/cloud-bigquery-reservation": "2.3.0",
+ "google/cloud-bigquery-reservation": "2.4.0",
"google/cloud-bigquery-storage": "2.1.5",
"google/cloud-bigquerydatatransfer": "2.1.5",
"google/cloud-bigtable": "2.17.1",
@@ -130,9 +130,9 @@
"google/cloud-cloudcontrolspartner": "0.4.1",
"google/cloud-commerce-consumer-procurement": "1.2.2",
"google/cloud-common-protos": "0.8.2",
- "google/cloud-compute": "1.35.0",
- "google/cloud-confidentialcomputing": "1.4.1",
- "google/cloud-config": "1.4.1",
+ "google/cloud-compute": "1.36.0",
+ "google/cloud-confidentialcomputing": "1.5.0",
+ "google/cloud-config": "1.5.0",
"google/cloud-configdelivery": "0.2.1",
"google/cloud-contact-center-insights": "2.3.3",
"google/cloud-container": "2.5.0",
@@ -167,9 +167,9 @@
"google/cloud-eventarc-publishing": "1.1.6",
"google/cloud-filestore": "2.1.1",
"google/cloud-financialservices": "0.1.1",
- "google/cloud-firestore": "1.53.0",
+ "google/cloud-firestore": "1.53.1",
"google/cloud-functions": "2.0.6",
- "google/cloud-geminidataanalytics": "0.1.1",
+ "google/cloud-geminidataanalytics": "0.2.0",
"google/cloud-gke-backup": "1.2.1",
"google/cloud-gke-connect-gateway": "1.0.2",
"google/cloud-gke-hub": "1.0.6",
@@ -196,10 +196,10 @@
"google/cloud-migrationcenter": "1.1.2",
"google/cloud-modelarmor": "0.4.0",
"google/cloud-monitoring": "2.1.2",
- "google/cloud-netapp": "1.6.1",
- "google/cloud-network-connectivity": "2.3.0",
+ "google/cloud-netapp": "1.7.0",
+ "google/cloud-network-connectivity": "2.4.0",
"google/cloud-network-management": "2.5.0",
- "google/cloud-network-security": "1.0.4",
+ "google/cloud-network-security": "1.1.0",
"google/cloud-networkservices": "0.6.1",
"google/cloud-notebooks": "1.0.5",
"google/cloud-optimization": "1.0.5",
@@ -240,7 +240,7 @@
"google/cloud-service-usage": "2.0.4",
"google/cloud-servicehealth": "0.3.1",
"google/cloud-shell": "2.0.5",
- "google/cloud-spanner": "1.104.0",
+ "google/cloud-spanner": "1.104.1",
"google/cloud-speech": "2.1.1",
"google/cloud-sql-admin": "1.2.6",
"google/cloud-storage": "1.48.3",
@@ -252,16 +252,16 @@
"google/cloud-talent": "2.1.3",
"google/cloud-tasks": "2.0.2",
"google/cloud-telcoautomation": "1.1.1",
- "google/cloud-text-to-speech": "2.2.2",
+ "google/cloud-text-to-speech": "2.3.0",
"google/cloud-tpu": "2.1.2",
"google/cloud-trace": "1.8.10",
"google/cloud-translate": "2.0.3",
"google/cloud-video-live-stream": "1.2.1",
"google/cloud-video-stitcher": "1.0.4",
- "google/cloud-video-transcoder": "1.1.0",
+ "google/cloud-video-transcoder": "1.2.0",
"google/cloud-videointelligence": "2.0.5",
"google/cloud-vision": "2.0.3",
- "google/cloud-vm-migration": "1.0.5",
+ "google/cloud-vm-migration": "1.1.0",
"google/cloud-vmware-engine": "1.1.4",
"google/cloud-vpc-access": "2.0.5",
"google/cloud-web-risk": "2.1.1",
@@ -276,7 +276,7 @@
"google/maps-routeoptimization": "0.4.1",
"google/shopping-common-protos": "0.4.2",
"google/shopping-css": "0.6.2",
- "google/shopping-merchant-accounts": "1.0.0",
+ "google/shopping-merchant-accounts": "1.1.0",
"google/shopping-merchant-conversions": "1.0.0",
"google/shopping-merchant-datasources": "1.0.0",
"google/shopping-merchant-inventories": "1.0.0",