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: Update generation configuration at Tue Jul 2 22:52:30 UTC 2024 #2619

Closed
wants to merge 3 commits into from
Closed
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
13 changes: 7 additions & 6 deletions .repo-metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
}
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Comment on lines +415 to +418
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is only partially true, and is currently in preview. The default transport is JSON over HTTP. How do we exclude this from being added to the readme right now.

## Supported Java Versions

Java 8 or above is required for using this client.
Expand Down

This file was deleted.

4 changes: 2 additions & 2 deletions generation_config.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
gapic_generator_version: 2.42.0
googleapis_commitish: b2c018cb067ab01cb5db2170b73a82caef173ae4
libraries_bom_version: 26.38.0
googleapis_commitish: 748b487f94c07593af87bb41ef6816dba5a5accc
libraries_bom_version: 26.42.0
libraries:
- api_shortname: storage
name_pretty: Cloud Storage
Expand Down

This file was deleted.

Loading