Skip to content

Commit

Permalink
chore: Update generation configuration at Wed Aug 14 02:15:34 UTC 2024 (
Browse files Browse the repository at this point in the history
#2669)

chore: Update generation configuration at Wed Aug 14 02:15:34 UTC 2024
  • Loading branch information
cloud-java-bot authored Aug 14, 2024
1 parent 060ef70 commit d375a86
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 9 deletions.
12 changes: 5 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ Java idiomatic client for [Cloud Storage][product-docs].

If you are using Maven with [BOM][libraries-bom], add this to your pom.xml file:

<!-- {x-version-update-start:libraries-bom:released} -->
```xml
<dependencyManagement>
<dependencies>
Expand All @@ -37,12 +36,12 @@ If you are using Maven with [BOM][libraries-bom], add this to your pom.xml file:
<artifactId>google-cloud-storage-control</artifactId>
</dependency>
</dependencies>

```

If you are using Maven without the BOM, add this to your dependencies:

<!-- {x-version-update-start:google-cloud-storage:released} -->
<!-- {x-version-update-start:google-cloud-storage-control:released} -->

```xml
<dependency>
Expand All @@ -64,20 +63,17 @@ If you are using Gradle 5.x or later, add this to your dependencies:
implementation platform('com.google.cloud:libraries-bom:26.44.0')
implementation 'com.google.cloud:google-cloud-storage'
implementation 'com.google.cloud:google-cloud-storage-control'
```
If you are using Gradle without BOM, add this to your dependencies:

```Groovy
implementation 'com.google.cloud:google-cloud-storage:2.41.0'
implementation 'com.google.cloud:google-cloud-storage-control:2.41.0'
```

If you are using SBT, add this to your dependencies:

```Scala
libraryDependencies += "com.google.cloud" % "google-cloud-storage" % "2.41.0"
libraryDependencies += "com.google.cloud" % "google-cloud-storage-control" % "2.41.0"
```
<!-- {x-version-update-end} -->

Expand Down Expand Up @@ -120,6 +116,7 @@ The [Storage Control API](https://cloud.google.com/storage/docs/reference/rpc/)
The Storage Control API creates one space to perform metadata-specific, control plane, and long-running operations apart from the Storage API. Separating these operations from the Storage API improves API standardization and lets you run faster releases.

If you are using Maven with [BOM][libraries-bom], add this to your pom.xml file:
<!-- {x-version-update-start:libraries-bom:released} -->
```xml
<dependencyManagement>
<dependencies>
Expand All @@ -142,7 +139,9 @@ If you are using Maven with [BOM][libraries-bom], add this to your pom.xml file:
```

If you are using Maven without the BOM, add this to your dependencies:
<!-- {x-version-update-start:google-cloud-storage:released} -->

<!-- {x-version-update-start:google-cloud-storage-control:released} -->

```xml
<dependency>
<groupId>com.google.cloud</groupId>
Expand Down Expand Up @@ -283,7 +282,6 @@ Samples are in the [`samples/`](https://github.com/googleapis/java-storage/tree/

| Sample | Source Code | Try it |
| --------------------------- | --------------------------------- | ------ |
| Native Image Storage Sample | [source code](https://github.com/googleapis/java-storage/blob/main/samples/native-image-sample/src/main/java/com/example/storage/NativeImageStorageSample.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/java-storage&page=editor&open_in_editor=samples/native-image-sample/src/main/java/com/example/storage/NativeImageStorageSample.java) |
| Configure Retries | [source code](https://github.com/googleapis/java-storage/blob/main/samples/snippets/src/main/java/com/example/storage/ConfigureRetries.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/java-storage&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/storage/ConfigureRetries.java) |
| Generate Signed Post Policy V4 | [source code](https://github.com/googleapis/java-storage/blob/main/samples/snippets/src/main/java/com/example/storage/GenerateSignedPostPolicyV4.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/java-storage&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/storage/GenerateSignedPostPolicyV4.java) |
| Get Service Account | [source code](https://github.com/googleapis/java-storage/blob/main/samples/snippets/src/main/java/com/example/storage/GetServiceAccount.java) | [![Open in Cloud Shell][shell_img]](https://console.cloud.google.com/cloudshell/open?git_repo=https://github.com/googleapis/java-storage&page=editor&open_in_editor=samples/snippets/src/main/java/com/example/storage/GetServiceAccount.java) |
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.43.0
googleapis_commitish: d8fce50eea92bac3a6612ee61559989ce3b38776
libraries_bom_version: 26.43.0
googleapis_commitish: 906736032699b7e943ef2155edbda05470723647
libraries_bom_version: 26.44.0
libraries:
- api_shortname: storage
name_pretty: Cloud Storage
Expand Down

0 comments on commit d375a86

Please sign in to comment.