Skip to content

Commit cee5b00

Browse files
feat(bigquery): update the api
#### bigquery:v2 The following keys were added: - schemas.IndexPruningStats.properties.indexId.type (Total Keys: 1)
1 parent f598d38 commit cee5b00

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

docs/dyn/bigquery_v2.jobs.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1421,6 +1421,7 @@ <h3>Method Details</h3>
14211421
&quot;projectId&quot;: &quot;A String&quot;, # Required. The ID of the project containing this table.
14221422
&quot;tableId&quot;: &quot;A String&quot;, # Required. The ID of the table. The ID can contain Unicode characters in category L (letter), M (mark), N (number), Pc (connector, including underscore), Pd (dash), and Zs (space). For more information, see [General Category](https://wikipedia.org/wiki/Unicode_character_property#General_Category). The maximum length is 1,024 characters. Certain operations allow suffixing of the table ID with a partition decorator, such as `sample_table$20190123`.
14231423
},
1424+
&quot;indexId&quot;: &quot;A String&quot;, # The index id.
14241425
&quot;postIndexPruningParallelInputCount&quot;: &quot;A String&quot;, # The number of parallel inputs after index pruning.
14251426
&quot;preIndexPruningParallelInputCount&quot;: &quot;A String&quot;, # The number of parallel inputs before index pruning.
14261427
},
@@ -2934,6 +2935,7 @@ <h3>Method Details</h3>
29342935
&quot;projectId&quot;: &quot;A String&quot;, # Required. The ID of the project containing this table.
29352936
&quot;tableId&quot;: &quot;A String&quot;, # Required. The ID of the table. The ID can contain Unicode characters in category L (letter), M (mark), N (number), Pc (connector, including underscore), Pd (dash), and Zs (space). For more information, see [General Category](https://wikipedia.org/wiki/Unicode_character_property#General_Category). The maximum length is 1,024 characters. Certain operations allow suffixing of the table ID with a partition decorator, such as `sample_table$20190123`.
29362937
},
2938+
&quot;indexId&quot;: &quot;A String&quot;, # The index id.
29372939
&quot;postIndexPruningParallelInputCount&quot;: &quot;A String&quot;, # The number of parallel inputs after index pruning.
29382940
&quot;preIndexPruningParallelInputCount&quot;: &quot;A String&quot;, # The number of parallel inputs before index pruning.
29392941
},
@@ -4535,6 +4537,7 @@ <h3>Method Details</h3>
45354537
&quot;projectId&quot;: &quot;A String&quot;, # Required. The ID of the project containing this table.
45364538
&quot;tableId&quot;: &quot;A String&quot;, # Required. The ID of the table. The ID can contain Unicode characters in category L (letter), M (mark), N (number), Pc (connector, including underscore), Pd (dash), and Zs (space). For more information, see [General Category](https://wikipedia.org/wiki/Unicode_character_property#General_Category). The maximum length is 1,024 characters. Certain operations allow suffixing of the table ID with a partition decorator, such as `sample_table$20190123`.
45374539
},
4540+
&quot;indexId&quot;: &quot;A String&quot;, # The index id.
45384541
&quot;postIndexPruningParallelInputCount&quot;: &quot;A String&quot;, # The number of parallel inputs after index pruning.
45394542
&quot;preIndexPruningParallelInputCount&quot;: &quot;A String&quot;, # The number of parallel inputs before index pruning.
45404543
},
@@ -6019,6 +6022,7 @@ <h3>Method Details</h3>
60196022
&quot;projectId&quot;: &quot;A String&quot;, # Required. The ID of the project containing this table.
60206023
&quot;tableId&quot;: &quot;A String&quot;, # Required. The ID of the table. The ID can contain Unicode characters in category L (letter), M (mark), N (number), Pc (connector, including underscore), Pd (dash), and Zs (space). For more information, see [General Category](https://wikipedia.org/wiki/Unicode_character_property#General_Category). The maximum length is 1,024 characters. Certain operations allow suffixing of the table ID with a partition decorator, such as `sample_table$20190123`.
60216024
},
6025+
&quot;indexId&quot;: &quot;A String&quot;, # The index id.
60226026
&quot;postIndexPruningParallelInputCount&quot;: &quot;A String&quot;, # The number of parallel inputs after index pruning.
60236027
&quot;preIndexPruningParallelInputCount&quot;: &quot;A String&quot;, # The number of parallel inputs before index pruning.
60246028
},
@@ -7528,6 +7532,7 @@ <h3>Method Details</h3>
75287532
&quot;projectId&quot;: &quot;A String&quot;, # Required. The ID of the project containing this table.
75297533
&quot;tableId&quot;: &quot;A String&quot;, # Required. The ID of the table. The ID can contain Unicode characters in category L (letter), M (mark), N (number), Pc (connector, including underscore), Pd (dash), and Zs (space). For more information, see [General Category](https://wikipedia.org/wiki/Unicode_character_property#General_Category). The maximum length is 1,024 characters. Certain operations allow suffixing of the table ID with a partition decorator, such as `sample_table$20190123`.
75307534
},
7535+
&quot;indexId&quot;: &quot;A String&quot;, # The index id.
75317536
&quot;postIndexPruningParallelInputCount&quot;: &quot;A String&quot;, # The number of parallel inputs after index pruning.
75327537
&quot;preIndexPruningParallelInputCount&quot;: &quot;A String&quot;, # The number of parallel inputs before index pruning.
75337538
},

googleapiclient/discovery_cache/documents/bigquery.v2.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2375,7 +2375,7 @@
23752375
}
23762376
}
23772377
},
2378-
"revision": "20250928",
2378+
"revision": "20251012",
23792379
"rootUrl": "https://bigquery.googleapis.com/",
23802380
"schemas": {
23812381
"AggregateClassificationMetrics": {
@@ -5185,6 +5185,10 @@
51855185
"$ref": "TableReference",
51865186
"description": "The base table reference."
51875187
},
5188+
"indexId": {
5189+
"description": "The index id.",
5190+
"type": "string"
5191+
},
51885192
"postIndexPruningParallelInputCount": {
51895193
"description": "The number of parallel inputs after index pruning.",
51905194
"format": "int64",

0 commit comments

Comments
 (0)