From ff8bfdaee9813ef63d93bfbc4ce020101afb9a24 Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Fri, 10 May 2024 18:58:00 +0000 Subject: [PATCH] chore(main): release 1.38.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 34 +++ changelog.json | 366 ++++++++++++++++++++++++++++- java-speech/README.md | 6 +- java-storage-transfer/README.md | 6 +- java-storageinsights/README.md | 6 +- java-talent/README.md | 6 +- java-tasks/README.md | 6 +- java-telcoautomation/README.md | 6 +- java-texttospeech/README.md | 6 +- java-tpu/README.md | 6 +- java-trace/README.md | 6 +- java-translate/README.md | 6 +- java-vertexai/README.md | 6 +- java-video-intelligence/README.md | 6 +- java-video-live-stream/README.md | 6 +- java-video-stitcher/README.md | 6 +- java-video-transcoder/README.md | 6 +- java-vision/README.md | 6 +- java-vmmigration/README.md | 6 +- java-vmwareengine/README.md | 6 +- java-vpcaccess/README.md | 6 +- java-webrisk/README.md | 6 +- java-websecurityscanner/README.md | 6 +- java-workflow-executions/README.md | 6 +- java-workflows/README.md | 6 +- java-workspaceevents/README.md | 6 +- java-workstations/README.md | 6 +- 28 files changed, 475 insertions(+), 77 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 3ab81460f300..00a5aedfd21a 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.37.0" + ".": "1.38.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 62399da157a4..8a303fe578a7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,39 @@ # Changelog +## [1.38.0](https://github.com/googleapis/google-cloud-java/compare/v1.37.0...v1.38.0) (2024-05-10) + + +### ⚠ BREAKING CHANGES + +* [parallelstore] An existing field `destination_path` is renamed to `destination_parallelstore` in message `.google.cloud.parallelstore.v1beta.ImportDataRequest` +* [parallelstore] An existing field `source_path` is renamed to `source_parallelstore` in message `.google.cloud.parallelstore.v1beta.ExportDataRequest` +* [parallelstore] An existing field `destination_gcs_uri` is renamed to `destination_gcs_bucket` in message `.google.cloud.parallelstore.v1beta.ExportDataRequest` +* [parallelstore] An existing field `source_gcs_uri` is renamed to `source_gcs_bucket` in message `.google.cloud.parallelstore.v1beta.ImportDataRequest` + +### Features + +* [batch] Add UpdateJob API to update the job spec, only task_count is supported now ([46fa9ba](https://github.com/googleapis/google-cloud-java/commit/46fa9ba2eb614ba41ab527e13b0c400fe54b58e0)) +* [batch] Update description on allowed_locations in LocationPolicy field ([46fa9ba](https://github.com/googleapis/google-cloud-java/commit/46fa9ba2eb614ba41ab527e13b0c400fe54b58e0)) +* [maps-routeoptimization] link RPC & REST reference documentation for Route Optimization ([46fa9ba](https://github.com/googleapis/google-cloud-java/commit/46fa9ba2eb614ba41ab527e13b0c400fe54b58e0)) +* [parallelstore] A new message `DestinationGcsBucket` is added ([46fa9ba](https://github.com/googleapis/google-cloud-java/commit/46fa9ba2eb614ba41ab527e13b0c400fe54b58e0)) +* [parallelstore] A new message `DestinationParallelstore` is added ([46fa9ba](https://github.com/googleapis/google-cloud-java/commit/46fa9ba2eb614ba41ab527e13b0c400fe54b58e0)) +* [parallelstore] A new message `SourceGcsBucket` is added ([46fa9ba](https://github.com/googleapis/google-cloud-java/commit/46fa9ba2eb614ba41ab527e13b0c400fe54b58e0)) +* [parallelstore] A new message `SourceParallelstore` is added ([46fa9ba](https://github.com/googleapis/google-cloud-java/commit/46fa9ba2eb614ba41ab527e13b0c400fe54b58e0)) + + +### Bug Fixes + +* [parallelstore] An existing field `destination_gcs_uri` is renamed to `destination_gcs_bucket` in message `.google.cloud.parallelstore.v1beta.ExportDataRequest` ([46fa9ba](https://github.com/googleapis/google-cloud-java/commit/46fa9ba2eb614ba41ab527e13b0c400fe54b58e0)) +* [parallelstore] An existing field `destination_path` is renamed to `destination_parallelstore` in message `.google.cloud.parallelstore.v1beta.ImportDataRequest` ([46fa9ba](https://github.com/googleapis/google-cloud-java/commit/46fa9ba2eb614ba41ab527e13b0c400fe54b58e0)) +* [parallelstore] An existing field `source_gcs_uri` is renamed to `source_gcs_bucket` in message `.google.cloud.parallelstore.v1beta.ImportDataRequest` ([46fa9ba](https://github.com/googleapis/google-cloud-java/commit/46fa9ba2eb614ba41ab527e13b0c400fe54b58e0)) +* [parallelstore] An existing field `source_path` is renamed to `source_parallelstore` in message `.google.cloud.parallelstore.v1beta.ExportDataRequest` ([46fa9ba](https://github.com/googleapis/google-cloud-java/commit/46fa9ba2eb614ba41ab527e13b0c400fe54b58e0)) + + +### Documentation + +* [batch] updated comments ([46fa9ba](https://github.com/googleapis/google-cloud-java/commit/46fa9ba2eb614ba41ab527e13b0c400fe54b58e0)) +* [document-ai] updated comments ([46fa9ba](https://github.com/googleapis/google-cloud-java/commit/46fa9ba2eb614ba41ab527e13b0c400fe54b58e0)) + ## [1.37.0](https://github.com/googleapis/google-cloud-java/compare/v1.36.0...v1.37.0) (2024-05-08) diff --git a/changelog.json b/changelog.json index 5b44b60c7239..fe4507808a8e 100644 --- a/changelog.json +++ b/changelog.json @@ -1,6 +1,370 @@ { "repository": "googleapis/google-cloud-java", "entries": [ + { + "changes": [ + { + "type": "feat", + "sha": "46fa9ba2eb614ba41ab527e13b0c400fe54b58e0", + "message": "[maps-routeoptimization] link RPC & REST reference documentation for Route Optimization", + "issues": [] + }, + { + "type": "fix", + "sha": "46fa9ba2eb614ba41ab527e13b0c400fe54b58e0", + "message": "[parallelstore] An existing field `destination_path` is renamed to `destination_parallelstore` in message `.google.cloud.parallelstore.v1beta.ImportDataRequest`", + "issues": [], + "breakingChangeNote": "[parallelstore] An existing field `destination_path` is renamed to `destination_parallelstore` in message `.google.cloud.parallelstore.v1beta.ImportDataRequest`" + }, + { + "type": "fix", + "sha": "46fa9ba2eb614ba41ab527e13b0c400fe54b58e0", + "message": "[parallelstore] An existing field `source_path` is renamed to `source_parallelstore` in message `.google.cloud.parallelstore.v1beta.ExportDataRequest`", + "issues": [], + "breakingChangeNote": "[parallelstore] An existing field `source_path` is renamed to `source_parallelstore` in message `.google.cloud.parallelstore.v1beta.ExportDataRequest`" + }, + { + "type": "fix", + "sha": "46fa9ba2eb614ba41ab527e13b0c400fe54b58e0", + "message": "[parallelstore] An existing field `destination_gcs_uri` is renamed to `destination_gcs_bucket` in message `.google.cloud.parallelstore.v1beta.ExportDataRequest`", + "issues": [], + "breakingChangeNote": "[parallelstore] An existing field `destination_gcs_uri` is renamed to `destination_gcs_bucket` in message `.google.cloud.parallelstore.v1beta.ExportDataRequest`" + }, + { + "type": "feat", + "sha": "46fa9ba2eb614ba41ab527e13b0c400fe54b58e0", + "message": "[parallelstore] A new message `SourceGcsBucket` is added", + "issues": [] + }, + { + "type": "feat", + "sha": "46fa9ba2eb614ba41ab527e13b0c400fe54b58e0", + "message": "[parallelstore] A new message `DestinationGcsBucket` is added", + "issues": [] + }, + { + "type": "feat", + "sha": "46fa9ba2eb614ba41ab527e13b0c400fe54b58e0", + "message": "[parallelstore] A new message `SourceParallelstore` is added", + "issues": [] + }, + { + "type": "feat", + "sha": "46fa9ba2eb614ba41ab527e13b0c400fe54b58e0", + "message": "[parallelstore] A new message `DestinationParallelstore` is added", + "issues": [] + }, + { + "type": "fix", + "sha": "46fa9ba2eb614ba41ab527e13b0c400fe54b58e0", + "message": "[parallelstore] An existing field `source_gcs_uri` is renamed to `source_gcs_bucket` in message `.google.cloud.parallelstore.v1beta.ImportDataRequest`", + "issues": [], + "breakingChangeNote": "[parallelstore] An existing field `source_gcs_uri` is renamed to `source_gcs_bucket` in message `.google.cloud.parallelstore.v1beta.ImportDataRequest`" + }, + { + "type": "feat", + "sha": "46fa9ba2eb614ba41ab527e13b0c400fe54b58e0", + "message": "[batch] Add UpdateJob API to update the job spec, only task_count is supported now", + "issues": [] + }, + { + "type": "docs", + "sha": "46fa9ba2eb614ba41ab527e13b0c400fe54b58e0", + "message": "[batch] updated comments", + "issues": [] + }, + { + "type": "feat", + "sha": "46fa9ba2eb614ba41ab527e13b0c400fe54b58e0", + "message": "[batch] Update description on allowed_locations in LocationPolicy field", + "issues": [] + }, + { + "type": "docs", + "sha": "46fa9ba2eb614ba41ab527e13b0c400fe54b58e0", + "message": "[document-ai] updated comments", + "issues": [] + } + ], + "version": "1.38.0", + "language": "JAVA", + "artifactName": "com.google.cloud:google-cloud-parallelstore", + "id": "75a6f011-6e59-4bce-a1fb-d5a3431ac3ad", + "createTime": "2024-05-10T18:57:41.010Z" + }, + { + "changes": [ + { + "type": "feat", + "sha": "46fa9ba2eb614ba41ab527e13b0c400fe54b58e0", + "message": "[maps-routeoptimization] link RPC & REST reference documentation for Route Optimization", + "issues": [] + }, + { + "type": "fix", + "sha": "46fa9ba2eb614ba41ab527e13b0c400fe54b58e0", + "message": "[parallelstore] An existing field `destination_path` is renamed to `destination_parallelstore` in message `.google.cloud.parallelstore.v1beta.ImportDataRequest`", + "issues": [], + "breakingChangeNote": "[parallelstore] An existing field `destination_path` is renamed to `destination_parallelstore` in message `.google.cloud.parallelstore.v1beta.ImportDataRequest`" + }, + { + "type": "fix", + "sha": "46fa9ba2eb614ba41ab527e13b0c400fe54b58e0", + "message": "[parallelstore] An existing field `source_path` is renamed to `source_parallelstore` in message `.google.cloud.parallelstore.v1beta.ExportDataRequest`", + "issues": [], + "breakingChangeNote": "[parallelstore] An existing field `source_path` is renamed to `source_parallelstore` in message `.google.cloud.parallelstore.v1beta.ExportDataRequest`" + }, + { + "type": "fix", + "sha": "46fa9ba2eb614ba41ab527e13b0c400fe54b58e0", + "message": "[parallelstore] An existing field `destination_gcs_uri` is renamed to `destination_gcs_bucket` in message `.google.cloud.parallelstore.v1beta.ExportDataRequest`", + "issues": [], + "breakingChangeNote": "[parallelstore] An existing field `destination_gcs_uri` is renamed to `destination_gcs_bucket` in message `.google.cloud.parallelstore.v1beta.ExportDataRequest`" + }, + { + "type": "feat", + "sha": "46fa9ba2eb614ba41ab527e13b0c400fe54b58e0", + "message": "[parallelstore] A new message `SourceGcsBucket` is added", + "issues": [] + }, + { + "type": "feat", + "sha": "46fa9ba2eb614ba41ab527e13b0c400fe54b58e0", + "message": "[parallelstore] A new message `DestinationGcsBucket` is added", + "issues": [] + }, + { + "type": "feat", + "sha": "46fa9ba2eb614ba41ab527e13b0c400fe54b58e0", + "message": "[parallelstore] A new message `SourceParallelstore` is added", + "issues": [] + }, + { + "type": "feat", + "sha": "46fa9ba2eb614ba41ab527e13b0c400fe54b58e0", + "message": "[parallelstore] A new message `DestinationParallelstore` is added", + "issues": [] + }, + { + "type": "fix", + "sha": "46fa9ba2eb614ba41ab527e13b0c400fe54b58e0", + "message": "[parallelstore] An existing field `source_gcs_uri` is renamed to `source_gcs_bucket` in message `.google.cloud.parallelstore.v1beta.ImportDataRequest`", + "issues": [], + "breakingChangeNote": "[parallelstore] An existing field `source_gcs_uri` is renamed to `source_gcs_bucket` in message `.google.cloud.parallelstore.v1beta.ImportDataRequest`" + }, + { + "type": "feat", + "sha": "46fa9ba2eb614ba41ab527e13b0c400fe54b58e0", + "message": "[batch] Add UpdateJob API to update the job spec, only task_count is supported now", + "issues": [] + }, + { + "type": "docs", + "sha": "46fa9ba2eb614ba41ab527e13b0c400fe54b58e0", + "message": "[batch] updated comments", + "issues": [] + }, + { + "type": "feat", + "sha": "46fa9ba2eb614ba41ab527e13b0c400fe54b58e0", + "message": "[batch] Update description on allowed_locations in LocationPolicy field", + "issues": [] + }, + { + "type": "docs", + "sha": "46fa9ba2eb614ba41ab527e13b0c400fe54b58e0", + "message": "[document-ai] updated comments", + "issues": [] + } + ], + "version": "1.38.0", + "language": "JAVA", + "artifactName": "com.google.maps:google-maps-routeoptimization", + "id": "7b8b484b-45a8-4438-a52c-1b689f6cb46b", + "createTime": "2024-05-10T18:57:40.769Z" + }, + { + "changes": [ + { + "type": "feat", + "sha": "46fa9ba2eb614ba41ab527e13b0c400fe54b58e0", + "message": "[maps-routeoptimization] link RPC & REST reference documentation for Route Optimization", + "issues": [] + }, + { + "type": "fix", + "sha": "46fa9ba2eb614ba41ab527e13b0c400fe54b58e0", + "message": "[parallelstore] An existing field `destination_path` is renamed to `destination_parallelstore` in message `.google.cloud.parallelstore.v1beta.ImportDataRequest`", + "issues": [], + "breakingChangeNote": "[parallelstore] An existing field `destination_path` is renamed to `destination_parallelstore` in message `.google.cloud.parallelstore.v1beta.ImportDataRequest`" + }, + { + "type": "fix", + "sha": "46fa9ba2eb614ba41ab527e13b0c400fe54b58e0", + "message": "[parallelstore] An existing field `source_path` is renamed to `source_parallelstore` in message `.google.cloud.parallelstore.v1beta.ExportDataRequest`", + "issues": [], + "breakingChangeNote": "[parallelstore] An existing field `source_path` is renamed to `source_parallelstore` in message `.google.cloud.parallelstore.v1beta.ExportDataRequest`" + }, + { + "type": "fix", + "sha": "46fa9ba2eb614ba41ab527e13b0c400fe54b58e0", + "message": "[parallelstore] An existing field `destination_gcs_uri` is renamed to `destination_gcs_bucket` in message `.google.cloud.parallelstore.v1beta.ExportDataRequest`", + "issues": [], + "breakingChangeNote": "[parallelstore] An existing field `destination_gcs_uri` is renamed to `destination_gcs_bucket` in message `.google.cloud.parallelstore.v1beta.ExportDataRequest`" + }, + { + "type": "feat", + "sha": "46fa9ba2eb614ba41ab527e13b0c400fe54b58e0", + "message": "[parallelstore] A new message `SourceGcsBucket` is added", + "issues": [] + }, + { + "type": "feat", + "sha": "46fa9ba2eb614ba41ab527e13b0c400fe54b58e0", + "message": "[parallelstore] A new message `DestinationGcsBucket` is added", + "issues": [] + }, + { + "type": "feat", + "sha": "46fa9ba2eb614ba41ab527e13b0c400fe54b58e0", + "message": "[parallelstore] A new message `SourceParallelstore` is added", + "issues": [] + }, + { + "type": "feat", + "sha": "46fa9ba2eb614ba41ab527e13b0c400fe54b58e0", + "message": "[parallelstore] A new message `DestinationParallelstore` is added", + "issues": [] + }, + { + "type": "fix", + "sha": "46fa9ba2eb614ba41ab527e13b0c400fe54b58e0", + "message": "[parallelstore] An existing field `source_gcs_uri` is renamed to `source_gcs_bucket` in message `.google.cloud.parallelstore.v1beta.ImportDataRequest`", + "issues": [], + "breakingChangeNote": "[parallelstore] An existing field `source_gcs_uri` is renamed to `source_gcs_bucket` in message `.google.cloud.parallelstore.v1beta.ImportDataRequest`" + }, + { + "type": "feat", + "sha": "46fa9ba2eb614ba41ab527e13b0c400fe54b58e0", + "message": "[batch] Add UpdateJob API to update the job spec, only task_count is supported now", + "issues": [] + }, + { + "type": "docs", + "sha": "46fa9ba2eb614ba41ab527e13b0c400fe54b58e0", + "message": "[batch] updated comments", + "issues": [] + }, + { + "type": "feat", + "sha": "46fa9ba2eb614ba41ab527e13b0c400fe54b58e0", + "message": "[batch] Update description on allowed_locations in LocationPolicy field", + "issues": [] + }, + { + "type": "docs", + "sha": "46fa9ba2eb614ba41ab527e13b0c400fe54b58e0", + "message": "[document-ai] updated comments", + "issues": [] + } + ], + "version": "1.38.0", + "language": "JAVA", + "artifactName": "com.google.cloud:google-cloud-document-ai", + "id": "21bd525b-0b03-486f-86d4-663b403c522a", + "createTime": "2024-05-10T18:57:40.368Z" + }, + { + "changes": [ + { + "type": "feat", + "sha": "46fa9ba2eb614ba41ab527e13b0c400fe54b58e0", + "message": "[maps-routeoptimization] link RPC & REST reference documentation for Route Optimization", + "issues": [] + }, + { + "type": "fix", + "sha": "46fa9ba2eb614ba41ab527e13b0c400fe54b58e0", + "message": "[parallelstore] An existing field `destination_path` is renamed to `destination_parallelstore` in message `.google.cloud.parallelstore.v1beta.ImportDataRequest`", + "issues": [], + "breakingChangeNote": "[parallelstore] An existing field `destination_path` is renamed to `destination_parallelstore` in message `.google.cloud.parallelstore.v1beta.ImportDataRequest`" + }, + { + "type": "fix", + "sha": "46fa9ba2eb614ba41ab527e13b0c400fe54b58e0", + "message": "[parallelstore] An existing field `source_path` is renamed to `source_parallelstore` in message `.google.cloud.parallelstore.v1beta.ExportDataRequest`", + "issues": [], + "breakingChangeNote": "[parallelstore] An existing field `source_path` is renamed to `source_parallelstore` in message `.google.cloud.parallelstore.v1beta.ExportDataRequest`" + }, + { + "type": "fix", + "sha": "46fa9ba2eb614ba41ab527e13b0c400fe54b58e0", + "message": "[parallelstore] An existing field `destination_gcs_uri` is renamed to `destination_gcs_bucket` in message `.google.cloud.parallelstore.v1beta.ExportDataRequest`", + "issues": [], + "breakingChangeNote": "[parallelstore] An existing field `destination_gcs_uri` is renamed to `destination_gcs_bucket` in message `.google.cloud.parallelstore.v1beta.ExportDataRequest`" + }, + { + "type": "feat", + "sha": "46fa9ba2eb614ba41ab527e13b0c400fe54b58e0", + "message": "[parallelstore] A new message `SourceGcsBucket` is added", + "issues": [] + }, + { + "type": "feat", + "sha": "46fa9ba2eb614ba41ab527e13b0c400fe54b58e0", + "message": "[parallelstore] A new message `DestinationGcsBucket` is added", + "issues": [] + }, + { + "type": "feat", + "sha": "46fa9ba2eb614ba41ab527e13b0c400fe54b58e0", + "message": "[parallelstore] A new message `SourceParallelstore` is added", + "issues": [] + }, + { + "type": "feat", + "sha": "46fa9ba2eb614ba41ab527e13b0c400fe54b58e0", + "message": "[parallelstore] A new message `DestinationParallelstore` is added", + "issues": [] + }, + { + "type": "fix", + "sha": "46fa9ba2eb614ba41ab527e13b0c400fe54b58e0", + "message": "[parallelstore] An existing field `source_gcs_uri` is renamed to `source_gcs_bucket` in message `.google.cloud.parallelstore.v1beta.ImportDataRequest`", + "issues": [], + "breakingChangeNote": "[parallelstore] An existing field `source_gcs_uri` is renamed to `source_gcs_bucket` in message `.google.cloud.parallelstore.v1beta.ImportDataRequest`" + }, + { + "type": "feat", + "sha": "46fa9ba2eb614ba41ab527e13b0c400fe54b58e0", + "message": "[batch] Add UpdateJob API to update the job spec, only task_count is supported now", + "issues": [] + }, + { + "type": "docs", + "sha": "46fa9ba2eb614ba41ab527e13b0c400fe54b58e0", + "message": "[batch] updated comments", + "issues": [] + }, + { + "type": "feat", + "sha": "46fa9ba2eb614ba41ab527e13b0c400fe54b58e0", + "message": "[batch] Update description on allowed_locations in LocationPolicy field", + "issues": [] + }, + { + "type": "docs", + "sha": "46fa9ba2eb614ba41ab527e13b0c400fe54b58e0", + "message": "[document-ai] updated comments", + "issues": [] + } + ], + "version": "1.38.0", + "language": "JAVA", + "artifactName": "com.google.cloud:google-cloud-batch", + "id": "6c2938aa-f3e5-4b36-a173-3648dad091bb", + "createTime": "2024-05-10T18:57:39.979Z" + }, { "changes": [ { @@ -223489,5 +223853,5 @@ "createTime": "2023-02-03T16:27:23.198Z" } ], - "updateTime": "2024-05-08T17:53:20.882Z" + "updateTime": "2024-05-10T18:57:41.010Z" } \ No newline at end of file diff --git a/java-speech/README.md b/java-speech/README.md index 916fafbe4db6..b90ac9e09199 100644 --- a/java-speech/README.md +++ b/java-speech/README.md @@ -42,20 +42,20 @@ If you are using Maven without the BOM, add this to your dependencies: com.google.cloud google-cloud-speech - 4.38.0 + 4.39.0 ``` If you are using Gradle without BOM, add this to your dependencies: ```Groovy -implementation 'com.google.cloud:google-cloud-speech:4.38.0' +implementation 'com.google.cloud:google-cloud-speech:4.39.0' ``` If you are using SBT, add this to your dependencies: ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-speech" % "4.38.0" +libraryDependencies += "com.google.cloud" % "google-cloud-speech" % "4.39.0" ``` diff --git a/java-storage-transfer/README.md b/java-storage-transfer/README.md index 42b505d527be..cf868d756989 100644 --- a/java-storage-transfer/README.md +++ b/java-storage-transfer/README.md @@ -42,20 +42,20 @@ If you are using Maven without the BOM, add this to your dependencies: com.google.cloud google-cloud-storage-transfer - 1.43.0 + 1.44.0 ``` If you are using Gradle without BOM, add this to your dependencies: ```Groovy -implementation 'com.google.cloud:google-cloud-storage-transfer:1.43.0' +implementation 'com.google.cloud:google-cloud-storage-transfer:1.44.0' ``` If you are using SBT, add this to your dependencies: ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-storage-transfer" % "1.43.0" +libraryDependencies += "com.google.cloud" % "google-cloud-storage-transfer" % "1.44.0" ``` diff --git a/java-storageinsights/README.md b/java-storageinsights/README.md index b256fbf640a2..5407963dd786 100644 --- a/java-storageinsights/README.md +++ b/java-storageinsights/README.md @@ -45,20 +45,20 @@ If you are using Maven without the BOM, add this to your dependencies: com.google.cloud google-cloud-storageinsights - 0.28.0 + 0.29.0 ``` If you are using Gradle without BOM, add this to your dependencies: ```Groovy -implementation 'com.google.cloud:google-cloud-storageinsights:0.28.0' +implementation 'com.google.cloud:google-cloud-storageinsights:0.29.0' ``` If you are using SBT, add this to your dependencies: ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-storageinsights" % "0.28.0" +libraryDependencies += "com.google.cloud" % "google-cloud-storageinsights" % "0.29.0" ``` diff --git a/java-talent/README.md b/java-talent/README.md index 497edf3541e6..efa7279007cb 100644 --- a/java-talent/README.md +++ b/java-talent/README.md @@ -42,20 +42,20 @@ If you are using Maven without the BOM, add this to your dependencies: com.google.cloud google-cloud-talent - 2.44.0 + 2.45.0 ``` If you are using Gradle without BOM, add this to your dependencies: ```Groovy -implementation 'com.google.cloud:google-cloud-talent:2.44.0' +implementation 'com.google.cloud:google-cloud-talent:2.45.0' ``` If you are using SBT, add this to your dependencies: ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-talent" % "2.44.0" +libraryDependencies += "com.google.cloud" % "google-cloud-talent" % "2.45.0" ``` diff --git a/java-tasks/README.md b/java-tasks/README.md index 7ed52a52e7cb..30806e969eb3 100644 --- a/java-tasks/README.md +++ b/java-tasks/README.md @@ -42,20 +42,20 @@ If you are using Maven without the BOM, add this to your dependencies: com.google.cloud google-cloud-tasks - 2.43.0 + 2.44.0 ``` If you are using Gradle without BOM, add this to your dependencies: ```Groovy -implementation 'com.google.cloud:google-cloud-tasks:2.43.0' +implementation 'com.google.cloud:google-cloud-tasks:2.44.0' ``` If you are using SBT, add this to your dependencies: ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-tasks" % "2.43.0" +libraryDependencies += "com.google.cloud" % "google-cloud-tasks" % "2.44.0" ``` diff --git a/java-telcoautomation/README.md b/java-telcoautomation/README.md index 84805d3f6003..bd9af952f583 100644 --- a/java-telcoautomation/README.md +++ b/java-telcoautomation/README.md @@ -45,20 +45,20 @@ If you are using Maven without the BOM, add this to your dependencies: com.google.cloud google-cloud-telcoautomation - 0.13.0 + 0.14.0 ``` If you are using Gradle without BOM, add this to your dependencies: ```Groovy -implementation 'com.google.cloud:google-cloud-telcoautomation:0.13.0' +implementation 'com.google.cloud:google-cloud-telcoautomation:0.14.0' ``` If you are using SBT, add this to your dependencies: ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-telcoautomation" % "0.13.0" +libraryDependencies += "com.google.cloud" % "google-cloud-telcoautomation" % "0.14.0" ``` diff --git a/java-texttospeech/README.md b/java-texttospeech/README.md index 69ebd3c89c4c..35ea53c41451 100644 --- a/java-texttospeech/README.md +++ b/java-texttospeech/README.md @@ -42,20 +42,20 @@ If you are using Maven without the BOM, add this to your dependencies: com.google.cloud google-cloud-texttospeech - 2.44.0 + 2.45.0 ``` If you are using Gradle without BOM, add this to your dependencies: ```Groovy -implementation 'com.google.cloud:google-cloud-texttospeech:2.44.0' +implementation 'com.google.cloud:google-cloud-texttospeech:2.45.0' ``` If you are using SBT, add this to your dependencies: ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-texttospeech" % "2.44.0" +libraryDependencies += "com.google.cloud" % "google-cloud-texttospeech" % "2.45.0" ``` diff --git a/java-tpu/README.md b/java-tpu/README.md index dfd864c6a35f..af4d7c54e1a6 100644 --- a/java-tpu/README.md +++ b/java-tpu/README.md @@ -42,20 +42,20 @@ If you are using Maven without the BOM, add this to your dependencies: com.google.cloud google-cloud-tpu - 2.44.0 + 2.45.0 ``` If you are using Gradle without BOM, add this to your dependencies: ```Groovy -implementation 'com.google.cloud:google-cloud-tpu:2.44.0' +implementation 'com.google.cloud:google-cloud-tpu:2.45.0' ``` If you are using SBT, add this to your dependencies: ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-tpu" % "2.44.0" +libraryDependencies += "com.google.cloud" % "google-cloud-tpu" % "2.45.0" ``` diff --git a/java-trace/README.md b/java-trace/README.md index cc12c739390d..52d5a67ff8ac 100644 --- a/java-trace/README.md +++ b/java-trace/README.md @@ -42,20 +42,20 @@ If you are using Maven without the BOM, add this to your dependencies: com.google.cloud google-cloud-trace - 2.43.0 + 2.44.0 ``` If you are using Gradle without BOM, add this to your dependencies: ```Groovy -implementation 'com.google.cloud:google-cloud-trace:2.43.0' +implementation 'com.google.cloud:google-cloud-trace:2.44.0' ``` If you are using SBT, add this to your dependencies: ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-trace" % "2.43.0" +libraryDependencies += "com.google.cloud" % "google-cloud-trace" % "2.44.0" ``` diff --git a/java-translate/README.md b/java-translate/README.md index 269c63d1712f..291ffd4254f9 100644 --- a/java-translate/README.md +++ b/java-translate/README.md @@ -42,20 +42,20 @@ If you are using Maven without the BOM, add this to your dependencies: com.google.cloud google-cloud-translate - 2.43.0 + 2.44.0 ``` If you are using Gradle without BOM, add this to your dependencies: ```Groovy -implementation 'com.google.cloud:google-cloud-translate:2.43.0' +implementation 'com.google.cloud:google-cloud-translate:2.44.0' ``` If you are using SBT, add this to your dependencies: ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-translate" % "2.43.0" +libraryDependencies += "com.google.cloud" % "google-cloud-translate" % "2.44.0" ``` diff --git a/java-vertexai/README.md b/java-vertexai/README.md index 8fe0eeb828e3..936c1f129702 100644 --- a/java-vertexai/README.md +++ b/java-vertexai/README.md @@ -40,20 +40,20 @@ If you are using Maven without the BOM, add this to your dependencies: com.google.cloud google-cloud-vertexai - 1.3.0 + 1.4.0 ``` If you are using Gradle without BOM, add this to your dependencies: ```Groovy -implementation 'com.google.cloud:google-cloud-vertexai:1.3.0' +implementation 'com.google.cloud:google-cloud-vertexai:1.4.0' ``` If you are using SBT, add this to your dependencies: ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-vertexai" % "1.3.0" +libraryDependencies += "com.google.cloud" % "google-cloud-vertexai" % "1.4.0" ``` diff --git a/java-video-intelligence/README.md b/java-video-intelligence/README.md index b36193d1db38..d5ac2c155770 100644 --- a/java-video-intelligence/README.md +++ b/java-video-intelligence/README.md @@ -42,20 +42,20 @@ If you are using Maven without the BOM, add this to your dependencies: com.google.cloud google-cloud-video-intelligence - 2.42.0 + 2.43.0 ``` If you are using Gradle without BOM, add this to your dependencies: ```Groovy -implementation 'com.google.cloud:google-cloud-video-intelligence:2.42.0' +implementation 'com.google.cloud:google-cloud-video-intelligence:2.43.0' ``` If you are using SBT, add this to your dependencies: ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-video-intelligence" % "2.42.0" +libraryDependencies += "com.google.cloud" % "google-cloud-video-intelligence" % "2.43.0" ``` diff --git a/java-video-live-stream/README.md b/java-video-live-stream/README.md index 85c4bbfa93c0..00af8d5728fd 100644 --- a/java-video-live-stream/README.md +++ b/java-video-live-stream/README.md @@ -45,20 +45,20 @@ If you are using Maven without the BOM, add this to your dependencies: com.google.cloud google-cloud-live-stream - 0.45.0 + 0.46.0 ``` If you are using Gradle without BOM, add this to your dependencies: ```Groovy -implementation 'com.google.cloud:google-cloud-live-stream:0.45.0' +implementation 'com.google.cloud:google-cloud-live-stream:0.46.0' ``` If you are using SBT, add this to your dependencies: ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-live-stream" % "0.45.0" +libraryDependencies += "com.google.cloud" % "google-cloud-live-stream" % "0.46.0" ``` diff --git a/java-video-stitcher/README.md b/java-video-stitcher/README.md index 1798d0192967..390dad947482 100644 --- a/java-video-stitcher/README.md +++ b/java-video-stitcher/README.md @@ -45,20 +45,20 @@ If you are using Maven without the BOM, add this to your dependencies: com.google.cloud google-cloud-video-stitcher - 0.43.0 + 0.44.0 ``` If you are using Gradle without BOM, add this to your dependencies: ```Groovy -implementation 'com.google.cloud:google-cloud-video-stitcher:0.43.0' +implementation 'com.google.cloud:google-cloud-video-stitcher:0.44.0' ``` If you are using SBT, add this to your dependencies: ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-video-stitcher" % "0.43.0" +libraryDependencies += "com.google.cloud" % "google-cloud-video-stitcher" % "0.44.0" ``` diff --git a/java-video-transcoder/README.md b/java-video-transcoder/README.md index bcc371f4f3d4..da0d6b821ff6 100644 --- a/java-video-transcoder/README.md +++ b/java-video-transcoder/README.md @@ -42,20 +42,20 @@ If you are using Maven without the BOM, add this to your dependencies: com.google.cloud google-cloud-video-transcoder - 1.42.0 + 1.43.0 ``` If you are using Gradle without BOM, add this to your dependencies: ```Groovy -implementation 'com.google.cloud:google-cloud-video-transcoder:1.42.0' +implementation 'com.google.cloud:google-cloud-video-transcoder:1.43.0' ``` If you are using SBT, add this to your dependencies: ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-video-transcoder" % "1.42.0" +libraryDependencies += "com.google.cloud" % "google-cloud-video-transcoder" % "1.43.0" ``` diff --git a/java-vision/README.md b/java-vision/README.md index 816a1b3ad933..267921da7a0e 100644 --- a/java-vision/README.md +++ b/java-vision/README.md @@ -42,20 +42,20 @@ If you are using Maven without the BOM, add this to your dependencies: com.google.cloud google-cloud-vision - 3.41.0 + 3.42.0 ``` If you are using Gradle without BOM, add this to your dependencies: ```Groovy -implementation 'com.google.cloud:google-cloud-vision:3.41.0' +implementation 'com.google.cloud:google-cloud-vision:3.42.0' ``` If you are using SBT, add this to your dependencies: ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-vision" % "3.41.0" +libraryDependencies += "com.google.cloud" % "google-cloud-vision" % "3.42.0" ``` diff --git a/java-vmmigration/README.md b/java-vmmigration/README.md index 2c1228599bbe..5a8717318764 100644 --- a/java-vmmigration/README.md +++ b/java-vmmigration/README.md @@ -42,20 +42,20 @@ If you are using Maven without the BOM, add this to your dependencies: com.google.cloud google-cloud-vmmigration - 1.43.0 + 1.44.0 ``` If you are using Gradle without BOM, add this to your dependencies: ```Groovy -implementation 'com.google.cloud:google-cloud-vmmigration:1.43.0' +implementation 'com.google.cloud:google-cloud-vmmigration:1.44.0' ``` If you are using SBT, add this to your dependencies: ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-vmmigration" % "1.43.0" +libraryDependencies += "com.google.cloud" % "google-cloud-vmmigration" % "1.44.0" ``` diff --git a/java-vmwareengine/README.md b/java-vmwareengine/README.md index 92db1bb7cff3..1b3773cdce93 100644 --- a/java-vmwareengine/README.md +++ b/java-vmwareengine/README.md @@ -45,20 +45,20 @@ If you are using Maven without the BOM, add this to your dependencies: com.google.cloud google-cloud-vmwareengine - 0.37.0 + 0.38.0 ``` If you are using Gradle without BOM, add this to your dependencies: ```Groovy -implementation 'com.google.cloud:google-cloud-vmwareengine:0.37.0' +implementation 'com.google.cloud:google-cloud-vmwareengine:0.38.0' ``` If you are using SBT, add this to your dependencies: ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-vmwareengine" % "0.37.0" +libraryDependencies += "com.google.cloud" % "google-cloud-vmwareengine" % "0.38.0" ``` diff --git a/java-vpcaccess/README.md b/java-vpcaccess/README.md index 419095781db2..e55c32ddc2be 100644 --- a/java-vpcaccess/README.md +++ b/java-vpcaccess/README.md @@ -42,20 +42,20 @@ If you are using Maven without the BOM, add this to your dependencies: com.google.cloud google-cloud-vpcaccess - 2.44.0 + 2.45.0 ``` If you are using Gradle without BOM, add this to your dependencies: ```Groovy -implementation 'com.google.cloud:google-cloud-vpcaccess:2.44.0' +implementation 'com.google.cloud:google-cloud-vpcaccess:2.45.0' ``` If you are using SBT, add this to your dependencies: ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-vpcaccess" % "2.44.0" +libraryDependencies += "com.google.cloud" % "google-cloud-vpcaccess" % "2.45.0" ``` diff --git a/java-webrisk/README.md b/java-webrisk/README.md index 8429c385fb5e..6d93647c84d1 100644 --- a/java-webrisk/README.md +++ b/java-webrisk/README.md @@ -42,20 +42,20 @@ If you are using Maven without the BOM, add this to your dependencies: com.google.cloud google-cloud-webrisk - 2.42.0 + 2.43.0 ``` If you are using Gradle without BOM, add this to your dependencies: ```Groovy -implementation 'com.google.cloud:google-cloud-webrisk:2.42.0' +implementation 'com.google.cloud:google-cloud-webrisk:2.43.0' ``` If you are using SBT, add this to your dependencies: ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-webrisk" % "2.42.0" +libraryDependencies += "com.google.cloud" % "google-cloud-webrisk" % "2.43.0" ``` diff --git a/java-websecurityscanner/README.md b/java-websecurityscanner/README.md index 9407dde26d8f..0c472c6f1f3f 100644 --- a/java-websecurityscanner/README.md +++ b/java-websecurityscanner/README.md @@ -42,20 +42,20 @@ If you are using Maven without the BOM, add this to your dependencies: com.google.cloud google-cloud-websecurityscanner - 2.43.0 + 2.44.0 ``` If you are using Gradle without BOM, add this to your dependencies: ```Groovy -implementation 'com.google.cloud:google-cloud-websecurityscanner:2.43.0' +implementation 'com.google.cloud:google-cloud-websecurityscanner:2.44.0' ``` If you are using SBT, add this to your dependencies: ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-websecurityscanner" % "2.43.0" +libraryDependencies += "com.google.cloud" % "google-cloud-websecurityscanner" % "2.44.0" ``` diff --git a/java-workflow-executions/README.md b/java-workflow-executions/README.md index ecc33584f5e4..619a504ebf5d 100644 --- a/java-workflow-executions/README.md +++ b/java-workflow-executions/README.md @@ -42,20 +42,20 @@ If you are using Maven without the BOM, add this to your dependencies: com.google.cloud google-cloud-workflow-executions - 2.43.0 + 2.44.0 ``` If you are using Gradle without BOM, add this to your dependencies: ```Groovy -implementation 'com.google.cloud:google-cloud-workflow-executions:2.43.0' +implementation 'com.google.cloud:google-cloud-workflow-executions:2.44.0' ``` If you are using SBT, add this to your dependencies: ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-workflow-executions" % "2.43.0" +libraryDependencies += "com.google.cloud" % "google-cloud-workflow-executions" % "2.44.0" ``` diff --git a/java-workflows/README.md b/java-workflows/README.md index bf4f54403653..daa8dff8e479 100644 --- a/java-workflows/README.md +++ b/java-workflows/README.md @@ -42,20 +42,20 @@ If you are using Maven without the BOM, add this to your dependencies: com.google.cloud google-cloud-workflows - 2.43.0 + 2.44.0 ``` If you are using Gradle without BOM, add this to your dependencies: ```Groovy -implementation 'com.google.cloud:google-cloud-workflows:2.43.0' +implementation 'com.google.cloud:google-cloud-workflows:2.44.0' ``` If you are using SBT, add this to your dependencies: ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-workflows" % "2.43.0" +libraryDependencies += "com.google.cloud" % "google-cloud-workflows" % "2.44.0" ``` diff --git a/java-workspaceevents/README.md b/java-workspaceevents/README.md index db79a01b5aea..9231439b12e6 100644 --- a/java-workspaceevents/README.md +++ b/java-workspaceevents/README.md @@ -45,20 +45,20 @@ If you are using Maven without the BOM, add this to your dependencies: com.google.cloud google-cloud-workspaceevents - 0.7.0 + 0.8.0 ``` If you are using Gradle without BOM, add this to your dependencies: ```Groovy -implementation 'com.google.cloud:google-cloud-workspaceevents:0.7.0' +implementation 'com.google.cloud:google-cloud-workspaceevents:0.8.0' ``` If you are using SBT, add this to your dependencies: ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-workspaceevents" % "0.7.0" +libraryDependencies += "com.google.cloud" % "google-cloud-workspaceevents" % "0.8.0" ``` diff --git a/java-workstations/README.md b/java-workstations/README.md index 4a1b64654358..9290c2188978 100644 --- a/java-workstations/README.md +++ b/java-workstations/README.md @@ -45,20 +45,20 @@ If you are using Maven without the BOM, add this to your dependencies: com.google.cloud google-cloud-workstations - 0.31.0 + 0.32.0 ``` If you are using Gradle without BOM, add this to your dependencies: ```Groovy -implementation 'com.google.cloud:google-cloud-workstations:0.31.0' +implementation 'com.google.cloud:google-cloud-workstations:0.32.0' ``` If you are using SBT, add this to your dependencies: ```Scala -libraryDependencies += "com.google.cloud" % "google-cloud-workstations" % "0.31.0" +libraryDependencies += "com.google.cloud" % "google-cloud-workstations" % "0.32.0" ```