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 deleted:
- schemas.QueryResponse.properties.sessionInfoTemplate.$ref (Total Keys: 1)

The following keys were added:
- schemas.QueryResponse.properties.sessionInfo.$ref (Total Keys: 1)
  • Loading branch information
yoshi-automation committed Aug 31, 2021
1 parent f063f7e commit 795df26
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/dyn/bigquery_v2.jobs.html
Original file line number Diff line number Diff line change
Expand Up @@ -3421,7 +3421,7 @@ <h3>Method Details</h3>
},
],
},
&quot;sessionInfoTemplate&quot;: { # [Output-only] [Preview] Information of the session if this job is part of one.
&quot;sessionInfo&quot;: { # [Output-only] [Preview] Information of the session if this job is part of one.
&quot;sessionId&quot;: &quot;A String&quot;, # [Output-only] // [Preview] Id of the session.
},
&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.
Expand Down
4 changes: 2 additions & 2 deletions googleapiclient/discovery_cache/documents/bigquery.v2.json
Original file line number Diff line number Diff line change
Expand Up @@ -1683,7 +1683,7 @@
}
}
},
"revision": "20210813",
"revision": "20210819",
"rootUrl": "https://bigquery.googleapis.com/",
"schemas": {
"AggregateClassificationMetrics": {
Expand Down Expand Up @@ -4967,7 +4967,7 @@
"$ref": "TableSchema",
"description": "The schema of the results. Present only when the query completes successfully."
},
"sessionInfoTemplate": {
"sessionInfo": {
"$ref": "SessionInfo",
"description": "[Output-only] [Preview] Information of the session if this job is part of one."
},
Expand Down

0 comments on commit 795df26

Please sign in to comment.