Skip to content

Commit f7fc6a6

Browse files
1 parent 1a0be22 commit f7fc6a6

File tree

7 files changed

+88
-18
lines changed

7 files changed

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

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

Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1203,6 +1203,29 @@ public Patch setAccessPolicyVersion(java.lang.Integer accessPolicyVersion) {
12031203
return this;
12041204
}
12051205

1206+
/**
1207+
* Optional. Specifies the fields of dataset that update/patch operation is targeting By
1208+
* default, both metadata and ACL fields are updated.
1209+
*/
1210+
@com.google.api.client.util.Key
1211+
private java.lang.String updateMode;
1212+
1213+
/** Optional. Specifies the fields of dataset that update/patch operation is targeting By default, both
1214+
metadata and ACL fields are updated.
1215+
*/
1216+
public java.lang.String getUpdateMode() {
1217+
return updateMode;
1218+
}
1219+
1220+
/**
1221+
* Optional. Specifies the fields of dataset that update/patch operation is targeting By
1222+
* default, both metadata and ACL fields are updated.
1223+
*/
1224+
public Patch setUpdateMode(java.lang.String updateMode) {
1225+
this.updateMode = updateMode;
1226+
return this;
1227+
}
1228+
12061229
@Override
12071230
public Patch set(String parameterName, Object value) {
12081231
return (Patch) super.set(parameterName, value);
@@ -1589,6 +1612,29 @@ public Update setAccessPolicyVersion(java.lang.Integer accessPolicyVersion) {
15891612
return this;
15901613
}
15911614

1615+
/**
1616+
* Optional. Specifies the fields of dataset that update/patch operation is targeting By
1617+
* default, both metadata and ACL fields are updated.
1618+
*/
1619+
@com.google.api.client.util.Key
1620+
private java.lang.String updateMode;
1621+
1622+
/** Optional. Specifies the fields of dataset that update/patch operation is targeting By default, both
1623+
metadata and ACL fields are updated.
1624+
*/
1625+
public java.lang.String getUpdateMode() {
1626+
return updateMode;
1627+
}
1628+
1629+
/**
1630+
* Optional. Specifies the fields of dataset that update/patch operation is targeting By
1631+
* default, both metadata and ACL fields are updated.
1632+
*/
1633+
public Update setUpdateMode(java.lang.String updateMode) {
1634+
this.updateMode = updateMode;
1635+
return this;
1636+
}
1637+
15921638
@Override
15931639
public Update set(String parameterName, Object value) {
15941640
return (Update) super.set(parameterName, value);

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -437,8 +437,8 @@ public final class JobConfigurationLoad extends com.google.api.client.json.Gener
437437
private TimePartitioning timePartitioning;
438438

439439
/**
440-
* Optional. [Experimental] Default time zone that will apply when parsing timestamp values that
441-
* have no specific time zone.
440+
* Optional. Default time zone that will apply when parsing timestamp values that have no specific
441+
* time zone.
442442
* The value may be {@code null}.
443443
*/
444444
@com.google.api.client.util.Key
@@ -1395,17 +1395,17 @@ public JobConfigurationLoad setTimePartitioning(TimePartitioning timePartitionin
13951395
}
13961396

13971397
/**
1398-
* Optional. [Experimental] Default time zone that will apply when parsing timestamp values that
1399-
* have no specific time zone.
1398+
* Optional. Default time zone that will apply when parsing timestamp values that have no specific
1399+
* time zone.
14001400
* @return value or {@code null} for none
14011401
*/
14021402
public java.lang.String getTimeZone() {
14031403
return timeZone;
14041404
}
14051405

14061406
/**
1407-
* Optional. [Experimental] Default time zone that will apply when parsing timestamp values that
1408-
* have no specific time zone.
1407+
* Optional. Default time zone that will apply when parsing timestamp values that have no specific
1408+
* time zone.
14091409
* @param timeZone timeZone or {@code null} for none
14101410
*/
14111411
public JobConfigurationLoad setTimeZone(java.lang.String timeZone) {

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

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -256,8 +256,7 @@ public final class JobStatistics2 extends com.google.api.client.json.GenericJson
256256
private java.util.List<RoutineReference> referencedRoutines;
257257

258258
/**
259-
* Output only. Referenced tables for the job. Queries that reference more than 50 tables will not
260-
* have a complete list.
259+
* Output only. Referenced tables for the job.
261260
* The value may be {@code null}.
262261
*/
263262
@com.google.api.client.util.Key
@@ -975,17 +974,15 @@ public JobStatistics2 setReferencedRoutines(java.util.List<RoutineReference> ref
975974
}
976975

977976
/**
978-
* Output only. Referenced tables for the job. Queries that reference more than 50 tables will not
979-
* have a complete list.
977+
* Output only. Referenced tables for the job.
980978
* @return value or {@code null} for none
981979
*/
982980
public java.util.List<TableReference> getReferencedTables() {
983981
return referencedTables;
984982
}
985983

986984
/**
987-
* Output only. Referenced tables for the job. Queries that reference more than 50 tables will not
988-
* have a complete list.
985+
* Output only. Referenced tables for the job.
989986
* @param referencedTables referencedTables or {@code null} for none
990987
*/
991988
public JobStatistics2 setReferencedTables(java.util.List<TableReference> referencedTables) {

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

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,14 @@ public final class QueryTimelineSample extends com.google.api.client.json.Generi
6767
@com.google.api.client.util.Key @com.google.api.client.json.JsonString
6868
private java.lang.Long pendingUnits;
6969

70+
/**
71+
* Total shuffle usage ratio in shuffle RAM per reservation of this query. This will be provided
72+
* for reservation customers only.
73+
* The value may be {@code null}.
74+
*/
75+
@com.google.api.client.util.Key
76+
private java.lang.Double shuffleRamUsageRatio;
77+
7078
/**
7179
* Cumulative slot-ms consumed by the query.
7280
* The value may be {@code null}.
@@ -165,6 +173,25 @@ public QueryTimelineSample setPendingUnits(java.lang.Long pendingUnits) {
165173
return this;
166174
}
167175

176+
/**
177+
* Total shuffle usage ratio in shuffle RAM per reservation of this query. This will be provided
178+
* for reservation customers only.
179+
* @return value or {@code null} for none
180+
*/
181+
public java.lang.Double getShuffleRamUsageRatio() {
182+
return shuffleRamUsageRatio;
183+
}
184+
185+
/**
186+
* Total shuffle usage ratio in shuffle RAM per reservation of this query. This will be provided
187+
* for reservation customers only.
188+
* @param shuffleRamUsageRatio shuffleRamUsageRatio or {@code null} for none
189+
*/
190+
public QueryTimelineSample setShuffleRamUsageRatio(java.lang.Double shuffleRamUsageRatio) {
191+
this.shuffleRamUsageRatio = shuffleRamUsageRatio;
192+
return this;
193+
}
194+
168195
/**
169196
* Cumulative slot-ms consumed by the query.
170197
* @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-rev20250404-2.0.0</version>
12-
<name>BigQuery API v2-rev20250404-2.0.0</name>
11+
<version>v2-rev20250427-2.0.0</version>
12+
<name>BigQuery API v2-rev20250427-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-rev20250404-2.0.0</version>
25+
<version>v2-rev20250427-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-rev20250404-2.0.0'
38+
implementation 'com.google.apis:google-api-services-bigquery:v2-rev20250427-2.0.0'
3939
}
4040
```
4141

0 commit comments

Comments
 (0)