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/IndexPruningStats.java
+24Lines changed: 24 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -36,6 +36,13 @@ public final class IndexPruningStats extends com.google.api.client.json.GenericJ
36
36
@com.google.api.client.util.Key
37
37
privateTableReferencebaseTable;
38
38
39
+
/**
40
+
* The index id.
41
+
* The value may be {@code null}.
42
+
*/
43
+
@com.google.api.client.util.Key
44
+
privatejava.lang.StringindexId;
45
+
39
46
/**
40
47
* The number of parallel inputs after index pruning.
41
48
* The value may be {@code null}.
@@ -67,6 +74,23 @@ public IndexPruningStats setBaseTable(TableReference baseTable) {
0 commit comments