|
1844 | 1844 | }
|
1845 | 1845 | }
|
1846 | 1846 | },
|
1847 |
| - "revision": "20240211", |
| 1847 | + "revision": "20240229", |
1848 | 1848 | "rootUrl": "https://bigquery.googleapis.com/",
|
1849 | 1849 | "schemas": {
|
1850 | 1850 | "AggregateClassificationMetrics": {
|
|
3140 | 3140 | "readOnly": true,
|
3141 | 3141 | "type": "string"
|
3142 | 3142 | },
|
| 3143 | + "linkedDatasetMetadata": { |
| 3144 | + "$ref": "LinkedDatasetMetadata", |
| 3145 | + "description": "Output only. Metadata about the LinkedDataset. Filled out when the dataset type is LINKED.", |
| 3146 | + "readOnly": true |
| 3147 | + }, |
3143 | 3148 | "linkedDatasetSource": {
|
3144 | 3149 | "$ref": "LinkedDatasetSource",
|
3145 | 3150 | "description": "Optional. The source dataset reference when the dataset is of type LINKED. For all other dataset types it is not set. This field cannot be updated once it is set. Any attempt to update this field using Update and Patch API Operations will be ignored."
|
|
5776 | 5781 | "id": "JsonValue",
|
5777 | 5782 | "type": "any"
|
5778 | 5783 | },
|
| 5784 | + "LinkedDatasetMetadata": { |
| 5785 | + "description": "Metadata about the Linked Dataset.", |
| 5786 | + "id": "LinkedDatasetMetadata", |
| 5787 | + "properties": { |
| 5788 | + "linkState": { |
| 5789 | + "description": "Output only. Specifies whether Linked Dataset is currently in a linked state or not.", |
| 5790 | + "enum": [ |
| 5791 | + "LINK_STATE_UNSPECIFIED", |
| 5792 | + "LINKED", |
| 5793 | + "UNLINKED" |
| 5794 | + ], |
| 5795 | + "enumDescriptions": [ |
| 5796 | + "The default value. Default to the LINKED state.", |
| 5797 | + "Normal Linked Dataset state. Data is queryable via the Linked Dataset.", |
| 5798 | + "Data publisher or owner has unlinked this Linked Dataset. It means you can no longer query or see the data in the Linked Dataset." |
| 5799 | + ], |
| 5800 | + "readOnly": true, |
| 5801 | + "type": "string" |
| 5802 | + } |
| 5803 | + }, |
| 5804 | + "type": "object" |
| 5805 | + }, |
5779 | 5806 | "LinkedDatasetSource": {
|
5780 | 5807 | "description": "A dataset source type which refers to another BigQuery dataset.",
|
5781 | 5808 | "id": "LinkedDatasetSource",
|
|
6407 | 6434 | },
|
6408 | 6435 | "type": "object"
|
6409 | 6436 | },
|
| 6437 | + "PartitionedColumn": { |
| 6438 | + "description": "The partitioning column information.", |
| 6439 | + "id": "PartitionedColumn", |
| 6440 | + "properties": { |
| 6441 | + "field": { |
| 6442 | + "description": "Output only. The name of the partition column.", |
| 6443 | + "readOnly": true, |
| 6444 | + "type": "string" |
| 6445 | + } |
| 6446 | + }, |
| 6447 | + "type": "object" |
| 6448 | + }, |
| 6449 | + "PartitioningDefinition": { |
| 6450 | + "description": "The partitioning information, which includes managed table and external table partition information.", |
| 6451 | + "id": "PartitioningDefinition", |
| 6452 | + "properties": { |
| 6453 | + "partitionedColumn": { |
| 6454 | + "description": "Output only. Details about each partitioning column. BigQuery native tables only support 1 partitioning column. Other table types may support 0, 1 or more partitioning columns.", |
| 6455 | + "items": { |
| 6456 | + "$ref": "PartitionedColumn" |
| 6457 | + }, |
| 6458 | + "readOnly": true, |
| 6459 | + "type": "array" |
| 6460 | + } |
| 6461 | + }, |
| 6462 | + "type": "object" |
| 6463 | + }, |
6410 | 6464 | "PerformanceInsights": {
|
6411 | 6465 | "description": "Performance insights for the job.",
|
6412 | 6466 | "id": "PerformanceInsights",
|
|
7608 | 7662 | "type": "object"
|
7609 | 7663 | },
|
7610 | 7664 | "gcsStagingBucket": {
|
7611 |
| - "description": "Output only. The Google Cloud Storage bucket that is used as the default filesystem by the Spark application. This fields is only filled when the Spark procedure uses the INVOKER security mode. It is inferred from the system variable @@spark_proc_properties.staging_bucket if it is provided. Otherwise, BigQuery creates a default staging bucket for the job and returns the bucket name in this field. Example: * `gs://[bucket_name]`", |
| 7665 | + "description": "Output only. The Google Cloud Storage bucket that is used as the default file system by the Spark application. This field is only filled when the Spark procedure uses the invoker security mode. The `gcsStagingBucket` bucket is inferred from the `@@spark_proc_properties.staging_bucket` system variable (if it is provided). Otherwise, BigQuery creates a default staging bucket for the job and returns the bucket name in this field. Example: * `gs://[bucket_name]`", |
7612 | 7666 | "readOnly": true,
|
7613 | 7667 | "type": "string"
|
7614 | 7668 | },
|
7615 | 7669 | "kmsKeyName": {
|
7616 |
| - "description": "Output only. The Cloud KMS encryption key that is used to protect the resources created by the Spark job. If the Spark procedure uses DEFINER security mode, the Cloud KMS key is inferred from the Spark connection associated with the procedure if it is provided. Otherwise the key is inferred from the default key of the Spark connection's project if the CMEK organization policy is enforced. If the Spark procedure uses INVOKER security mode, the Cloud KMS encryption key is inferred from the system variable @@spark_proc_properties.kms_key_name if it is provided. Otherwise, the key is inferred fromt he default key of the BigQuery job's project if the CMEK organization policy is enforced. Example: * `projects/[kms_project_id]/locations/[region]/keyRings/[key_region]/cryptoKeys/[key]`", |
| 7670 | + "description": "Output only. The Cloud KMS encryption key that is used to protect the resources created by the Spark job. If the Spark procedure uses the invoker security mode, the Cloud KMS encryption key is either inferred from the provided system variable, `@@spark_proc_properties.kms_key_name`, or the default key of the BigQuery job's project (if the CMEK organization policy is enforced). Otherwise, the Cloud KMS key is either inferred from the Spark connection associated with the procedure (if it is provided), or from the default key of the Spark connection's project if the CMEK organization policy is enforced. Example: * `projects/[kms_project_id]/locations/[region]/keyRings/[key_region]/cryptoKeys/[key]`", |
7617 | 7671 | "readOnly": true,
|
7618 | 7672 | "type": "string"
|
7619 | 7673 | },
|
|
8043 | 8097 | "readOnly": true,
|
8044 | 8098 | "type": "string"
|
8045 | 8099 | },
|
| 8100 | + "partitionDefinition": { |
| 8101 | + "$ref": "PartitioningDefinition", |
| 8102 | + "description": "Output only. The partition information for all table formats, including managed partitioned tables, hive partitioned tables, and iceberg partitioned tables.", |
| 8103 | + "readOnly": true |
| 8104 | + }, |
8046 | 8105 | "rangePartitioning": {
|
8047 | 8106 | "$ref": "RangePartitioning",
|
8048 | 8107 | "description": "If specified, configures range partitioning for this table."
|
|
8370 | 8429 | "description": "Represents the type of a field element.",
|
8371 | 8430 | "properties": {
|
8372 | 8431 | "type": {
|
8373 |
| - "description": "Required. The type of a field element. See TableFieldSchema.type.", |
| 8432 | + "description": "Required. The type of a field element. For more information, see TableFieldSchema.type.", |
8374 | 8433 | "type": "string"
|
8375 | 8434 | }
|
8376 | 8435 | },
|
|
8396 | 8455 | "type": "string"
|
8397 | 8456 | },
|
8398 | 8457 | "type": {
|
8399 |
| - "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) Use of RECORD/STRUCT indicates that the field contains a nested schema.", |
| 8458 | + "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.", |
8400 | 8459 | "type": "string"
|
8401 | 8460 | }
|
8402 | 8461 | },
|
|
0 commit comments