Skip to content

Commit f7f1098

Browse files
1 parent 686b177 commit f7f1098

File tree

5 files changed

+63
-6
lines changed

5 files changed

+63
-6
lines changed

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

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

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,14 @@ public final class Counters extends com.google.api.client.json.GenericJson {
4444
@com.google.api.client.util.Key @com.google.api.client.json.JsonString
4545
private java.lang.Long succeededObjectCount;
4646

47+
/**
48+
* Output only. Number of bytes found from source. This field is only populated for jobs with a
49+
* prefix list object configuration.
50+
* The value may be {@code null}.
51+
*/
52+
@com.google.api.client.util.Key @com.google.api.client.json.JsonString
53+
private java.lang.Long totalBytesFound;
54+
4755
/**
4856
* Output only. Number of objects listed.
4957
* The value may be {@code null}.
@@ -85,6 +93,25 @@ public Counters setSucceededObjectCount(java.lang.Long succeededObjectCount) {
8593
return this;
8694
}
8795

96+
/**
97+
* Output only. Number of bytes found from source. This field is only populated for jobs with a
98+
* prefix list object configuration.
99+
* @return value or {@code null} for none
100+
*/
101+
public java.lang.Long getTotalBytesFound() {
102+
return totalBytesFound;
103+
}
104+
105+
/**
106+
* Output only. Number of bytes found from source. This field is only populated for jobs with a
107+
* prefix list object configuration.
108+
* @param totalBytesFound totalBytesFound or {@code null} for none
109+
*/
110+
public Counters setTotalBytesFound(java.lang.Long totalBytesFound) {
111+
this.totalBytesFound = totalBytesFound;
112+
return this;
113+
}
114+
88115
/**
89116
* Output only. Number of objects listed.
90117
* @return value or {@code null} for none

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

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,15 @@ public final class Job extends com.google.api.client.json.GenericJson {
7373
@com.google.api.client.util.Key
7474
private java.lang.String description;
7575

76+
/**
77+
* Optional. If true, the job will run in dry run mode, returning the total object count and, if
78+
* the object configuration is a prefix list, the bytes found from source. No transformations will
79+
* be performed.
80+
* The value may be {@code null}.
81+
*/
82+
@com.google.api.client.util.Key
83+
private java.lang.Boolean dryRun;
84+
7685
/**
7786
* Output only. Summarizes errors encountered with sample error log entries.
7887
* The value may be {@code null}.
@@ -244,6 +253,27 @@ public Job setDescription(java.lang.String description) {
244253
return this;
245254
}
246255

256+
/**
257+
* Optional. If true, the job will run in dry run mode, returning the total object count and, if
258+
* the object configuration is a prefix list, the bytes found from source. No transformations will
259+
* be performed.
260+
* @return value or {@code null} for none
261+
*/
262+
public java.lang.Boolean getDryRun() {
263+
return dryRun;
264+
}
265+
266+
/**
267+
* Optional. If true, the job will run in dry run mode, returning the total object count and, if
268+
* the object configuration is a prefix list, the bytes found from source. No transformations will
269+
* be performed.
270+
* @param dryRun dryRun or {@code null} for none
271+
*/
272+
public Job setDryRun(java.lang.Boolean dryRun) {
273+
this.dryRun = dryRun;
274+
return this;
275+
}
276+
247277
/**
248278
* Output only. Summarizes errors encountered with sample error log entries.
249279
* @return value or {@code null} for none

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-rev20251022-2.0.0</version>
12-
<name>Storage Batch Operations API v1-rev20251022-2.0.0</name>
11+
<version>v1-rev20251029-2.0.0</version>
12+
<name>Storage Batch Operations API v1-rev20251029-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-rev20251022-2.0.0</version>
25+
<version>v1-rev20251029-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-rev20251022-2.0.0'
38+
implementation 'com.google.apis:google-api-services-storagebatchoperations:v1-rev20251029-2.0.0'
3939
}
4040
```
4141

0 commit comments

Comments
 (0)