|
1935 | 1935 | } |
1936 | 1936 | } |
1937 | 1937 | }, |
1938 | | - "revision": "20240803", |
| 1938 | + "revision": "20240815", |
1939 | 1939 | "rootUrl": "https://bigquery.googleapis.com/", |
1940 | 1940 | "schemas": { |
1941 | 1941 | "AggregateClassificationMetrics": { |
|
4810 | 4810 | }, |
4811 | 4811 | "jobCreationReason": { |
4812 | 4812 | "$ref": "JobCreationReason", |
4813 | | - "description": "Output only. If set, it provides the reason why a Job was created. If not set, it should be treated as the default: REQUESTED. This feature is not yet available. Jobs will always be created.", |
| 4813 | + "description": "Output only. The reason why a Job was created. [Preview](/products/#product-launch-stages)", |
4814 | 4814 | "readOnly": true |
4815 | 4815 | }, |
4816 | 4816 | "jobReference": { |
|
5370 | 5370 | "type": "object" |
5371 | 5371 | }, |
5372 | 5372 | "JobCreationReason": { |
5373 | | - "description": "Reason about why a Job was created from a [`jobs.query`](https://cloud.google.com/bigquery/docs/reference/rest/v2/jobs/query) method when used with `JOB_CREATION_OPTIONAL` Job creation mode. For [`jobs.insert`](https://cloud.google.com/bigquery/docs/reference/rest/v2/jobs/insert) method calls it will always be `REQUESTED`. This feature is not yet available. Jobs will always be created.", |
| 5373 | + "description": "Reason about why a Job was created from a [`jobs.query`](https://cloud.google.com/bigquery/docs/reference/rest/v2/jobs/query) method when used with `JOB_CREATION_OPTIONAL` Job creation mode. For [`jobs.insert`](https://cloud.google.com/bigquery/docs/reference/rest/v2/jobs/insert) method calls it will always be `REQUESTED`. [Preview](/products/#product-launch-stages)", |
5374 | 5374 | "id": "JobCreationReason", |
5375 | 5375 | "properties": { |
5376 | 5376 | "code": { |
|
7109 | 7109 | "description": "Optional. Output format adjustments." |
7110 | 7110 | }, |
7111 | 7111 | "jobCreationMode": { |
7112 | | - "description": "Optional. If not set, jobs are always required. If set, the query request will follow the behavior described JobCreationMode. This feature is not yet available. Jobs will always be created.", |
| 7112 | + "description": "Optional. If not set, jobs are always required. If set, the query request will follow the behavior described JobCreationMode. [Preview](/products/#product-launch-stages)", |
7113 | 7113 | "enum": [ |
7114 | 7114 | "JOB_CREATION_MODE_UNSPECIFIED", |
7115 | 7115 | "JOB_CREATION_REQUIRED", |
|
7216 | 7216 | }, |
7217 | 7217 | "jobCreationReason": { |
7218 | 7218 | "$ref": "JobCreationReason", |
7219 | | - "description": "Optional. Only relevant when a job_reference is present in the response. If job_reference is not present it will always be unset. When job_reference is present, this field should be interpreted as follows: If set, it will provide the reason of why a Job was created. If not set, it should be treated as the default: REQUESTED. This feature is not yet available. Jobs will always be created." |
| 7219 | + "description": "Optional. The reason why a Job was created. Only relevant when a job_reference is present in the response. If job_reference is not present it will always be unset. [Preview](/products/#product-launch-stages)" |
7220 | 7220 | }, |
7221 | 7221 | "jobReference": { |
7222 | 7222 | "$ref": "JobReference", |
7223 | | - "description": "Reference to the Job that was created to run the query. This field will be present even if the original request timed out, in which case GetQueryResults can be used to read the results once the query has completed. Since this API only returns the first page of results, subsequent pages can be fetched via the same mechanism (GetQueryResults)." |
| 7223 | + "description": "Reference to the Job that was created to run the query. This field will be present even if the original request timed out, in which case GetQueryResults can be used to read the results once the query has completed. Since this API only returns the first page of results, subsequent pages can be fetched via the same mechanism (GetQueryResults). If job_creation_mode was set to `JOB_CREATION_OPTIONAL` and the query completes without creating a job, this field will be empty." |
7224 | 7224 | }, |
7225 | 7225 | "kind": { |
7226 | 7226 | "default": "bigquery#queryResponse", |
|
7238 | 7238 | "type": "string" |
7239 | 7239 | }, |
7240 | 7240 | "queryId": { |
7241 | | - "description": "Query ID for the completed query. This ID will be auto-generated. This field is not yet available and it is currently not guaranteed to be populated.", |
| 7241 | + "description": "Auto-generated ID for the query. [Preview](/products/#product-launch-stages)", |
7242 | 7242 | "type": "string" |
7243 | 7243 | }, |
7244 | 7244 | "rows": { |
|
8152 | 8152 | "type": "object" |
8153 | 8153 | }, |
8154 | 8154 | "StandardSqlDataType": { |
8155 | | - "description": "The data type of a variable such as a function argument. Examples include: * INT64: `{\"typeKind\": \"INT64\"}` * ARRAY: { \"typeKind\": \"ARRAY\", \"arrayElementType\": {\"typeKind\": \"STRING\"} } * STRUCT\u003e: { \"typeKind\": \"STRUCT\", \"structType\": { \"fields\": [ { \"name\": \"x\", \"type\": {\"typeKind\": \"STRING\"} }, { \"name\": \"y\", \"type\": { \"typeKind\": \"ARRAY\", \"arrayElementType\": {\"typeKind\": \"DATE\"} } } ] } }", |
| 8155 | + "description": "The data type of a variable such as a function argument. Examples include: * INT64: `{\"typeKind\": \"INT64\"}` * ARRAY: { \"typeKind\": \"ARRAY\", \"arrayElementType\": {\"typeKind\": \"STRING\"} } * STRUCT\u003e: { \"typeKind\": \"STRUCT\", \"structType\": { \"fields\": [ { \"name\": \"x\", \"type\": {\"typeKind\": \"STRING\"} }, { \"name\": \"y\", \"type\": { \"typeKind\": \"ARRAY\", \"arrayElementType\": {\"typeKind\": \"DATE\"} } } ] } } * RANGE: { \"typeKind\": \"RANGE\", \"rangeElementType\": {\"typeKind\": \"DATE\"} }", |
8156 | 8156 | "id": "StandardSqlDataType", |
8157 | 8157 | "properties": { |
8158 | 8158 | "arrayElementType": { |
|
8908 | 8908 | "type": "string" |
8909 | 8909 | }, |
8910 | 8910 | "type": { |
8911 | | - "description": "Required. The field data type. Possible values include: * STRING * BYTES * INTEGER (or INT64) * FLOAT (or FLOAT64) * BOOLEAN (or BOOL) * TIMESTAMP * DATE * TIME * DATETIME * GEOGRAPHY * NUMERIC * BIGNUMERIC * JSON * RECORD (or STRUCT) * RANGE ([Preview](/products/#product-launch-stages)) Use of RECORD/STRUCT indicates that the field contains a nested schema.", |
| 8911 | + "description": "Required. The field data type. Possible values include: * STRING * BYTES * INTEGER (or INT64) * FLOAT (or FLOAT64) * BOOLEAN (or BOOL) * TIMESTAMP * DATE * TIME * DATETIME * GEOGRAPHY * NUMERIC * BIGNUMERIC * JSON * RECORD (or STRUCT) * RANGE Use of RECORD/STRUCT indicates that the field contains a nested schema.", |
8912 | 8912 | "type": "string" |
8913 | 8913 | } |
8914 | 8914 | }, |
|
0 commit comments