From c700d590e19ed3634df337092db276d108584d6e Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Thu, 21 Nov 2024 22:51:40 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=A6=89=20Updates=20from=20OwlBot=20post-p?= =?UTF-8?q?rocessor?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --- src/types.d.ts | 18 +++++++++++------- 1 file changed, 11 insertions(+), 7 deletions(-) diff --git a/src/types.d.ts b/src/types.d.ts index f765ffd7..19b042fd 100644 --- a/src/types.d.ts +++ b/src/types.d.ts @@ -13,7 +13,7 @@ // limitations under the License. /** - * Discovery Revision: 20241013 + * Discovery Revision: 20241111 */ /** @@ -77,7 +77,7 @@ declare namespace bigquery { */ argumentKind?: 'ARGUMENT_KIND_UNSPECIFIED' | 'FIXED_TYPE' | 'ANY_TYPE'; /** - * Required unless argument_kind = ANY_TYPE. + * Set if argument_kind == FIXED_TYPE. */ dataType?: IStandardSqlDataType; /** @@ -407,19 +407,19 @@ declare namespace bigquery { */ type IBigLakeConfiguration = { /** - * 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}". + * 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}". */ connectionId?: string; /** - * Required. The file format the table data is stored in. + * Optional. The file format the table data is stored in. */ fileFormat?: 'FILE_FORMAT_UNSPECIFIED' | 'PARQUET'; /** - * 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/` + * 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/` */ storageUri?: string; /** - * Required. The table format the metadata only snapshots are stored in. + * Optional. The table format the metadata only snapshots are stored in. */ tableFormat?: 'TABLE_FORMAT_UNSPECIFIED' | 'ICEBERG'; }; @@ -4863,6 +4863,10 @@ declare namespace bigquery { * Output only. The geographic location where the table resides. This value is inherited from the dataset. */ location?: string; + /** + * Optional. If set, overrides the default managed table type configured in the dataset. + */ + managedTableType?: 'MANAGED_TABLE_TYPE_UNSPECIFIED' | 'NATIVE' | 'ICEBERG'; /** * Optional. The materialized view definition. */ @@ -5518,7 +5522,7 @@ declare namespace bigquery { */ colsampleBytree?: number; /** - * 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. + * 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. */ contributionMetric?: string; /**