Skip to content

Commit

Permalink
chore: Update generation configuration at Thu Jul 11 02:15:09 UTC 2024 (
Browse files Browse the repository at this point in the history
#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
  • Loading branch information
cloud-java-bot authored Jul 15, 2024
1 parent 40aaa36 commit 5d3ab83
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 11 deletions.
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"
}
}
10 changes: 7 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ If you are using Maven with [BOM][libraries-bom], add this to your pom.xml file:
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>libraries-bom</artifactId>
<version>26.42.0</version>
<version>26.43.0</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand All @@ -46,7 +46,7 @@ If you are using Maven without the BOM, add this to your dependencies:
<dependency>
<groupId>com.google.cloud</groupId>
<artifactId>google-cloud-storage</artifactId>
<version>2.40.0</version>
<version>2.40.1</version>
</dependency>
<dependency>
<groupId>com.google.cloud</groupId>
Expand All @@ -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'
```
Expand Down 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.

## Supported Java Versions

Java 8 or above is required for using this client.
Expand Down
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: 19577edb4d439db98d2fb1f6f48f2e1b29fba099
libraries_bom_version: 26.43.0
libraries:
- api_shortname: storage
name_pretty: Cloud Storage
Expand Down

0 comments on commit 5d3ab83

Please sign in to comment.