diff --git a/AdvisoryNotifications/VERSION b/AdvisoryNotifications/VERSION index 1d0ba9ea182b..8f0916f768f0 100644 --- a/AdvisoryNotifications/VERSION +++ b/AdvisoryNotifications/VERSION @@ -1 +1 @@ -0.4.0 +0.5.0 diff --git a/AlloyDb/VERSION b/AlloyDb/VERSION index a918a2aa18d5..faef31a4357c 100644 --- a/AlloyDb/VERSION +++ b/AlloyDb/VERSION @@ -1 +1 @@ -0.6.0 +0.7.0 diff --git a/ArtifactRegistry/VERSION b/ArtifactRegistry/VERSION index 2b7c5ae01848..17b2ccd9bf90 100644 --- a/ArtifactRegistry/VERSION +++ b/ArtifactRegistry/VERSION @@ -1 +1 @@ -0.4.2 +0.4.3 diff --git a/Asset/VERSION b/Asset/VERSION index 6b89d58f861a..feaae22bac7e 100644 --- a/Asset/VERSION +++ b/Asset/VERSION @@ -1 +1 @@ -1.12.2 +1.13.0 diff --git a/Batch/VERSION b/Batch/VERSION index bc859cbd6d99..1a96df19c09a 100644 --- a/Batch/VERSION +++ b/Batch/VERSION @@ -1 +1 @@ -0.11.2 +0.11.3 diff --git a/BigQuery/VERSION b/BigQuery/VERSION index cfc730712d5d..450a687b2dae 100644 --- a/BigQuery/VERSION +++ b/BigQuery/VERSION @@ -1 +1 @@ -1.28.0 +1.28.1 diff --git a/BigQuery/src/BigQueryClient.php b/BigQuery/src/BigQueryClient.php index 49c46f21e929..4e4a101d1996 100644 --- a/BigQuery/src/BigQueryClient.php +++ b/BigQuery/src/BigQueryClient.php @@ -50,7 +50,7 @@ class BigQueryClient ClientTrait::jsonDecode insteadof RetryDeciderTrait; } - const VERSION = '1.28.0'; + const VERSION = '1.28.1'; const MAX_DELAY_MICROSECONDS = 32000000; diff --git a/BigQueryAnalyticsHub/VERSION b/BigQueryAnalyticsHub/VERSION index ee1372d33a29..0d91a54c7d43 100644 --- a/BigQueryAnalyticsHub/VERSION +++ b/BigQueryAnalyticsHub/VERSION @@ -1 +1 @@ -0.2.2 +0.3.0 diff --git a/Bigtable/VERSION b/Bigtable/VERSION index bf4df28efca7..ac786b645446 100644 --- a/Bigtable/VERSION +++ b/Bigtable/VERSION @@ -1 +1 @@ -1.28.2 +1.28.3 diff --git a/Bigtable/src/BigtableClient.php b/Bigtable/src/BigtableClient.php index 948601dc6e04..5e519616bef5 100644 --- a/Bigtable/src/BigtableClient.php +++ b/Bigtable/src/BigtableClient.php @@ -40,7 +40,7 @@ class BigtableClient { use ArrayTrait; - const VERSION = '1.28.2'; + const VERSION = '1.28.3'; /** * @var GapicClient diff --git a/CHANGELOG.md b/CHANGELOG.md index 297e3c05286e..8a44ebd43484 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,247 @@ # Changelog +## 0.221.0 + +
google/cloud-advisorynotifications 0.5.0 + + + +### Features + +* Add new RPCs GetSettings, UpdateSettings and new messages Settings, NotificationSettings, GetSettingsRequest, UpdateSettingsRequest ([#6656](https://github.com/googleapis/google-cloud-php/issues/6656)) ([c126ed1](https://github.com/googleapis/google-cloud-php/commit/c126ed14cf0f65bc7d6341d6770f63a7595bf7c2)) + +
+ +
google/cloud-alloydb 0.7.0 + + + +### Features + +* Add support to generate client certificate and get connection info for auth proxy in AlloyDB v1 ([#6663](https://github.com/googleapis/google-cloud-php/issues/6663)) ([15da635](https://github.com/googleapis/google-cloud-php/commit/15da63571e86b48559c9527aafbd410891801b55)) + +
+ +
google/cloud-artifact-registry 0.4.3 + + + +### Bug Fixes + +* Make repository and repository_id in CreateRepository required ([#6649](https://github.com/googleapis/google-cloud-php/issues/6649)) ([0dbb72a](https://github.com/googleapis/google-cloud-php/commit/0dbb72a6d7392c2e7b7f97180b2c77f7682661ad)) + +
+ +
google/cloud-asset 1.13.0 + + + +### Features + +* Add support for directly attached and effective tags ([#6651](https://github.com/googleapis/google-cloud-php/issues/6651)) ([abf766f](https://github.com/googleapis/google-cloud-php/commit/abf766f844126b93a066a7d1dba5bc910bb40036)) + +
+ +
google/cloud-batch 0.11.3 + + + +### Documentation + +* Update batch PD interface support ([#6659](https://github.com/googleapis/google-cloud-php/issues/6659)) ([0d73692](https://github.com/googleapis/google-cloud-php/commit/0d736921f3ec0cc634511c4855eb90c84d90c036)) + +
+ +
google/cloud-bigquery 1.28.1 + + + +
+ +
google/cloud-bigquery-analyticshub 0.3.0 + + + +### Features + +* Add Subscription resource and RPCs ([#6657](https://github.com/googleapis/google-cloud-php/issues/6657)) ([c6e107f](https://github.com/googleapis/google-cloud-php/commit/c6e107f2f73e60d6c52dfcb82bf896a3bfa8daf6)) +* Add support for sharing_environment_config using which you can create data clean rooms. ([c6e107f](https://github.com/googleapis/google-cloud-php/commit/c6e107f2f73e60d6c52dfcb82bf896a3bfa8daf6)) +* Support restricted egress on Listings. ([c6e107f](https://github.com/googleapis/google-cloud-php/commit/c6e107f2f73e60d6c52dfcb82bf896a3bfa8daf6)) + +
+ +
google/cloud-bigtable 1.28.3 + + + +
+ +
google/cloud-contact-center-insights 1.6.0 + + + +### Features + +* Add optional SpeechConfig to UploadConversationRequest ([#6652](https://github.com/googleapis/google-cloud-php/issues/6652)) ([ca23119](https://github.com/googleapis/google-cloud-php/commit/ca23119bb9699a79d3215a58fbeae971024ae442)) + +
+ +
google/cloud-core 1.52.5 + + + +
+ +
google/cloud-data-catalog 1.8.0 + + + +### Features + +* Enable Vertex AI Ingestion on DataPlex ([#6660](https://github.com/googleapis/google-cloud-php/issues/6660)) ([5e509e3](https://github.com/googleapis/google-cloud-php/commit/5e509e3891435ab830a12e9295637c6d4bae833c)) + +
+ +
google/cloud-dataproc-metastore 0.10.0 + + + +### Features + +* Added EndpointLocation (v1, v1beta, v1alpha) ([#6661](https://github.com/googleapis/google-cloud-php/issues/6661)) ([7bdafb9](https://github.com/googleapis/google-cloud-php/commit/7bdafb9c8e4c3aaa1e0af71ff445154073758890)) + +
+ +
google/cloud-datastore 1.24.3 + + + +
+ +
google/cloud-debugger 1.6.3 + + + +
+ +
google/cloud-dialogflow 1.10.0 + + + +### Features + +* Add the enable_partial_automated_agent_reply flag ([#6667](https://github.com/googleapis/google-cloud-php/issues/6667)) ([8af63c5](https://github.com/googleapis/google-cloud-php/commit/8af63c502aace0d5096106a7369df78cfc481a8a)) + +
+ +
google/cloud-document-ai 1.8.0 + + + +### Features + +* Make `page_range` field public ([#6654](https://github.com/googleapis/google-cloud-php/issues/6654)) ([5baae3d](https://github.com/googleapis/google-cloud-php/commit/5baae3d4256ae8607e736f97df5e131b546e8d52)) + + +### Bug Fixes + +* `OcrConfig.compute_style_info` is deprecated. Use `PremiumFeatures.compute_style_info` instead. ([5baae3d](https://github.com/googleapis/google-cloud-php/commit/5baae3d4256ae8607e736f97df5e131b546e8d52)) + +
+ +
google/cloud-firestore 1.37.2 + + + +
+ +
google/cloud-language 0.31.2 + + + +
+ +
google/cloud-logging 1.28.2 + + + +
+ +
google/cloud-network-connectivity 1.4.0 + + + +### Features + +* Add Network Connectivity Center APIs related to VPC spokes ([#6668](https://github.com/googleapis/google-cloud-php/issues/6668)) ([53e7fbc](https://github.com/googleapis/google-cloud-php/commit/53e7fbccae98106606dc0c502a089093896f9a2b)) + +
+ +
google/cloud-pubsub 1.46.3 + + + +
+ +
google/cloud-run 0.7.0 + + + +### Features + +* Adds support for cancel Execution ([#6653](https://github.com/googleapis/google-cloud-php/issues/6653)) ([91a0964](https://github.com/googleapis/google-cloud-php/commit/91a09643e8a63e5d0a87ef8cd57be9d5bc0aae00)) +* Adds support for Direct VPC egress setting ([91a0964](https://github.com/googleapis/google-cloud-php/commit/91a09643e8a63e5d0a87ef8cd57be9d5bc0aae00)) +* Adds support for Execution overrides ([91a0964](https://github.com/googleapis/google-cloud-php/commit/91a09643e8a63e5d0a87ef8cd57be9d5bc0aae00)) +* New field for Task's scheduled timestamp ([91a0964](https://github.com/googleapis/google-cloud-php/commit/91a09643e8a63e5d0a87ef8cd57be9d5bc0aae00)) +* New fields for multi-container ([91a0964](https://github.com/googleapis/google-cloud-php/commit/91a09643e8a63e5d0a87ef8cd57be9d5bc0aae00)) + + +### Bug Fixes + +* Removes accidentally exposed field service.traffic_tags_cleanup_threshold in Cloud Run Service ([#6665](https://github.com/googleapis/google-cloud-php/issues/6665)) ([a42e6c0](https://github.com/googleapis/google-cloud-php/commit/a42e6c0bd9a1f5fc3a5f75b1daf4913906a041c9)) + + +### Documentation + +* General documentation fixes. ([91a0964](https://github.com/googleapis/google-cloud-php/commit/91a09643e8a63e5d0a87ef8cd57be9d5bc0aae00)) +* Minor comment fixes ([a42e6c0](https://github.com/googleapis/google-cloud-php/commit/a42e6c0bd9a1f5fc3a5f75b1daf4913906a041c9)) + +
+ +
google/cloud-spanner 1.64.0 + + + +### Features + +* Add BatchWrite API ([#6650](https://github.com/googleapis/google-cloud-php/issues/6650)) ([952b327](https://github.com/googleapis/google-cloud-php/commit/952b327efa4bec33454dee909d3f9910841c1867)) + +
+ +
google/cloud-speech 1.14.2 + + + +
+ +
google/cloud-storage 1.33.3 + + + +
+ +
google/cloud-trace 1.6.4 + + + +
+ +
google/cloud-translate 1.15.2 + + + +
+ ## 0.220.0
google/cloud-alloydb 0.6.0 diff --git a/ContactCenterInsights/VERSION b/ContactCenterInsights/VERSION index bc80560fad66..dc1e644a1014 100644 --- a/ContactCenterInsights/VERSION +++ b/ContactCenterInsights/VERSION @@ -1 +1 @@ -1.5.0 +1.6.0 diff --git a/Core/VERSION b/Core/VERSION index 69a7917fc9f3..b9ed8d0449c4 100644 --- a/Core/VERSION +++ b/Core/VERSION @@ -1 +1 @@ -1.52.4 +1.52.5 diff --git a/DataCatalog/VERSION b/DataCatalog/VERSION index 943f9cbc4ec7..27f9cd322bb9 100644 --- a/DataCatalog/VERSION +++ b/DataCatalog/VERSION @@ -1 +1 @@ -1.7.1 +1.8.0 diff --git a/DataprocMetastore/VERSION b/DataprocMetastore/VERSION index ac39a106c485..78bc1abd14f2 100644 --- a/DataprocMetastore/VERSION +++ b/DataprocMetastore/VERSION @@ -1 +1 @@ -0.9.0 +0.10.0 diff --git a/Datastore/VERSION b/Datastore/VERSION index e4a973f913f4..ae96cc7310aa 100644 --- a/Datastore/VERSION +++ b/Datastore/VERSION @@ -1 +1 @@ -1.24.2 +1.24.3 diff --git a/Datastore/src/DatastoreClient.php b/Datastore/src/DatastoreClient.php index f11fc71540da..d42d779c4b9d 100644 --- a/Datastore/src/DatastoreClient.php +++ b/Datastore/src/DatastoreClient.php @@ -91,7 +91,7 @@ class DatastoreClient use ClientTrait; use DatastoreTrait; - const VERSION = '1.24.2'; + const VERSION = '1.24.3'; const FULL_CONTROL_SCOPE = 'https://www.googleapis.com/auth/datastore'; diff --git a/Debugger/VERSION b/Debugger/VERSION index fdd3be6df54a..266146b87cbc 100644 --- a/Debugger/VERSION +++ b/Debugger/VERSION @@ -1 +1 @@ -1.6.2 +1.6.3 diff --git a/Debugger/src/DebuggerClient.php b/Debugger/src/DebuggerClient.php index 820aca86ce55..3a8da49391bc 100644 --- a/Debugger/src/DebuggerClient.php +++ b/Debugger/src/DebuggerClient.php @@ -40,7 +40,7 @@ class DebuggerClient { use ClientTrait; - const VERSION = '1.6.2'; + const VERSION = '1.6.3'; const FULL_CONTROL_SCOPE = 'https://www.googleapis.com/auth/cloud-platform'; const READ_ONLY_SCOPE = 'https://www.googleapis.com/auth/debugger.readonly'; diff --git a/Dialogflow/VERSION b/Dialogflow/VERSION index f8e233b27332..81c871de46b3 100644 --- a/Dialogflow/VERSION +++ b/Dialogflow/VERSION @@ -1 +1 @@ -1.9.0 +1.10.0 diff --git a/DocumentAi/VERSION b/DocumentAi/VERSION index bd8bf882d061..27f9cd322bb9 100644 --- a/DocumentAi/VERSION +++ b/DocumentAi/VERSION @@ -1 +1 @@ -1.7.0 +1.8.0 diff --git a/Firestore/VERSION b/Firestore/VERSION index 9cf86ad0ff4f..bbb542a4e2ec 100644 --- a/Firestore/VERSION +++ b/Firestore/VERSION @@ -1 +1 @@ -1.37.1 +1.37.2 diff --git a/Firestore/src/FirestoreClient.php b/Firestore/src/FirestoreClient.php index 03ad789c7185..e8801bc01886 100644 --- a/Firestore/src/FirestoreClient.php +++ b/Firestore/src/FirestoreClient.php @@ -75,7 +75,7 @@ class FirestoreClient use SnapshotTrait; use ValidateTrait; - const VERSION = '1.37.1'; + const VERSION = '1.37.2'; const DEFAULT_DATABASE = '(default)'; diff --git a/Language/VERSION b/Language/VERSION index f176c9441921..c415e1c6bd45 100644 --- a/Language/VERSION +++ b/Language/VERSION @@ -1 +1 @@ -0.31.1 +0.31.2 diff --git a/Language/src/LanguageClient.php b/Language/src/LanguageClient.php index 32da22621eb5..55d8785a2217 100644 --- a/Language/src/LanguageClient.php +++ b/Language/src/LanguageClient.php @@ -46,7 +46,7 @@ class LanguageClient ClientTrait::jsonDecode insteadof RetryDeciderTrait; } - const VERSION = '0.31.1'; + const VERSION = '0.31.2'; const FULL_CONTROL_SCOPE = 'https://www.googleapis.com/auth/cloud-platform'; diff --git a/Logging/VERSION b/Logging/VERSION index 450a687b2dae..bf4df28efca7 100644 --- a/Logging/VERSION +++ b/Logging/VERSION @@ -1 +1 @@ -1.28.1 +1.28.2 diff --git a/Logging/src/LoggingClient.php b/Logging/src/LoggingClient.php index cf8479a82328..53087b319b11 100644 --- a/Logging/src/LoggingClient.php +++ b/Logging/src/LoggingClient.php @@ -70,7 +70,7 @@ class LoggingClient use ArrayTrait; use ClientTrait; - const VERSION = '1.28.1'; + const VERSION = '1.28.2'; const FULL_CONTROL_SCOPE = 'https://www.googleapis.com/auth/logging.admin'; const READ_ONLY_SCOPE = 'https://www.googleapis.com/auth/logging.read'; diff --git a/NetworkConnectivity/VERSION b/NetworkConnectivity/VERSION index f0bb29e76388..88c5fb891dcf 100644 --- a/NetworkConnectivity/VERSION +++ b/NetworkConnectivity/VERSION @@ -1 +1 @@ -1.3.0 +1.4.0 diff --git a/PubSub/VERSION b/PubSub/VERSION index 94ed04f1d4ae..a82727cc92a7 100644 --- a/PubSub/VERSION +++ b/PubSub/VERSION @@ -1 +1 @@ -1.46.2 +1.46.3 diff --git a/PubSub/src/PubSubClient.php b/PubSub/src/PubSubClient.php index b0aa7e66c329..ea33909909ef 100644 --- a/PubSub/src/PubSubClient.php +++ b/PubSub/src/PubSubClient.php @@ -87,7 +87,7 @@ class PubSubClient use IncomingMessageTrait; use ResourceNameTrait; - const VERSION = '1.46.2'; + const VERSION = '1.46.3'; const FULL_CONTROL_SCOPE = 'https://www.googleapis.com/auth/pubsub'; diff --git a/Run/VERSION b/Run/VERSION index a918a2aa18d5..faef31a4357c 100644 --- a/Run/VERSION +++ b/Run/VERSION @@ -1 +1 @@ -0.6.0 +0.7.0 diff --git a/Spanner/VERSION b/Spanner/VERSION index 590653d9447b..9405730420ff 100644 --- a/Spanner/VERSION +++ b/Spanner/VERSION @@ -1 +1 @@ -1.63.2 +1.64.0 diff --git a/Spanner/src/SpannerClient.php b/Spanner/src/SpannerClient.php index ebc4a15c07c3..6c5fdfa1aa25 100644 --- a/Spanner/src/SpannerClient.php +++ b/Spanner/src/SpannerClient.php @@ -93,7 +93,7 @@ class SpannerClient use LROTrait; use ValidateTrait; - const VERSION = '1.63.2'; + const VERSION = '1.64.0'; const FULL_CONTROL_SCOPE = 'https://www.googleapis.com/auth/spanner.data'; const ADMIN_SCOPE = 'https://www.googleapis.com/auth/spanner.admin'; diff --git a/Speech/VERSION b/Speech/VERSION index 63e799cf451b..a4cc55716f5d 100644 --- a/Speech/VERSION +++ b/Speech/VERSION @@ -1 +1 @@ -1.14.1 +1.14.2 diff --git a/Speech/src/SpeechClient.php b/Speech/src/SpeechClient.php index 4a3048fc8b92..7fa67e0056cb 100644 --- a/Speech/src/SpeechClient.php +++ b/Speech/src/SpeechClient.php @@ -50,7 +50,7 @@ class SpeechClient { use ClientTrait; - const VERSION = '1.14.1'; + const VERSION = '1.14.2'; const SCOPE = 'https://www.googleapis.com/auth/cloud-platform'; diff --git a/Storage/VERSION b/Storage/VERSION index 80c8c0bd3665..c7f962f33b91 100644 --- a/Storage/VERSION +++ b/Storage/VERSION @@ -1 +1 @@ -1.33.2 +1.33.3 diff --git a/Storage/src/StorageClient.php b/Storage/src/StorageClient.php index a37083fdb220..f4ee2165d742 100644 --- a/Storage/src/StorageClient.php +++ b/Storage/src/StorageClient.php @@ -47,7 +47,7 @@ class StorageClient use ArrayTrait; use ClientTrait; - const VERSION = '1.33.2'; + const VERSION = '1.33.3'; const FULL_CONTROL_SCOPE = 'https://www.googleapis.com/auth/devstorage.full_control'; const READ_ONLY_SCOPE = 'https://www.googleapis.com/auth/devstorage.read_only'; diff --git a/Trace/VERSION b/Trace/VERSION index 266146b87cbc..9edc58bb1dd8 100644 --- a/Trace/VERSION +++ b/Trace/VERSION @@ -1 +1 @@ -1.6.3 +1.6.4 diff --git a/Trace/src/TraceClient.php b/Trace/src/TraceClient.php index 5d08e103b454..fa7a5259cc26 100644 --- a/Trace/src/TraceClient.php +++ b/Trace/src/TraceClient.php @@ -40,7 +40,7 @@ class TraceClient { use ClientTrait; - const VERSION = '1.6.3'; + const VERSION = '1.6.4'; const FULL_CONTROL_SCOPE = 'https://www.googleapis.com/auth/cloud-platform'; diff --git a/Translate/VERSION b/Translate/VERSION index ace44233b4aa..42cf0675c566 100644 --- a/Translate/VERSION +++ b/Translate/VERSION @@ -1 +1 @@ -1.15.1 +1.15.2 diff --git a/composer.json b/composer.json index 98a87ed86e89..d14d20e3db3d 100644 --- a/composer.json +++ b/composer.json @@ -73,27 +73,27 @@ "google/analytics-admin": "0.18.0", "google/analytics-data": "0.11.1", "google/cloud-access-approval": "1.1.2", - "google/cloud-advisorynotifications": "0.4.0", + "google/cloud-advisorynotifications": "0.5.0", "google/cloud-ai-platform": "0.25.0", - "google/cloud-alloydb": "0.6.0", + "google/cloud-alloydb": "0.7.0", "google/cloud-api-gateway": "1.2.0", "google/cloud-api-keys": "0.3.1", "google/cloud-apigee-connect": "1.1.2", "google/cloud-apigee-registry": "0.4.0", "google/cloud-appengine-admin": "1.2.0", - "google/cloud-artifact-registry": "0.4.2", - "google/cloud-asset": "1.12.2", + "google/cloud-artifact-registry": "0.4.3", + "google/cloud-asset": "1.13.0", "google/cloud-assured-workloads": "0.10.0", "google/cloud-automl": "1.5.2", "google/cloud-bare-metal-solution": "0.5.0", - "google/cloud-batch": "0.11.2", + "google/cloud-batch": "0.11.3", "google/cloud-beyondcorp-appconnections": "0.3.0", "google/cloud-beyondcorp-appconnectors": "0.3.0", "google/cloud-beyondcorp-appgateways": "0.3.0", "google/cloud-beyondcorp-clientconnectorservices": "0.3.0", "google/cloud-beyondcorp-clientgateways": "0.3.0", - "google/cloud-bigquery": "1.28.0", - "google/cloud-bigquery-analyticshub": "0.2.2", + "google/cloud-bigquery": "1.28.1", + "google/cloud-bigquery-analyticshub": "0.3.0", "google/cloud-bigquery-connection": "1.4.0", "google/cloud-bigquery-data-exchange": "0.3.2", "google/cloud-bigquery-datapolicies": "0.4.0", @@ -101,7 +101,7 @@ "google/cloud-bigquery-reservation": "1.2.2", "google/cloud-bigquery-storage": "1.7.0", "google/cloud-bigquerydatatransfer": "1.6.1", - "google/cloud-bigtable": "1.28.2", + "google/cloud-bigtable": "1.28.3", "google/cloud-billing": "1.7.4", "google/cloud-billing-budgets": "1.3.0", "google/cloud-binary-authorization": "0.6.0", @@ -113,11 +113,11 @@ "google/cloud-compute": "1.12.0", "google/cloud-confidentialcomputing": "0.5.0", "google/cloud-config": "0.1.1", - "google/cloud-contact-center-insights": "1.5.0", + "google/cloud-contact-center-insights": "1.6.0", "google/cloud-container": "1.21.0", "google/cloud-container-analysis": "0.3.3", - "google/cloud-core": "1.52.4", - "google/cloud-data-catalog": "1.7.1", + "google/cloud-core": "1.52.5", + "google/cloud-data-catalog": "1.8.0", "google/cloud-data-fusion": "0.5.0", "google/cloud-datacatalog-lineage": "0.3.0", "google/cloud-dataflow": "0.5.0", @@ -125,24 +125,24 @@ "google/cloud-datalabeling": "0.4.0", "google/cloud-dataplex": "0.9.0", "google/cloud-dataproc": "3.10.0", - "google/cloud-dataproc-metastore": "0.9.0", - "google/cloud-datastore": "1.24.2", + "google/cloud-dataproc-metastore": "0.10.0", + "google/cloud-datastore": "1.24.3", "google/cloud-datastore-admin": "0.7.3", "google/cloud-datastream": "1.4.0", - "google/cloud-debugger": "1.6.2", + "google/cloud-debugger": "1.6.3", "google/cloud-deploy": "0.12.0", - "google/cloud-dialogflow": "1.9.0", + "google/cloud-dialogflow": "1.10.0", "google/cloud-discoveryengine": "0.7.0", "google/cloud-dlp": "1.10.1", "google/cloud-dms": "1.4.0", - "google/cloud-document-ai": "1.7.0", + "google/cloud-document-ai": "1.8.0", "google/cloud-domains": "0.4.0", "google/cloud-error-reporting": "0.21.0", "google/cloud-essential-contacts": "0.3.3", "google/cloud-eventarc": "1.2.0", "google/cloud-eventarc-publishing": "0.5.0", "google/cloud-filestore": "1.3.0", - "google/cloud-firestore": "1.37.1", + "google/cloud-firestore": "1.37.2", "google/cloud-functions": "1.4.0", "google/cloud-game-servers": "1.2.0", "google/cloud-gke-backup": "0.5.1", @@ -157,16 +157,16 @@ "google/cloud-iot": "1.6.2", "google/cloud-kms": "1.20.2", "google/cloud-kms-inventory": "0.3.0", - "google/cloud-language": "0.31.1", + "google/cloud-language": "0.31.2", "google/cloud-life-sciences": "0.5.2", - "google/cloud-logging": "1.28.1", + "google/cloud-logging": "1.28.2", "google/cloud-managed-identities": "1.2.0", "google/cloud-media-translation": "0.3.2", "google/cloud-memcache": "1.2.0", "google/cloud-migrationcenter": "0.3.0", "google/cloud-monitoring": "1.7.0", "google/cloud-netapp": "0.1.0", - "google/cloud-network-connectivity": "1.3.0", + "google/cloud-network-connectivity": "1.4.0", "google/cloud-network-management": "1.4.0", "google/cloud-network-security": "0.5.0", "google/cloud-notebooks": "0.6.0", @@ -180,7 +180,7 @@ "google/cloud-policytroubleshooter-iam": "0.1.0", "google/cloud-private-catalog": "0.3.2", "google/cloud-profiler": "1.2.2", - "google/cloud-pubsub": "1.46.2", + "google/cloud-pubsub": "1.46.3", "google/cloud-rapidmigrationassessment": "0.2.1", "google/cloud-recaptcha-enterprise": "1.4.2", "google/cloud-recommendations-ai": "0.6.2", @@ -189,7 +189,7 @@ "google/cloud-resource-manager": "0.7.0", "google/cloud-resource-settings": "1.1.2", "google/cloud-retail": "1.4.0", - "google/cloud-run": "0.6.0", + "google/cloud-run": "0.7.0", "google/cloud-scheduler": "1.9.2", "google/cloud-secret-manager": "1.12.2", "google/cloud-security-center": "1.19.0", @@ -200,10 +200,10 @@ "google/cloud-service-management": "1.2.0", "google/cloud-service-usage": "1.2.1", "google/cloud-shell": "1.2.0", - "google/cloud-spanner": "1.63.2", - "google/cloud-speech": "1.14.1", + "google/cloud-spanner": "1.64.0", + "google/cloud-speech": "1.14.2", "google/cloud-sql-admin": "0.5.0", - "google/cloud-storage": "1.33.2", + "google/cloud-storage": "1.33.3", "google/cloud-storage-transfer": "1.3.0", "google/cloud-storageinsights": "0.2.2", "google/cloud-support": "0.1.1", @@ -211,8 +211,8 @@ "google/cloud-tasks": "1.13.1", "google/cloud-text-to-speech": "1.7.0", "google/cloud-tpu": "1.3.0", - "google/cloud-trace": "1.6.3", - "google/cloud-translate": "1.15.1", + "google/cloud-trace": "1.6.4", + "google/cloud-translate": "1.15.2", "google/cloud-video-live-stream": "0.6.0", "google/cloud-video-stitcher": "0.7.1", "google/cloud-video-transcoder": "0.9.0",