Skip to content

Commit 0e7edb3

Browse files
1 parent 583bef7 commit 0e7edb3

6 files changed

Lines changed: 198 additions & 6 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-rev20260211-2.0.0</version>
25+
<version>v2-rev20260224-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-rev20260211-2.0.0'
38+
implementation 'com.google.apis:google-api-services-bigquery:v2-rev20260224-2.0.0'
3939
}
4040
```
4141

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

Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,20 @@ public final class DmlStatistics extends com.google.api.client.json.GenericJson
3636
@com.google.api.client.util.Key @com.google.api.client.json.JsonString
3737
private java.lang.Long deletedRowCount;
3838

39+
/**
40+
* Output only. DML mode used.
41+
* The value may be {@code null}.
42+
*/
43+
@com.google.api.client.util.Key
44+
private java.lang.String dmlMode;
45+
46+
/**
47+
* Output only. Reason for disabling fine-grained DML if applicable.
48+
* The value may be {@code null}.
49+
*/
50+
@com.google.api.client.util.Key
51+
private java.lang.String fineGrainedDmlUnusedReason;
52+
3953
/**
4054
* Output only. Number of inserted Rows. Populated by DML INSERT and MERGE statements
4155
* The value may be {@code null}.
@@ -67,6 +81,40 @@ public DmlStatistics setDeletedRowCount(java.lang.Long deletedRowCount) {
6781
return this;
6882
}
6983

84+
/**
85+
* Output only. DML mode used.
86+
* @return value or {@code null} for none
87+
*/
88+
public java.lang.String getDmlMode() {
89+
return dmlMode;
90+
}
91+
92+
/**
93+
* Output only. DML mode used.
94+
* @param dmlMode dmlMode or {@code null} for none
95+
*/
96+
public DmlStatistics setDmlMode(java.lang.String dmlMode) {
97+
this.dmlMode = dmlMode;
98+
return this;
99+
}
100+
101+
/**
102+
* Output only. Reason for disabling fine-grained DML if applicable.
103+
* @return value or {@code null} for none
104+
*/
105+
public java.lang.String getFineGrainedDmlUnusedReason() {
106+
return fineGrainedDmlUnusedReason;
107+
}
108+
109+
/**
110+
* Output only. Reason for disabling fine-grained DML if applicable.
111+
* @param fineGrainedDmlUnusedReason fineGrainedDmlUnusedReason or {@code null} for none
112+
*/
113+
public DmlStatistics setFineGrainedDmlUnusedReason(java.lang.String fineGrainedDmlUnusedReason) {
114+
this.fineGrainedDmlUnusedReason = fineGrainedDmlUnusedReason;
115+
return this;
116+
}
117+
70118
/**
71119
* Output only. Number of inserted Rows. Populated by DML INSERT and MERGE statements
72120
* @return value or {@code null} for none

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

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -256,6 +256,14 @@ public final class JobStatistics2 extends com.google.api.client.json.GenericJson
256256
com.google.api.client.util.Data.nullOf(ExplainQueryStage.class);
257257
}
258258

259+
/**
260+
* Output only. Referenced property graphs for the job. Queries that reference more than 50
261+
* property graphs will not have a complete list.
262+
* The value may be {@code null}.
263+
*/
264+
@com.google.api.client.util.Key
265+
private java.util.List<PropertyGraphReference> referencedPropertyGraphs;
266+
259267
/**
260268
* Output only. Referenced routines for the job.
261269
* The value may be {@code null}.
@@ -992,6 +1000,25 @@ public JobStatistics2 setQueryPlan(java.util.List<ExplainQueryStage> queryPlan)
9921000
return this;
9931001
}
9941002

1003+
/**
1004+
* Output only. Referenced property graphs for the job. Queries that reference more than 50
1005+
* property graphs will not have a complete list.
1006+
* @return value or {@code null} for none
1007+
*/
1008+
public java.util.List<PropertyGraphReference> getReferencedPropertyGraphs() {
1009+
return referencedPropertyGraphs;
1010+
}
1011+
1012+
/**
1013+
* Output only. Referenced property graphs for the job. Queries that reference more than 50
1014+
* property graphs will not have a complete list.
1015+
* @param referencedPropertyGraphs referencedPropertyGraphs or {@code null} for none
1016+
*/
1017+
public JobStatistics2 setReferencedPropertyGraphs(java.util.List<PropertyGraphReference> referencedPropertyGraphs) {
1018+
this.referencedPropertyGraphs = referencedPropertyGraphs;
1019+
return this;
1020+
}
1021+
9951022
/**
9961023
* Output only. Referenced routines for the job.
9971024
* @return value or {@code null} for none
Lines changed: 117 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,117 @@
1+
/*
2+
* Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except
3+
* in compliance with the License. You may obtain a copy of the License at
4+
*
5+
* http://www.apache.org/licenses/LICENSE-2.0
6+
*
7+
* Unless required by applicable law or agreed to in writing, software distributed under the License
8+
* is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express
9+
* or implied. See the License for the specific language governing permissions and limitations under
10+
* the License.
11+
*/
12+
/*
13+
* This code was generated by https://github.com/googleapis/google-api-java-client-services/
14+
* Modify at your own risk.
15+
*/
16+
17+
package com.google.api.services.bigquery.model;
18+
19+
/**
20+
* Id path of a property graph.
21+
*
22+
* <p> This is the Java data model class that specifies how to parse/serialize into the JSON that is
23+
* transmitted over HTTP when working with the BigQuery API. For a detailed explanation see:
24+
* <a href="https://developers.google.com/api-client-library/java/google-http-java-client/json">https://developers.google.com/api-client-library/java/google-http-java-client/json</a>
25+
* </p>
26+
*
27+
* @author Google, Inc.
28+
*/
29+
@SuppressWarnings("javadoc")
30+
public final class PropertyGraphReference extends com.google.api.client.json.GenericJson {
31+
32+
/**
33+
* Required. The ID of the dataset containing this property graph.
34+
* The value may be {@code null}.
35+
*/
36+
@com.google.api.client.util.Key
37+
private java.lang.String datasetId;
38+
39+
/**
40+
* Required. The ID of the project containing this property graph.
41+
* The value may be {@code null}.
42+
*/
43+
@com.google.api.client.util.Key
44+
private java.lang.String projectId;
45+
46+
/**
47+
* Required. The ID of the property graph. The ID must contain only letters (a-z, A-Z), numbers
48+
* (0-9), or underscores (_). The maximum length is 256 characters.
49+
* The value may be {@code null}.
50+
*/
51+
@com.google.api.client.util.Key
52+
private java.lang.String propertyGraphId;
53+
54+
/**
55+
* Required. The ID of the dataset containing this property graph.
56+
* @return value or {@code null} for none
57+
*/
58+
public java.lang.String getDatasetId() {
59+
return datasetId;
60+
}
61+
62+
/**
63+
* Required. The ID of the dataset containing this property graph.
64+
* @param datasetId datasetId or {@code null} for none
65+
*/
66+
public PropertyGraphReference setDatasetId(java.lang.String datasetId) {
67+
this.datasetId = datasetId;
68+
return this;
69+
}
70+
71+
/**
72+
* Required. The ID of the project containing this property graph.
73+
* @return value or {@code null} for none
74+
*/
75+
public java.lang.String getProjectId() {
76+
return projectId;
77+
}
78+
79+
/**
80+
* Required. The ID of the project containing this property graph.
81+
* @param projectId projectId or {@code null} for none
82+
*/
83+
public PropertyGraphReference setProjectId(java.lang.String projectId) {
84+
this.projectId = projectId;
85+
return this;
86+
}
87+
88+
/**
89+
* Required. The ID of the property graph. The ID must contain only letters (a-z, A-Z), numbers
90+
* (0-9), or underscores (_). The maximum length is 256 characters.
91+
* @return value or {@code null} for none
92+
*/
93+
public java.lang.String getPropertyGraphId() {
94+
return propertyGraphId;
95+
}
96+
97+
/**
98+
* Required. The ID of the property graph. The ID must contain only letters (a-z, A-Z), numbers
99+
* (0-9), or underscores (_). The maximum length is 256 characters.
100+
* @param propertyGraphId propertyGraphId or {@code null} for none
101+
*/
102+
public PropertyGraphReference setPropertyGraphId(java.lang.String propertyGraphId) {
103+
this.propertyGraphId = propertyGraphId;
104+
return this;
105+
}
106+
107+
@Override
108+
public PropertyGraphReference set(String fieldName, Object value) {
109+
return (PropertyGraphReference) super.set(fieldName, value);
110+
}
111+
112+
@Override
113+
public PropertyGraphReference clone() {
114+
return (PropertyGraphReference) super.clone();
115+
}
116+
117+
}

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

0 commit comments

Comments
 (0)