@maxim_mazurok/gapi.client.bigquery-v2 0.0.20240602 → 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.
- package/index.d.ts +4 -4
- 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:
|
|
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
|
-
/**
|
|
1620
|
+
/** Required. The name of the partition column. */
|
|
1621
1621
|
field?: string;
|
|
1622
1622
|
}
|
|
1623
1623
|
interface PartitioningDefinition {
|
|
1624
|
-
/**
|
|
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 {
|
|
@@ -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
|
-
/**
|
|
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;
|