Skip to content

Commit 8ddedd8

Browse files
1 parent 39b299e commit 8ddedd8

4 files changed

Lines changed: 14 additions & 14 deletions

File tree

clients/google-api-services-storagebatchoperations/v1/2.0.0/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
2222
<dependency>
2323
<groupId>com.google.apis</groupId>
2424
<artifactId>google-api-services-storagebatchoperations</artifactId>
25-
<version>v1-rev20260325-2.0.0</version>
25+
<version>v1-rev20260422-2.0.0</version>
2626
</dependency>
2727
</dependencies>
2828
</project>
@@ -35,7 +35,7 @@ repositories {
3535
mavenCentral()
3636
}
3737
dependencies {
38-
implementation 'com.google.apis:google-api-services-storagebatchoperations:v1-rev20260325-2.0.0'
38+
implementation 'com.google.apis:google-api-services-storagebatchoperations:v1-rev20260422-2.0.0'
3939
}
4040
```
4141

clients/google-api-services-storagebatchoperations/v1/2.0.0/com/google/api/services/storagebatchoperations/v1/StorageBatchOperations.java

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -314,7 +314,7 @@ public Get set(String parameterName, Object value) {
314314
}
315315
/**
316316
* Lists information about the supported locations for this service. This method lists locations
317-
* based on the resource scope provided in the [ListLocationsRequest.name] field: * **Global
317+
* based on the resource scope provided in the ListLocationsRequest.name field: * **Global
318318
* locations**: If `name` is empty, the method lists the public locations available to all projects.
319319
* * **Project-specific locations**: If `name` follows the format `projects/{project}`, the method
320320
* lists locations visible to that specific project. This includes public, private, or other
@@ -345,7 +345,7 @@ public class List extends StorageBatchOperationsRequest<com.google.api.services.
345345

346346
/**
347347
* Lists information about the supported locations for this service. This method lists locations
348-
* based on the resource scope provided in the [ListLocationsRequest.name] field: * **Global
348+
* based on the resource scope provided in the ListLocationsRequest.name field: * **Global
349349
* locations**: If `name` is empty, the method lists the public locations available to all
350350
* projects. * **Project-specific locations**: If `name` follows the format `projects/{project}`,
351351
* the method lists locations visible to that specific project. This includes public, private, or
@@ -462,22 +462,22 @@ public List setName(java.lang.String name) {
462462
}
463463

464464
/**
465-
* Optional. Do not use this field. It is unsupported and is ignored unless explicitly
466-
* documented otherwise. This is primarily for internal usage.
465+
* Optional. Do not use this field unless explicitly documented otherwise. This is primarily
466+
* for internal usage.
467467
*/
468468
@com.google.api.client.util.Key
469469
private java.util.List<java.lang.String> extraLocationTypes;
470470

471-
/** Optional. Do not use this field. It is unsupported and is ignored unless explicitly documented
472-
otherwise. This is primarily for internal usage.
471+
/** Optional. Do not use this field unless explicitly documented otherwise. This is primarily for
472+
internal usage.
473473
*/
474474
public java.util.List<java.lang.String> getExtraLocationTypes() {
475475
return extraLocationTypes;
476476
}
477477

478478
/**
479-
* Optional. Do not use this field. It is unsupported and is ignored unless explicitly
480-
* documented otherwise. This is primarily for internal usage.
479+
* Optional. Do not use this field unless explicitly documented otherwise. This is primarily
480+
* for internal usage.
481481
*/
482482
public List setExtraLocationTypes(java.util.List<java.lang.String> extraLocationTypes) {
483483
this.extraLocationTypes = extraLocationTypes;

clients/google-api-services-storagebatchoperations/v1/2.0.0/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88

99
<groupId>com.google.apis</groupId>
1010
<artifactId>google-api-services-storagebatchoperations</artifactId>
11-
<version>v1-rev20260325-2.0.0</version>
12-
<name>Storage Batch Operations API v1-rev20260325-2.0.0</name>
11+
<version>v1-rev20260422-2.0.0</version>
12+
<name>Storage Batch Operations API v1-rev20260422-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

clients/google-api-services-storagebatchoperations/v1/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
2222
<dependency>
2323
<groupId>com.google.apis</groupId>
2424
<artifactId>google-api-services-storagebatchoperations</artifactId>
25-
<version>v1-rev20260325-2.0.0</version>
25+
<version>v1-rev20260422-2.0.0</version>
2626
</dependency>
2727
</dependencies>
2828
</project>
@@ -35,7 +35,7 @@ repositories {
3535
mavenCentral()
3636
}
3737
dependencies {
38-
implementation 'com.google.apis:google-api-services-storagebatchoperations:v1-rev20260325-2.0.0'
38+
implementation 'com.google.apis:google-api-services-storagebatchoperations:v1-rev20260422-2.0.0'
3939
}
4040
```
4141

0 commit comments

Comments
 (0)