From 19a3c5109bf64f34b3ed1a5a04982f23f83a3080 Mon Sep 17 00:00:00 2001 From: Diego Marquez Date: Tue, 30 Jul 2024 22:31:08 -0400 Subject: [PATCH 1/2] chore: modify readme's transport support description --- generation_config.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/generation_config.yaml b/generation_config.yaml index 3ffd6c0afa..ac26eb3550 100644 --- a/generation_config.yaml +++ b/generation_config.yaml @@ -20,6 +20,7 @@ libraries: extra_versioned_modules: gapic-google-cloud-storage-v2 excluded_poms: google-cloud-storage-bom,google-cloud-storage recommended_package: com.google.cloud.storage + transport: rest GAPICs: - proto_path: google/storage/v2 - proto_path: google/storage/control/v2 From 99920e289ce62f2c6821547ff55bc48dcd32944a Mon Sep 17 00:00:00 2001 From: cloud-java-bot Date: Wed, 31 Jul 2024 02:33:37 +0000 Subject: [PATCH 2/2] chore: generate libraries at Wed Jul 31 02:31:45 UTC 2024 --- .repo-metadata.json | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.repo-metadata.json b/.repo-metadata.json index bc02423b9e..18fe4b0c5a 100644 --- a/.repo-metadata.json +++ b/.repo-metadata.json @@ -5,7 +5,7 @@ "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.", "client_documentation": "https://cloud.google.com/java/docs/reference/google-cloud-storage/latest/history", "release_level": "stable", - "transport": "grpc", + "transport": "http", "language": "java", "repo": "googleapis/java-storage", "repo_short": "java-storage", diff --git a/README.md b/README.md index dada3cb6c6..eb66bbb009 100644 --- a/README.md +++ b/README.md @@ -414,7 +414,7 @@ To get help, follow the instructions in the [shared Troubleshooting document][tr ## Transport -Cloud Storage uses gRPC for the transport layer. +Cloud Storage uses HTTP/JSON for the transport layer. ## Supported Java Versions