@maxim_mazurok/gapi.client.bigquery-v2 0.1.20251214 → 0.1.20260111

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 +7 -7
  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: 20251214
12
+ // Revision: 20260111
13
13
 
14
14
  /// <reference types="gapi.client" />
15
15
 
@@ -984,11 +984,11 @@ declare namespace gapi.client {
984
984
  trialId?: string;
985
985
  }
986
986
  interface IncrementalResultStats {
987
- /** Reason why incremental query results are/were not written by the query. */
987
+ /** Output only. Reason why incremental query results are/were not written by the query. */
988
988
  disabledReason?: string;
989
- /** The time at which the result table's contents were modified. May be absent if no results have been written or the query has completed. */
989
+ /** Output only. The time at which the result table's contents were modified. May be absent if no results have been written or the query has completed. */
990
990
  resultSetLastModifyTime?: string;
991
- /** The time at which the result table's contents were completely replaced. May be absent if no results have been written or the query has completed. */
991
+ /** Output only. The time at which the result table's contents were completely replaced. May be absent if no results have been written or the query has completed. */
992
992
  resultSetLastReplaceTime?: string;
993
993
  }
994
994
  interface IndexPruningStats {
@@ -1270,7 +1270,7 @@ declare namespace gapi.client {
1270
1270
  tableDefinitions?: {[P in string]: ExternalDataConfiguration};
1271
1271
  /** Time-based partitioning specification for the destination table. Only one of timePartitioning and rangePartitioning should be specified. */
1272
1272
  timePartitioning?: TimePartitioning;
1273
- /** Optional. Specifies whether to use BigQuery's legacy SQL dialect for this query. The default value is true. If set to false, the query will use BigQuery's GoogleSQL: https://cloud.google.com/bigquery/sql-reference/ When useLegacySql is set to false, the value of flattenResults is ignored; query will be run as if flattenResults is false. */
1273
+ /** Optional. Specifies whether to use BigQuery's legacy SQL dialect for this query. The default value is true. If set to false, the query uses BigQuery's [GoogleSQL](https://docs.cloud.google.com/bigquery/docs/introduction-sql). When useLegacySql is set to false, the value of flattenResults is ignored; query will be run as if flattenResults is false. */
1274
1274
  useLegacySql?: boolean;
1275
1275
  /** Optional. Whether to look for the result in the query cache. The query cache is a best-effort cache that will be flushed whenever tables in the query are modified. Moreover, the query cache is only available when a query does not have a destination table specified. The default value is true. */
1276
1276
  useQueryCache?: boolean;
@@ -1895,7 +1895,7 @@ declare namespace gapi.client {
1895
1895
  reservation?: string;
1896
1896
  /** Optional. Optional: Specifies the maximum amount of time, in milliseconds, that the client is willing to wait for the query to complete. By default, this limit is 10 seconds (10,000 milliseconds). If the query is complete, the jobComplete field in the response is true. If the query has not yet completed, jobComplete is false. You can request a longer timeout period in the timeoutMs field. However, the call is not guaranteed to wait for the specified timeout; it typically returns after around 200 seconds (200,000 milliseconds), even if the query is not complete. If jobComplete is false, you can continue to wait for the query to complete by calling the getQueryResults method until the jobComplete field in the getQueryResults response is true. */
1897
1897
  timeoutMs?: number;
1898
- /** Specifies whether to use BigQuery's legacy SQL dialect for this query. The default value is true. If set to false, the query will use BigQuery's GoogleSQL: https://cloud.google.com/bigquery/sql-reference/ When useLegacySql is set to false, the value of flattenResults is ignored; query will be run as if flattenResults is false. */
1898
+ /** Specifies whether to use BigQuery's legacy SQL dialect for this query. The default value is true. If set to false, the query uses BigQuery's [GoogleSQL](https://docs.cloud.google.com/bigquery/docs/introduction-sql). When useLegacySql is set to false, the value of flattenResults is ignored; query will be run as if flattenResults is false. */
1899
1899
  useLegacySql?: boolean;
1900
1900
  /** Optional. Whether to look for the result in the query cache. The query cache is a best-effort cache that will be flushed whenever tables in the query are modified. The default value is true. */
1901
1901
  useQueryCache?: boolean;
@@ -2899,7 +2899,7 @@ declare namespace gapi.client {
2899
2899
  query?: string;
2900
2900
  /** True if the column names are explicitly specified. For example by using the 'CREATE VIEW v(c1, c2) AS ...' syntax. Can only be set for GoogleSQL views. */
2901
2901
  useExplicitColumnNames?: boolean;
2902
- /** Specifies whether to use BigQuery's legacy SQL for this view. The default value is true. If set to false, the view will use BigQuery's GoogleSQL: https://cloud.google.com/bigquery/sql-reference/ Queries and views that reference this view must use the same flag value. A wrapper is used here because the default value is True. */
2902
+ /** Specifies whether to use BigQuery's legacy SQL for this view. The default value is true. If set to false, the view uses BigQuery's [GoogleSQL](https://docs.cloud.google.com/bigquery/docs/introduction-sql). Queries and views that reference this view must use the same flag value. A wrapper is used here because the default value is True. */
2903
2903
  useLegacySql?: boolean;
2904
2904
  /** Describes user-defined function resources used in the query. */
2905
2905
  userDefinedFunctionResources?: UserDefinedFunctionResource[];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@maxim_mazurok/gapi.client.bigquery-v2",
3
- "version": "0.1.20251214",
3
+ "version": "0.1.20260111",
4
4
  "description": "TypeScript typings for BigQuery API v2",
5
5
  "repository": {
6
6
  "type": "git",