Skip to content

Commit eb1d2ba

Browse files
chore: remove separate storage-control section from .readme-partials.yaml (googleapis#3289)
* chore: remove separate storage-control section from .readme-partials.yaml * chore: generate libraries at Wed Sep 10 21:57:26 UTC 2025 --------- Co-authored-by: cloud-java-bot <[email protected]>
1 parent 53649d8 commit eb1d2ba

File tree

2 files changed

+3
-103
lines changed

2 files changed

+3
-103
lines changed

.readme-partials.yaml

Lines changed: 1 addition & 51 deletions
Original file line numberDiff line numberDiff line change
@@ -1,54 +1,4 @@
1-
custom_content: |
2-
## About Storage Control
3-
4-
The [Storage Control API](https://cloud.google.com/storage/docs/reference/rpc/) lets you perform metadata-specific, control plane, and long-running operations.
5-
6-
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.
7-
8-
If you are using Maven with [BOM][libraries-bom], add this to your pom.xml file:
9-
```xml
10-
<dependencyManagement>
11-
<dependencies>
12-
<dependency>
13-
<groupId>com.google.cloud</groupId>
14-
<artifactId>libraries-bom</artifactId>
15-
<version>26.44.0</version>
16-
<type>pom</type>
17-
<scope>import</scope>
18-
</dependency>
19-
</dependencies>
20-
</dependencyManagement>
21-
22-
<dependencies>
23-
<dependency>
24-
<groupId>com.google.cloud</groupId>
25-
<artifactId>google-cloud-storage-control</artifactId>
26-
</dependency>
27-
</dependencies>
28-
```
29-
30-
If you are using Maven without the BOM, add this to your dependencies:
31-
32-
33-
```xml
34-
<dependency>
35-
<groupId>com.google.cloud</groupId>
36-
<artifactId>google-cloud-storage-control</artifactId>
37-
<version>2.41.0</version>
38-
</dependency>
39-
```
40-
41-
If you are using Gradle 5.x or later, add this to your dependencies:
42-
```Groovy
43-
implementation platform('com.google.cloud:libraries-bom:26.44.0')
44-
implementation 'com.google.cloud:google-cloud-storage-control'
45-
```
46-
If you are using Gradle without BOM, add this to your dependencies:
47-
48-
```Groovy
49-
implementation 'com.google.cloud:google-cloud-storage-control:2.41.0'
50-
```
51-
1+
custom_content: |
522
#### Creating an authorized service object
533
544
To make authenticated requests to Google Cloud Storage, you must create a service object with credentials. You can

README.md

Lines changed: 2 additions & 52 deletions
Original file line numberDiff line numberDiff line change
@@ -46,12 +46,12 @@ If you are using Maven without the BOM, add this to your dependencies:
4646
<dependency>
4747
<groupId>com.google.cloud</groupId>
4848
<artifactId>google-cloud-storage</artifactId>
49-
<version>2.56.0</version>
49+
<version>2.57.0</version>
5050
</dependency>
5151
<dependency>
5252
<groupId>com.google.cloud</groupId>
5353
<artifactId>google-cloud-storage-control</artifactId>
54-
<version>2.56.0</version>
54+
<version>2.57.0</version>
5555
</dependency>
5656

5757
```
@@ -107,56 +107,6 @@ See the [Cloud Storage client library docs][javadocs] to learn how to
107107
use this Cloud Storage Client Library.
108108

109109

110-
## About Storage Control
111-
112-
The [Storage Control API](https://cloud.google.com/storage/docs/reference/rpc/) lets you perform metadata-specific, control plane, and long-running operations.
113-
114-
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.
115-
116-
If you are using Maven with [BOM][libraries-bom], add this to your pom.xml file:
117-
```xml
118-
<dependencyManagement>
119-
<dependencies>
120-
<dependency>
121-
<groupId>com.google.cloud</groupId>
122-
<artifactId>libraries-bom</artifactId>
123-
<version>26.44.0</version>
124-
<type>pom</type>
125-
<scope>import</scope>
126-
</dependency>
127-
</dependencies>
128-
</dependencyManagement>
129-
130-
<dependencies>
131-
<dependency>
132-
<groupId>com.google.cloud</groupId>
133-
<artifactId>google-cloud-storage-control</artifactId>
134-
</dependency>
135-
</dependencies>
136-
```
137-
138-
If you are using Maven without the BOM, add this to your dependencies:
139-
140-
141-
```xml
142-
<dependency>
143-
<groupId>com.google.cloud</groupId>
144-
<artifactId>google-cloud-storage-control</artifactId>
145-
<version>2.41.0</version>
146-
</dependency>
147-
```
148-
149-
If you are using Gradle 5.x or later, add this to your dependencies:
150-
```Groovy
151-
implementation platform('com.google.cloud:libraries-bom:26.44.0')
152-
implementation 'com.google.cloud:google-cloud-storage-control'
153-
```
154-
If you are using Gradle without BOM, add this to your dependencies:
155-
156-
```Groovy
157-
implementation 'com.google.cloud:google-cloud-storage-control:2.41.0'
158-
```
159-
160110
#### Creating an authorized service object
161111

162112
To make authenticated requests to Google Cloud Storage, you must create a service object with credentials. You can

0 commit comments

Comments
 (0)