@maxim_mazurok/gapi.client.bigquery-v2 0.0.20240526 → 0.0.20240616

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/index.d.ts +5 -5
  2. package/package.json +1 -1
package/index.d.ts CHANGED
@@ -9,7 +9,7 @@
9
9
  // This file was generated by https://github.com/Maxim-Mazurok/google-api-typings-generator. Please do not edit it manually.
10
10
  // In case of any problems please post issue to https://github.com/Maxim-Mazurok/google-api-typings-generator
11
11
  // Generated from: https://bigquery.googleapis.com/$discovery/rest?version=v2
12
- // Revision: 20240526
12
+ // Revision: 20240616
13
13
 
14
14
  /// <reference types="gapi.client" />
15
15
 
@@ -1617,11 +1617,11 @@ declare namespace gapi.client {
1617
1617
  mapTargetType?: string;
1618
1618
  }
1619
1619
  interface PartitionedColumn {
1620
- /** Output only. The name of the partition column. */
1620
+ /** Required. The name of the partition column. */
1621
1621
  field?: string;
1622
1622
  }
1623
1623
  interface PartitioningDefinition {
1624
- /** 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. */
1624
+ /** Optional. Details about each partitioning column. This field is output only for all partitioning types other than metastore partitioned tables. BigQuery native tables only support 1 partitioning column. Other table types may support 0, 1 or more partitioning columns. For metastore partitioned tables, the order must match the definition order in the Hive Metastore, where it must match the physical layout of the table. For example, CREATE TABLE a_table(id BIGINT, name STRING) PARTITIONED BY (city STRING, state STRING). In this case the values must be ['city', 'state'] in that order. */
1625
1625
  partitionedColumn?: PartitionedColumn[];
1626
1626
  }
1627
1627
  interface PartitionSkew {
@@ -1819,7 +1819,7 @@ declare namespace gapi.client {
1819
1819
  totalSlotMs?: string;
1820
1820
  }
1821
1821
  interface RangePartitioning {
1822
- /** Required. [Experimental] The table is partitioned by this field. The field must be a top-level NULLABLE/REQUIRED field. The only supported type is INTEGER/INT64. */
1822
+ /** Required. The name of the column to partition the table on. It must be a top-level, INT64 column whose mode is NULLABLE or REQUIRED. */
1823
1823
  field?: string;
1824
1824
  /** [Experimental] Defines the ranges for range partitioning. */
1825
1825
  range?: {
@@ -2212,7 +2212,7 @@ declare namespace gapi.client {
2212
2212
  numTotalLogicalBytes?: string;
2213
2213
  /** Output only. The physical size of this table in bytes. This also includes storage used for time travel. This data is not kept in real time, and might be delayed by a few seconds to a few minutes. */
2214
2214
  numTotalPhysicalBytes?: string;
2215
- /** Output only. The partition information for all table formats, including managed partitioned tables, hive partitioned tables, and iceberg partitioned tables. */
2215
+ /** Optional. The partition information for all table formats, including managed partitioned tables, hive partitioned tables, iceberg partitioned, and metastore partitioned tables. This field is only populated for metastore partitioned tables. For other table formats, this is an output only field. */
2216
2216
  partitionDefinition?: PartitioningDefinition;
2217
2217
  /** If specified, configures range partitioning for this table. */
2218
2218
  rangePartitioning?: RangePartitioning;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@maxim_mazurok/gapi.client.bigquery-v2",
3
- "version": "0.0.20240526",
3
+ "version": "0.0.20240616",
4
4
  "description": "TypeScript typings for BigQuery API v2",
5
5
  "repository": {
6
6
  "type": "git",