@maxim_mazurok/gapi.client.bigquery-v2 0.0.20250404 → 0.0.20250427

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 +13 -3
  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: 20250404
12
+ // Revision: 20250427
13
13
 
14
14
  /// <reference types="gapi.client" />
15
15
 
@@ -1164,7 +1164,7 @@ declare namespace gapi.client {
1164
1164
  timePartitioning?: TimePartitioning;
1165
1165
  /** Optional. Date format used for parsing TIMESTAMP values. */
1166
1166
  timestampFormat?: string;
1167
- /** Optional. [Experimental] Default time zone that will apply when parsing timestamp values that have no specific time zone. */
1167
+ /** Optional. Default time zone that will apply when parsing timestamp values that have no specific time zone. */
1168
1168
  timeZone?: string;
1169
1169
  /** 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). */
1170
1170
  useAvroLogicalTypes?: boolean;
@@ -1402,7 +1402,7 @@ declare namespace gapi.client {
1402
1402
  queryPlan?: ExplainQueryStage[];
1403
1403
  /** Output only. Referenced routines for the job. */
1404
1404
  referencedRoutines?: RoutineReference[];
1405
- /** Output only. Referenced tables for the job. Queries that reference more than 50 tables will not have a complete list. */
1405
+ /** Output only. Referenced tables for the job. */
1406
1406
  referencedTables?: TableReference[];
1407
1407
  /** Output only. Job resource usage breakdown by reservation. This field reported misleading information and will no longer be populated. */
1408
1408
  reservationUsage?: Array<{
@@ -1881,6 +1881,8 @@ declare namespace gapi.client {
1881
1881
  estimatedRunnableUnits?: string;
1882
1882
  /** Total units of work remaining for the query. This number can be revised (increased or decreased) while the query is running. */
1883
1883
  pendingUnits?: string;
1884
+ /** Total shuffle usage ratio in shuffle RAM per reservation of this query. This will be provided for reservation customers only. */
1885
+ shuffleRamUsageRatio?: number;
1884
1886
  /** Cumulative slot-ms consumed by the query. */
1885
1887
  totalSlotMs?: string;
1886
1888
  }
@@ -2986,6 +2988,8 @@ declare namespace gapi.client {
2986
2988
  projectId: string;
2987
2989
  /** Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. */
2988
2990
  quotaUser?: string;
2991
+ /** Optional. Specifies the fields of dataset that update/patch operation is targeting By default, both metadata and ACL fields are updated. */
2992
+ updateMode?: string;
2989
2993
  /** Upload protocol for media (e.g. "raw", "multipart"). */
2990
2994
  upload_protocol?: string;
2991
2995
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
@@ -3019,6 +3023,8 @@ declare namespace gapi.client {
3019
3023
  projectId: string;
3020
3024
  /** Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. */
3021
3025
  quotaUser?: string;
3026
+ /** Optional. Specifies the fields of dataset that update/patch operation is targeting By default, both metadata and ACL fields are updated. */
3027
+ updateMode?: string;
3022
3028
  /** Upload protocol for media (e.g. "raw", "multipart"). */
3023
3029
  upload_protocol?: string;
3024
3030
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
@@ -3114,6 +3120,8 @@ declare namespace gapi.client {
3114
3120
  projectId: string;
3115
3121
  /** Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. */
3116
3122
  quotaUser?: string;
3123
+ /** Optional. Specifies the fields of dataset that update/patch operation is targeting By default, both metadata and ACL fields are updated. */
3124
+ updateMode?: string;
3117
3125
  /** Upload protocol for media (e.g. "raw", "multipart"). */
3118
3126
  upload_protocol?: string;
3119
3127
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
@@ -3147,6 +3155,8 @@ declare namespace gapi.client {
3147
3155
  projectId: string;
3148
3156
  /** Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. */
3149
3157
  quotaUser?: string;
3158
+ /** Optional. Specifies the fields of dataset that update/patch operation is targeting By default, both metadata and ACL fields are updated. */
3159
+ updateMode?: string;
3150
3160
  /** Upload protocol for media (e.g. "raw", "multipart"). */
3151
3161
  upload_protocol?: string;
3152
3162
  /** Legacy upload protocol for media (e.g. "media", "multipart"). */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@maxim_mazurok/gapi.client.bigquery-v2",
3
- "version": "0.0.20250404",
3
+ "version": "0.0.20250427",
4
4
  "description": "TypeScript typings for BigQuery API v2",
5
5
  "repository": {
6
6
  "type": "git",