@maxim_mazurok/gapi.client.bigquery-v2 0.0.20241013 → 0.0.20241027

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: 20241013
12
+ // Revision: 20241027
13
13
 
14
14
  /// <reference types="gapi.client" />
15
15
 
@@ -49,7 +49,7 @@ declare namespace gapi.client {
49
49
  interface Argument {
50
50
  /** Optional. Defaults to FIXED_TYPE. */
51
51
  argumentKind?: string;
52
- /** Required unless argument_kind = ANY_TYPE. */
52
+ /** Set if argument_kind == FIXED_TYPE. */
53
53
  dataType?: StandardSqlDataType;
54
54
  /** Optional. Whether the argument is an aggregate function parameter. Must be Unset for routine types other than AGGREGATE_FUNCTION. For AGGREGATE_FUNCTION, if set to false, it is equivalent to adding "NOT AGGREGATE" clause in DDL; Otherwise, it is equivalent to omitting "NOT AGGREGATE" clause in DDL. */
55
55
  isAggregate?: boolean;
@@ -175,13 +175,13 @@ declare namespace gapi.client {
175
175
  biEngineReasons?: BiEngineReason[];
176
176
  }
177
177
  interface BigLakeConfiguration {
178
- /** Required. The connection specifying the credentials to be used to read and write to external storage, such as Cloud Storage. The connection_id can have the form `{project}.{location}.{connection_id}` or `projects/{project}/locations/{location}/connections/{connection_id}". */
178
+ /** Optional. The connection specifying the credentials to be used to read and write to external storage, such as Cloud Storage. The connection_id can have the form `{project}.{location}.{connection_id}` or `projects/{project}/locations/{location}/connections/{connection_id}". */
179
179
  connectionId?: string;
180
- /** Required. The file format the table data is stored in. */
180
+ /** Optional. The file format the table data is stored in. */
181
181
  fileFormat?: string;
182
- /** Required. The fully qualified location prefix of the external folder where table data is stored. The '*' wildcard character is not allowed. The URI should be in the format `gs://bucket/path_to_table/` */
182
+ /** Optional. The fully qualified location prefix of the external folder where table data is stored. The '*' wildcard character is not allowed. The URI should be in the format `gs://bucket/path_to_table/` */
183
183
  storageUri?: string;
184
- /** Required. The table format the metadata only snapshots are stored in. */
184
+ /** Optional. The table format the metadata only snapshots are stored in. */
185
185
  tableFormat?: string;
186
186
  }
187
187
  interface BigQueryModelTraining {
@@ -2503,7 +2503,7 @@ declare namespace gapi.client {
2503
2503
  colsampleBynode?: number;
2504
2504
  /** Subsample ratio of columns when constructing each tree for boosted tree models. */
2505
2505
  colsampleBytree?: number;
2506
- /** The contribution metric. Applies to contribution analysis models. Allowed formats supported are for summable and summable ratio contribution metrics. These include expressions such as "SUM(x)" or "SUM(x)/SUM(y)", where x and y are column names from the base table. */
2506
+ /** The contribution metric. Applies to contribution analysis models. Allowed formats supported are for summable and summable ratio contribution metrics. These include expressions such as `SUM(x)` or `SUM(x)/SUM(y)`, where x and y are column names from the base table. */
2507
2507
  contributionMetric?: string;
2508
2508
  /** Type of normalization algorithm for boosted tree models using dart booster. */
2509
2509
  dartNormalizeType?: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@maxim_mazurok/gapi.client.bigquery-v2",
3
- "version": "0.0.20241013",
3
+ "version": "0.0.20241027",
4
4
  "description": "TypeScript typings for BigQuery API v2",
5
5
  "repository": {
6
6
  "type": "git",