NAME

Google::Cloud::Bigquery::V2::BiglakeConfig::BigLakeConfiguration - Compiled Protocol Buffers message class

SYNOPSIS

use Google::Cloud::Bigquery::V2::BiglakeConfig;

my $msg = Google::Cloud::Bigquery::V2::BiglakeConfig::BigLakeConfiguration->new(
    connection_id => $value,
);

FIELDS

  • connection_id

    Type: String

  • storage_uri

    Type: String

  • file_format

    Type: Enum (.google.cloud.bigquery.v2.BigLakeConfiguration.FileFormat)

  • table_format

    Type: Enum (.google.cloud.bigquery.v2.BigLakeConfiguration.TableFormat)

Enum: BigLakeConfiguration::FileFormat

Values:

  • FILE_FORMAT_UNSPECIFIED => 0

  • PARQUET => 1

Enum: BigLakeConfiguration::TableFormat

Values:

  • TABLE_FORMAT_UNSPECIFIED => 0

  • ICEBERG => 1

NAME

Google::Cloud::Bigquery::V2::BiglakeConfig - Protocol Buffers schema definition

DESCRIPTION

Auto-generated Protocol Buffers schema definition class.

LICENSE AND COPYRIGHT

Copyright (C) 2026 Google LLC

This program is released under the Apache 2.0 license.