Skip to content

Commit 218ab7b

Browse files
1 parent a914400 commit 218ab7b

4 files changed

Lines changed: 18 additions & 12 deletions

File tree

clients/google-api-services-bigquery/v2/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-bigquery</artifactId>
25-
<version>v2-rev20260601-2.0.0</version>
25+
<version>v2-rev20260605-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-bigquery:v2-rev20260601-2.0.0'
38+
implementation 'com.google.apis:google-api-services-bigquery:v2-rev20260605-2.0.0'
3939
}
4040
```
4141

clients/google-api-services-bigquery/v2/2.0.0/com/google/api/services/bigquery/model/JobStatistics2.java

Lines changed: 12 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -468,8 +468,10 @@ public final class JobStatistics2 extends com.google.api.client.json.GenericJson
468468
private java.lang.Long totalSlotMs;
469469

470470
/**
471-
* Output only. Total bytes transferred for cross-cloud queries such as Cross Cloud Transfer and
472-
* CREATE TABLE AS SELECT (CTAS).
471+
* Output only. Total bytes transferred for BigQuery Omni queries from the remote cloud back to
472+
* Google Cloud. This tracks data movement over Google-managed connections (like query results).
473+
* It doesn't include input data read from the external data lake (for example, S3) because that
474+
* data stays within the remote cloud.
473475
* The value may be {@code null}.
474476
*/
475477
@com.google.api.client.util.Key @com.google.api.client.json.JsonString
@@ -1466,17 +1468,21 @@ public JobStatistics2 setTotalSlotMs(java.lang.Long totalSlotMs) {
14661468
}
14671469

14681470
/**
1469-
* Output only. Total bytes transferred for cross-cloud queries such as Cross Cloud Transfer and
1470-
* CREATE TABLE AS SELECT (CTAS).
1471+
* Output only. Total bytes transferred for BigQuery Omni queries from the remote cloud back to
1472+
* Google Cloud. This tracks data movement over Google-managed connections (like query results).
1473+
* It doesn't include input data read from the external data lake (for example, S3) because that
1474+
* data stays within the remote cloud.
14711475
* @return value or {@code null} for none
14721476
*/
14731477
public java.lang.Long getTransferredBytes() {
14741478
return transferredBytes;
14751479
}
14761480

14771481
/**
1478-
* Output only. Total bytes transferred for cross-cloud queries such as Cross Cloud Transfer and
1479-
* CREATE TABLE AS SELECT (CTAS).
1482+
* Output only. Total bytes transferred for BigQuery Omni queries from the remote cloud back to
1483+
* Google Cloud. This tracks data movement over Google-managed connections (like query results).
1484+
* It doesn't include input data read from the external data lake (for example, S3) because that
1485+
* data stays within the remote cloud.
14801486
* @param transferredBytes transferredBytes or {@code null} for none
14811487
*/
14821488
public JobStatistics2 setTransferredBytes(java.lang.Long transferredBytes) {

clients/google-api-services-bigquery/v2/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-bigquery</artifactId>
11-
<version>v2-rev20260601-2.0.0</version>
12-
<name>BigQuery API v2-rev20260601-2.0.0</name>
11+
<version>v2-rev20260605-2.0.0</version>
12+
<name>BigQuery API v2-rev20260605-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

clients/google-api-services-bigquery/v2/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-bigquery</artifactId>
25-
<version>v2-rev20260601-2.0.0</version>
25+
<version>v2-rev20260605-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-bigquery:v2-rev20260601-2.0.0'
38+
implementation 'com.google.apis:google-api-services-bigquery:v2-rev20260605-2.0.0'
3939
}
4040
```
4141

0 commit comments

Comments
 (0)