Skip to content

Commit 4469961

Browse files
1 parent 70d78e1 commit 4469961

File tree

4 files changed

+24
-8
lines changed

4 files changed

+24
-8
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-rev20250420-2.0.0</version>
25+
<version>v1-rev20250424-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-rev20250420-2.0.0'
38+
implementation 'com.google.apis:google-api-services-storage:v1-rev20250424-2.0.0'
3939
}
4040
```
4141

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

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11739,6 +11739,22 @@ public Move setIfSourceMetagenerationNotMatch(java.lang.Long ifSourceMetagenerat
1173911739
return this;
1174011740
}
1174111741

11742+
/** Set of properties to return. Defaults to noAcl. */
11743+
@com.google.api.client.util.Key
11744+
private java.lang.String projection;
11745+
11746+
/** Set of properties to return. Defaults to noAcl.
11747+
*/
11748+
public java.lang.String getProjection() {
11749+
return projection;
11750+
}
11751+
11752+
/** Set of properties to return. Defaults to noAcl. */
11753+
public Move setProjection(java.lang.String projection) {
11754+
this.projection = projection;
11755+
return this;
11756+
}
11757+
1174211758
/** The project to be billed for this request. Required for Requester Pays buckets. */
1174311759
@com.google.api.client.util.Key
1174411760
private java.lang.String userProject;

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

Lines changed: 4 additions & 4 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-rev20250420-2.0.0</version>
12-
<name>Cloud Storage JSON API v1-rev20250420-2.0.0</name>
11+
<version>v1-rev20250424-2.0.0</version>
12+
<name>Cloud Storage JSON API v1-rev20250424-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>
@@ -90,8 +90,8 @@
9090
<windowtitle>Cloud Storage JSON API ${project.version}</windowtitle>
9191
<links>
9292
<link>http://docs.oracle.com/javase/7/docs/api</link>
93-
<link>https://googleapis.dev/java/google-http-client/1.46.3/</link>
94-
<link>https://googleapis.dev/java/google-oauth-client/1.38.0/</link>
93+
<link>https://googleapis.dev/java/google-http-client/1.47.0/</link>
94+
<link>https://googleapis.dev/java/google-oauth-client/1.39.0/</link>
9595
<link>https://googleapis.dev/java/google-api-client/2.7.2/</link>
9696
</links>
9797
</configuration>

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

0 commit comments

Comments
 (0)