diff --git a/README.md b/README.md index 9259cef3b0..fa7eb5ba54 100644 --- a/README.md +++ b/README.md @@ -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: - ```xml @@ -37,12 +36,12 @@ If you are using Maven with [BOM][libraries-bom], add this to your pom.xml file: google-cloud-storage-control + ``` If you are using Maven without the BOM, add this to your dependencies: - ```xml @@ -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" ``` @@ -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: + ```xml @@ -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: - + + + ```xml com.google.cloud @@ -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) | diff --git a/generation_config.yaml b/generation_config.yaml index 5e8d73b6e8..b2cf74bdde 100644 --- a/generation_config.yaml +++ b/generation_config.yaml @@ -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