@maxim_mazurok/gapi.client.bigquery-v2 0.1.20250919 → 0.1.20251012
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 +11 -3
- 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: 20251012
|
|
13
13
|
|
|
14
14
|
/// <reference types="gapi.client" />
|
|
15
15
|
|
|
@@ -778,6 +778,8 @@ declare namespace gapi.client {
|
|
|
778
778
|
timeFormat?: string;
|
|
779
779
|
/** Optional. Format used to parse TIMESTAMP values. Supports C-style and SQL-style values. */
|
|
780
780
|
timestampFormat?: string;
|
|
781
|
+
/** Precisions (maximum number of total digits in base 10) for seconds of TIMESTAMP types that are allowed to the destination table for autodetection mode. Available for the formats: CSV. For the CSV Format, Possible values include: Not Specified, [], or [6]: timestamp(6) for all auto detected TIMESTAMP columns [6, 12]: timestamp(6) for all auto detected TIMESTAMP columns that have less than 6 digits of subseconds. timestamp(12) for all auto detected TIMESTAMP columns that have more than 6 digits of subseconds. [12]: timestamp(12) for all auto detected TIMESTAMP columns. The order of the elements in this array is ignored. Inputs that have higher precision than the highest target precision in this array will be truncated. */
|
|
782
|
+
timestampTargetPrecision?: number[];
|
|
781
783
|
/** Optional. Time zone used when parsing timestamp values that do not have specific time zone information (e.g. 2024-04-20 12:34:56). The expected format is a IANA timezone string (e.g. America/Los_Angeles). */
|
|
782
784
|
timeZone?: string;
|
|
783
785
|
}
|
|
@@ -982,6 +984,8 @@ declare namespace gapi.client {
|
|
|
982
984
|
interface IndexPruningStats {
|
|
983
985
|
/** The base table reference. */
|
|
984
986
|
baseTable?: TableReference;
|
|
987
|
+
/** The index id. */
|
|
988
|
+
indexId?: string;
|
|
985
989
|
/** The number of parallel inputs after index pruning. */
|
|
986
990
|
postIndexPruningParallelInputCount?: string;
|
|
987
991
|
/** The number of parallel inputs before index pruning. */
|
|
@@ -1088,7 +1092,7 @@ declare namespace gapi.client {
|
|
|
1088
1092
|
labels?: {[P in string]: string};
|
|
1089
1093
|
/** [Pick one] Configures a load job. */
|
|
1090
1094
|
load?: JobConfigurationLoad;
|
|
1091
|
-
/** Optional.
|
|
1095
|
+
/** Optional. A target limit on the rate of slot consumption by this job. If set to a value > 0, BigQuery will attempt to limit the rate of slot consumption by this job to keep it below the configured limit, even if the job is eligible for more slots based on fair scheduling. The unused slots will be available for other jobs and queries to use. Note: This feature is not yet generally available. */
|
|
1092
1096
|
maxSlots?: number;
|
|
1093
1097
|
/** [Pick one] Configures a query job. */
|
|
1094
1098
|
query?: JobConfigurationQuery;
|
|
@@ -1200,6 +1204,8 @@ declare namespace gapi.client {
|
|
|
1200
1204
|
timePartitioning?: TimePartitioning;
|
|
1201
1205
|
/** Optional. Date format used for parsing TIMESTAMP values. */
|
|
1202
1206
|
timestampFormat?: string;
|
|
1207
|
+
/** Precisions (maximum number of total digits in base 10) for seconds of TIMESTAMP types that are allowed to the destination table for autodetection mode. Available for the formats: CSV. For the CSV Format, Possible values include: Not Specified, [], or [6]: timestamp(6) for all auto detected TIMESTAMP columns [6, 12]: timestamp(6) for all auto detected TIMESTAMP columns that have less than 6 digits of subseconds. timestamp(12) for all auto detected TIMESTAMP columns that have more than 6 digits of subseconds. [12]: timestamp(12) for all auto detected TIMESTAMP columns. The order of the elements in this array is ignored. Inputs that have higher precision than the highest target precision in this array will be truncated. */
|
|
1208
|
+
timestampTargetPrecision?: number[];
|
|
1203
1209
|
/** Optional. Default time zone that will apply when parsing timestamp values that have no specific time zone. */
|
|
1204
1210
|
timeZone?: string;
|
|
1205
1211
|
/** Optional. If sourceFormat is set to "AVRO", indicates whether to interpret logical types as the corresponding BigQuery data type (for example, TIMESTAMP), instead of using the raw type (for example, INTEGER). */
|
|
@@ -1357,6 +1363,8 @@ declare namespace gapi.client {
|
|
|
1357
1363
|
quotaDeferments?: string[];
|
|
1358
1364
|
/** Output only. Name of the primary reservation assigned to this job. Note that this could be different than reservations reported in the reservation usage field if parent reservations were used to execute this job. */
|
|
1359
1365
|
reservation_id?: string;
|
|
1366
|
+
/** Output only. The reservation group path of the reservation assigned to this job. This field has a limit of 10 nested reservation groups. This is to maintain consistency between reservatins info schema and jobs info schema. The first reservation group is the root reservation group and the last is the leaf or lowest level reservation group. */
|
|
1367
|
+
reservationGroupPath?: string[];
|
|
1360
1368
|
/** Output only. Job resource usage breakdown by reservation. This field reported misleading information and will no longer be populated. */
|
|
1361
1369
|
reservationUsage?: Array<{
|
|
1362
1370
|
/** Reservation name or "unreserved" for on-demand resource usage and multi-statement queries. */
|
|
@@ -1861,7 +1869,7 @@ declare namespace gapi.client {
|
|
|
1861
1869
|
maximumBytesBilled?: string;
|
|
1862
1870
|
/** Optional. The maximum number of rows of data to return per page of results. Setting this flag to a small value such as 1000 and then paging through results might improve reliability when the query result set is large. In addition to this limit, responses are also limited to 10 MB. By default, there is no maximum row count, and only the byte limit applies. */
|
|
1863
1871
|
maxResults?: number;
|
|
1864
|
-
/** Optional.
|
|
1872
|
+
/** Optional. A target limit on the rate of slot consumption by this query. If set to a value > 0, BigQuery will attempt to limit the rate of slot consumption by this query to keep it below the configured limit, even if the query is eligible for more slots based on fair scheduling. The unused slots will be available for other jobs and queries to use. Note: This feature is not yet generally available. */
|
|
1865
1873
|
maxSlots?: number;
|
|
1866
1874
|
/** GoogleSQL only. Set to POSITIONAL to use positional (?) query parameters or to NAMED to use named (@myparam) query parameters in this query. */
|
|
1867
1875
|
parameterMode?: string;
|