From 5d3ab830f3047d62a959724b9dc11eb64663743b Mon Sep 17 00:00:00 2001
From: cloud-java-bot <122572305+cloud-java-bot@users.noreply.github.com>
Date: Mon, 15 Jul 2024 17:21:49 -0400
Subject: [PATCH] chore: Update generation configuration at Thu Jul 11 02:15:09
UTC 2024 (#2631)
* chore: Update generation configuration at Tue Jul 9 02:14:22 UTC 2024
* chore: generate libraries at Tue Jul 9 02:14:47 UTC 2024
* chore: Update generation configuration at Wed Jul 10 02:14:02 UTC 2024
* chore: Update generation configuration at Thu Jul 11 02:15:09 UTC 2024
---
.repo-metadata.json | 13 +++++++------
README.md | 10 +++++++---
generation_config.yaml | 4 ++--
3 files changed, 16 insertions(+), 11 deletions(-)
diff --git a/.repo-metadata.json b/.repo-metadata.json
index e37a0cdb0c..bc02423b9e 100644
--- a/.repo-metadata.json
+++ b/.repo-metadata.json
@@ -2,19 +2,20 @@
"api_shortname": "storage",
"name_pretty": "Cloud Storage",
"product_documentation": "https://cloud.google.com/storage",
- "client_documentation": "https://cloud.google.com/java/docs/reference/google-cloud-storage/latest/history",
"api_description": "is a durable and highly available object storage service. Google Cloud Storage is almost infinitely scalable and guarantees consistency: when a write succeeds, the latest copy of the object will be returned to any GET, globally.",
- "issue_tracker": "https://issuetracker.google.com/savedsearches/559782",
+ "client_documentation": "https://cloud.google.com/java/docs/reference/google-cloud-storage/latest/history",
"release_level": "stable",
+ "transport": "grpc",
"language": "java",
"repo": "googleapis/java-storage",
"repo_short": "java-storage",
"distribution_name": "com.google.cloud:google-cloud-storage",
- "codeowner_team": "@googleapis/cloud-storage-dpe",
"api_id": "storage.googleapis.com",
- "requires_billing": true,
"library_type": "GAPIC_COMBO",
- "extra_versioned_modules": "gapic-google-cloud-storage-v2",
+ "requires_billing": true,
+ "codeowner_team": "@googleapis/cloud-storage-dpe",
"excluded_poms": "google-cloud-storage-bom,google-cloud-storage",
+ "issue_tracker": "https://issuetracker.google.com/savedsearches/559782",
+ "extra_versioned_modules": "gapic-google-cloud-storage-v2",
"recommended_package": "com.google.cloud.storage"
-}
+}
\ No newline at end of file
diff --git a/README.md b/README.md
index 7555472632..dada3cb6c6 100644
--- a/README.md
+++ b/README.md
@@ -19,7 +19,7 @@ If you are using Maven with [BOM][libraries-bom], add this to your pom.xml file:
com.google.cloud
libraries-bom
- 26.42.0
+ 26.43.0
pom
import
@@ -46,7 +46,7 @@ If you are using Maven without the BOM, add this to your dependencies:
com.google.cloud
google-cloud-storage
- 2.40.0
+ 2.40.1
com.google.cloud
@@ -59,7 +59,7 @@ If you are using Maven without the BOM, add this to your dependencies:
If you are using Gradle 5.x or later, add this to your dependencies:
```Groovy
-implementation platform('com.google.cloud:libraries-bom:26.42.0')
+implementation platform('com.google.cloud:libraries-bom:26.43.0')
implementation 'com.google.cloud:google-cloud-storage'
```
@@ -412,6 +412,10 @@ Samples are in the [`samples/`](https://github.com/googleapis/java-storage/tree/
To get help, follow the instructions in the [shared Troubleshooting document][troubleshooting].
+## Transport
+
+Cloud Storage uses gRPC for the transport layer.
+
## Supported Java Versions
Java 8 or above is required for using this client.
diff --git a/generation_config.yaml b/generation_config.yaml
index f6fb91161e..fc8de99ad8 100644
--- a/generation_config.yaml
+++ b/generation_config.yaml
@@ -1,6 +1,6 @@
gapic_generator_version: 2.42.0
-googleapis_commitish: b2c018cb067ab01cb5db2170b73a82caef173ae4
-libraries_bom_version: 26.38.0
+googleapis_commitish: 19577edb4d439db98d2fb1f6f48f2e1b29fba099
+libraries_bom_version: 26.43.0
libraries:
- api_shortname: storage
name_pretty: Cloud Storage