|
2009 | 2009 | } |
2010 | 2010 | } |
2011 | 2011 | }, |
2012 | | - "revision": "20241222", |
| 2012 | + "revision": "20250112", |
2013 | 2013 | "rootUrl": "https://bigquery.googleapis.com/", |
2014 | 2014 | "schemas": { |
2015 | 2015 | "AggregateClassificationMetrics": { |
|
6369 | 6369 | "id": "MaterializedViewDefinition", |
6370 | 6370 | "properties": { |
6371 | 6371 | "allowNonIncrementalDefinition": { |
6372 | | - "description": "Optional. This option declares the intention to construct a materialized view that isn't refreshed incrementally.", |
| 6372 | + "description": "Optional. This option declares the intention to construct a materialized view that isn't refreshed incrementally. Non-incremental materialized views support an expanded range of SQL queries. The `allow_non_incremental_definition` option can't be changed after the materialized view is created.", |
6373 | 6373 | "type": "boolean" |
6374 | 6374 | }, |
6375 | 6375 | "enableRefresh": { |
|
7281 | 7281 | "description": "Whether the query result was fetched from the query cache.", |
7282 | 7282 | "type": "boolean" |
7283 | 7283 | }, |
| 7284 | + "creationTime": { |
| 7285 | + "description": "Output only. Creation time of this query, in milliseconds since the epoch. This field will be present on all queries.", |
| 7286 | + "format": "int64", |
| 7287 | + "readOnly": true, |
| 7288 | + "type": "string" |
| 7289 | + }, |
7284 | 7290 | "dmlStats": { |
7285 | 7291 | "$ref": "DmlStatistics", |
7286 | 7292 | "description": "Output only. Detailed statistics for DML statements INSERT, UPDATE, DELETE, MERGE or TRUNCATE.", |
7287 | 7293 | "readOnly": true |
7288 | 7294 | }, |
| 7295 | + "endTime": { |
| 7296 | + "description": "Output only. End time of this query, in milliseconds since the epoch. This field will be present whenever a query job is in the DONE state.", |
| 7297 | + "format": "int64", |
| 7298 | + "readOnly": true, |
| 7299 | + "type": "string" |
| 7300 | + }, |
7289 | 7301 | "errors": { |
7290 | 7302 | "description": "Output only. The first errors or warnings encountered during the running of the job. The final message includes the number of errors that caused the process to stop. Errors here do not necessarily mean that the job has completed or was unsuccessful. For more information about error messages, see [Error messages](https://cloud.google.com/bigquery/docs/error-messages).", |
7291 | 7303 | "items": { |
|
7311 | 7323 | "description": "The resource type.", |
7312 | 7324 | "type": "string" |
7313 | 7325 | }, |
| 7326 | + "location": { |
| 7327 | + "description": "Output only. The geographic location of the query. For more information about BigQuery locations, see: https://cloud.google.com/bigquery/docs/locations", |
| 7328 | + "readOnly": true, |
| 7329 | + "type": "string" |
| 7330 | + }, |
7314 | 7331 | "numDmlAffectedRows": { |
7315 | 7332 | "description": "Output only. The number of rows affected by a DML statement. Present only for DML statements INSERT, UPDATE or DELETE.", |
7316 | 7333 | "format": "int64", |
|
7341 | 7358 | "description": "Output only. Information of the session if this job is part of one.", |
7342 | 7359 | "readOnly": true |
7343 | 7360 | }, |
| 7361 | + "startTime": { |
| 7362 | + "description": "Output only. Start time of this query, in milliseconds since the epoch. This field will be present when the query job transitions from the PENDING state to either RUNNING or DONE.", |
| 7363 | + "format": "int64", |
| 7364 | + "readOnly": true, |
| 7365 | + "type": "string" |
| 7366 | + }, |
| 7367 | + "totalBytesBilled": { |
| 7368 | + "description": "Output only. If the project is configured to use on-demand pricing, then this field contains the total bytes billed for the job. If the project is configured to use flat-rate pricing, then you are not billed for bytes and this field is informational only.", |
| 7369 | + "format": "int64", |
| 7370 | + "readOnly": true, |
| 7371 | + "type": "string" |
| 7372 | + }, |
7344 | 7373 | "totalBytesProcessed": { |
7345 | 7374 | "description": "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.", |
7346 | 7375 | "format": "int64", |
|
7350 | 7379 | "description": "The total number of rows in the complete query result set, which can be more than the number of rows in this single page of results.", |
7351 | 7380 | "format": "uint64", |
7352 | 7381 | "type": "string" |
| 7382 | + }, |
| 7383 | + "totalSlotMs": { |
| 7384 | + "description": "Output only. Number of slot ms the user is actually billed for.", |
| 7385 | + "format": "int64", |
| 7386 | + "readOnly": true, |
| 7387 | + "type": "string" |
7353 | 7388 | } |
7354 | 7389 | }, |
7355 | 7390 | "type": "object" |
|
0 commit comments