Skip to content

Commit 9487cdc

Browse files
1 parent 5a6e3b8 commit 9487cdc

File tree

4 files changed

+30
-6
lines changed

4 files changed

+30
-6
lines changed

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

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

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,13 @@ public final class IndexPruningStats extends com.google.api.client.json.GenericJ
3636
@com.google.api.client.util.Key
3737
private TableReference baseTable;
3838

39+
/**
40+
* The index id.
41+
* The value may be {@code null}.
42+
*/
43+
@com.google.api.client.util.Key
44+
private java.lang.String indexId;
45+
3946
/**
4047
* The number of parallel inputs after index pruning.
4148
* The value may be {@code null}.
@@ -67,6 +74,23 @@ public IndexPruningStats setBaseTable(TableReference baseTable) {
6774
return this;
6875
}
6976

77+
/**
78+
* The index id.
79+
* @return value or {@code null} for none
80+
*/
81+
public java.lang.String getIndexId() {
82+
return indexId;
83+
}
84+
85+
/**
86+
* The index id.
87+
* @param indexId indexId or {@code null} for none
88+
*/
89+
public IndexPruningStats setIndexId(java.lang.String indexId) {
90+
this.indexId = indexId;
91+
return this;
92+
}
93+
7094
/**
7195
* The number of parallel inputs after index pruning.
7296
* @return value or {@code null} for none

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-rev20250928-2.0.0</version>
12-
<name>BigQuery API v2-rev20250928-2.0.0</name>
11+
<version>v2-rev20251012-2.0.0</version>
12+
<name>BigQuery API v2-rev20251012-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-rev20250928-2.0.0</version>
25+
<version>v2-rev20251012-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-rev20250928-2.0.0'
38+
implementation 'com.google.apis:google-api-services-bigquery:v2-rev20251012-2.0.0'
3939
}
4040
```
4141

0 commit comments

Comments
 (0)