Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: modify readme's transport support description #2653

Merged
merged 2 commits into from
Aug 1, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .repo-metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
1 change: 1 addition & 0 deletions generation_config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Loading