You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: clients/google-api-services-bigquery/v2/2.0.0/com/google/api/services/bigquery/model/DataPolicyOption.java
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -18,7 +18,7 @@
18
18
19
19
/**
20
20
* Data policy option. For more information, see [Mask data by applying data policies to a
Copy file name to clipboardExpand all lines: clients/google-api-services-bigquery/v2/2.0.0/com/google/api/services/bigquery/model/IncrementalResultStats.java
+102Lines changed: 102 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -37,6 +37,36 @@ public final class IncrementalResultStats extends com.google.api.client.json.Gen
37
37
@com.google.api.client.util.Key
38
38
privatejava.lang.StringdisabledReason;
39
39
40
+
/**
41
+
* Output only. Additional human-readable clarification, if available, for DisabledReason.
42
+
* The value may be {@code null}.
43
+
*/
44
+
@com.google.api.client.util.Key
45
+
privatejava.lang.StringdisabledReasonDetails;
46
+
47
+
/**
48
+
* Output only. The time at which the first incremental result was written. If the query needed to
49
+
* restart internally, this only describes the final attempt.
50
+
* The value may be {@code null}.
51
+
*/
52
+
@com.google.api.client.util.Key
53
+
privateStringfirstIncrementalRowTime;
54
+
55
+
/**
56
+
* Output only. Number of rows that were in the latest result set before query completion.
0 commit comments