Skip to content

Commit e0e9b8b

Browse files
chore: regenerate storage client
1 parent 5ec85f7 commit e0e9b8b

File tree

4 files changed

+33
-6
lines changed

4 files changed

+33
-6
lines changed

clients/google-api-services-storage/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-storage</artifactId>
25-
<version>v1-rev20251118-2.0.0</version>
25+
<version>v1-rev20260111-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-storage:v1-rev20251118-2.0.0'
38+
implementation 'com.google.apis:google-api-services-storage:v1-rev20260111-2.0.0'
3939
}
4040
```
4141

clients/google-api-services-storage/v1/2.0.0/com/google/api/services/storage/model/RelocateBucketRequest.java

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,14 @@ public final class RelocateBucketRequest extends com.google.api.client.json.Gene
3737
@com.google.api.client.util.Key
3838
private DestinationCustomPlacementConfig destinationCustomPlacementConfig;
3939

40+
/**
41+
* Resource name of a Cloud KMS key, of the form projects/my-project/locations/global/keyRings/my-
42+
* kr/cryptoKeys/my-key. If set, is used to encrypt all objects in the destination bucket.
43+
* The value may be {@code null}.
44+
*/
45+
@com.google.api.client.util.Key
46+
private java.lang.String destinationKmsKeyName;
47+
4048
/**
4149
* The new location the bucket will be relocated to.
4250
* The value may be {@code null}.
@@ -68,6 +76,25 @@ public RelocateBucketRequest setDestinationCustomPlacementConfig(DestinationCust
6876
return this;
6977
}
7078

79+
/**
80+
* Resource name of a Cloud KMS key, of the form projects/my-project/locations/global/keyRings/my-
81+
* kr/cryptoKeys/my-key. If set, is used to encrypt all objects in the destination bucket.
82+
* @return value or {@code null} for none
83+
*/
84+
public java.lang.String getDestinationKmsKeyName() {
85+
return destinationKmsKeyName;
86+
}
87+
88+
/**
89+
* Resource name of a Cloud KMS key, of the form projects/my-project/locations/global/keyRings/my-
90+
* kr/cryptoKeys/my-key. If set, is used to encrypt all objects in the destination bucket.
91+
* @param destinationKmsKeyName destinationKmsKeyName or {@code null} for none
92+
*/
93+
public RelocateBucketRequest setDestinationKmsKeyName(java.lang.String destinationKmsKeyName) {
94+
this.destinationKmsKeyName = destinationKmsKeyName;
95+
return this;
96+
}
97+
7198
/**
7299
* The new location the bucket will be relocated to.
73100
* @return value or {@code null} for none

clients/google-api-services-storage/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-storage</artifactId>
11-
<version>v1-rev20251118-2.0.0</version>
12-
<name>Cloud Storage JSON API v1-rev20251118-2.0.0</name>
11+
<version>v1-rev20260111-2.0.0</version>
12+
<name>Cloud Storage JSON API v1-rev20260111-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

clients/google-api-services-storage/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-storage</artifactId>
25-
<version>v1-rev20251118-2.0.0</version>
25+
<version>v1-rev20260111-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-storage:v1-rev20251118-2.0.0'
38+
implementation 'com.google.apis:google-api-services-storage:v1-rev20260111-2.0.0'
3939
}
4040
```
4141

0 commit comments

Comments
 (0)