Skip to content

Commit 795df26

Browse files
feat(bigquery): update the api
#### bigquery:v2 The following keys were deleted: - schemas.QueryResponse.properties.sessionInfoTemplate.$ref (Total Keys: 1) The following keys were added: - schemas.QueryResponse.properties.sessionInfo.$ref (Total Keys: 1)
1 parent f063f7e commit 795df26

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/dyn/bigquery_v2.jobs.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3421,7 +3421,7 @@ <h3>Method Details</h3>
34213421
},
34223422
],
34233423
},
3424-
&quot;sessionInfoTemplate&quot;: { # [Output-only] [Preview] Information of the session if this job is part of one.
3424+
&quot;sessionInfo&quot;: { # [Output-only] [Preview] Information of the session if this job is part of one.
34253425
&quot;sessionId&quot;: &quot;A String&quot;, # [Output-only] // [Preview] Id of the session.
34263426
},
34273427
&quot;totalBytesProcessed&quot;: &quot;A String&quot;, # The total number of bytes processed for this query. If this query was a dry run, this is the number of bytes that would be processed if the query were run.

googleapiclient/discovery_cache/documents/bigquery.v2.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1683,7 +1683,7 @@
16831683
}
16841684
}
16851685
},
1686-
"revision": "20210813",
1686+
"revision": "20210819",
16871687
"rootUrl": "https://bigquery.googleapis.com/",
16881688
"schemas": {
16891689
"AggregateClassificationMetrics": {
@@ -4967,7 +4967,7 @@
49674967
"$ref": "TableSchema",
49684968
"description": "The schema of the results. Present only when the query completes successfully."
49694969
},
4970-
"sessionInfoTemplate": {
4970+
"sessionInfo": {
49714971
"$ref": "SessionInfo",
49724972
"description": "[Output-only] [Preview] Information of the session if this job is part of one."
49734973
},

0 commit comments

Comments
 (0)