Skip to content

Commit

Permalink
feat(bigquery): update the api
Browse files Browse the repository at this point in the history
#### bigquery:v2

The following keys were added:
- schemas.BiEngineStatistics.properties.accelerationMode (Total Keys: 2)
  • Loading branch information
yoshi-automation committed Jan 24, 2023
1 parent 1335956 commit 35f723c
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
5 changes: 5 additions & 0 deletions docs/dyn/bigquery_v2.jobs.html
Original file line number Diff line number Diff line change
Expand Up @@ -504,6 +504,7 @@ <h3>Method Details</h3>
&quot;parentJobId&quot;: &quot;A String&quot;, # [Output-only] If this is a child job, the id of the parent.
&quot;query&quot;: { # [Output-only] Statistics for a query job.
&quot;biEngineStatistics&quot;: { # BI Engine specific Statistics. [Output only] BI Engine specific Statistics.
&quot;accelerationMode&quot;: &quot;&quot;, # [Output-only] Specifies which mode of BI Engine acceleration was performed (if any).
&quot;biEngineMode&quot;: &quot;&quot;, # [Output-only] Specifies which mode of BI Engine acceleration was performed (if any).
&quot;biEngineReasons&quot;: [ # In case of DISABLED or PARTIAL bi_engine_mode, these contain the explanatory reasons as to why BI Engine could not accelerate. In case the full query was accelerated, this field is not populated.
{
Expand Down Expand Up @@ -1199,6 +1200,7 @@ <h3>Method Details</h3>
&quot;parentJobId&quot;: &quot;A String&quot;, # [Output-only] If this is a child job, the id of the parent.
&quot;query&quot;: { # [Output-only] Statistics for a query job.
&quot;biEngineStatistics&quot;: { # BI Engine specific Statistics. [Output only] BI Engine specific Statistics.
&quot;accelerationMode&quot;: &quot;&quot;, # [Output-only] Specifies which mode of BI Engine acceleration was performed (if any).
&quot;biEngineMode&quot;: &quot;&quot;, # [Output-only] Specifies which mode of BI Engine acceleration was performed (if any).
&quot;biEngineReasons&quot;: [ # In case of DISABLED or PARTIAL bi_engine_mode, these contain the explanatory reasons as to why BI Engine could not accelerate. In case the full query was accelerated, this field is not populated.
{
Expand Down Expand Up @@ -1965,6 +1967,7 @@ <h3>Method Details</h3>
&quot;parentJobId&quot;: &quot;A String&quot;, # [Output-only] If this is a child job, the id of the parent.
&quot;query&quot;: { # [Output-only] Statistics for a query job.
&quot;biEngineStatistics&quot;: { # BI Engine specific Statistics. [Output only] BI Engine specific Statistics.
&quot;accelerationMode&quot;: &quot;&quot;, # [Output-only] Specifies which mode of BI Engine acceleration was performed (if any).
&quot;biEngineMode&quot;: &quot;&quot;, # [Output-only] Specifies which mode of BI Engine acceleration was performed (if any).
&quot;biEngineReasons&quot;: [ # In case of DISABLED or PARTIAL bi_engine_mode, these contain the explanatory reasons as to why BI Engine could not accelerate. In case the full query was accelerated, this field is not populated.
{
Expand Down Expand Up @@ -2635,6 +2638,7 @@ <h3>Method Details</h3>
&quot;parentJobId&quot;: &quot;A String&quot;, # [Output-only] If this is a child job, the id of the parent.
&quot;query&quot;: { # [Output-only] Statistics for a query job.
&quot;biEngineStatistics&quot;: { # BI Engine specific Statistics. [Output only] BI Engine specific Statistics.
&quot;accelerationMode&quot;: &quot;&quot;, # [Output-only] Specifies which mode of BI Engine acceleration was performed (if any).
&quot;biEngineMode&quot;: &quot;&quot;, # [Output-only] Specifies which mode of BI Engine acceleration was performed (if any).
&quot;biEngineReasons&quot;: [ # In case of DISABLED or PARTIAL bi_engine_mode, these contain the explanatory reasons as to why BI Engine could not accelerate. In case the full query was accelerated, this field is not populated.
{
Expand Down Expand Up @@ -3333,6 +3337,7 @@ <h3>Method Details</h3>
&quot;parentJobId&quot;: &quot;A String&quot;, # [Output-only] If this is a child job, the id of the parent.
&quot;query&quot;: { # [Output-only] Statistics for a query job.
&quot;biEngineStatistics&quot;: { # BI Engine specific Statistics. [Output only] BI Engine specific Statistics.
&quot;accelerationMode&quot;: &quot;&quot;, # [Output-only] Specifies which mode of BI Engine acceleration was performed (if any).
&quot;biEngineMode&quot;: &quot;&quot;, # [Output-only] Specifies which mode of BI Engine acceleration was performed (if any).
&quot;biEngineReasons&quot;: [ # In case of DISABLED or PARTIAL bi_engine_mode, these contain the explanatory reasons as to why BI Engine could not accelerate. In case the full query was accelerated, this field is not populated.
{
Expand Down
7 changes: 6 additions & 1 deletion googleapiclient/discovery_cache/documents/bigquery.v2.json
Original file line number Diff line number Diff line change
Expand Up @@ -1710,7 +1710,7 @@
}
}
},
"revision": "20221217",
"revision": "20230114",
"rootUrl": "https://bigquery.googleapis.com/",
"schemas": {
"AggregateClassificationMetrics": {
Expand Down Expand Up @@ -2193,6 +2193,11 @@
"BiEngineStatistics": {
"id": "BiEngineStatistics",
"properties": {
"accelerationMode": {
"default": "",
"description": "[Output-only] Specifies which mode of BI Engine acceleration was performed (if any).",
"type": "string"
},
"biEngineMode": {
"default": "",
"description": "[Output-only] Specifies which mode of BI Engine acceleration was performed (if any).",
Expand Down

0 comments on commit 35f723c

Please sign in to comment.