Current section
Files
Jump to
Current section
Files
lib/google/cloud/bigquery/v2/biglake_config.pb.ex
defmodule Google.Cloud.Bigquery.V2.BigLakeConfiguration.FileFormat do
@moduledoc false
use Protobuf,
enum: true,
full_name: "google.cloud.bigquery.v2.BigLakeConfiguration.FileFormat",
protoc_gen_elixir_version: "0.17.0",
syntax: :proto3
field :FILE_FORMAT_UNSPECIFIED, 0
field :PARQUET, 1
end
defmodule Google.Cloud.Bigquery.V2.BigLakeConfiguration.TableFormat do
@moduledoc false
use Protobuf,
enum: true,
full_name: "google.cloud.bigquery.v2.BigLakeConfiguration.TableFormat",
protoc_gen_elixir_version: "0.17.0",
syntax: :proto3
field :TABLE_FORMAT_UNSPECIFIED, 0
field :ICEBERG, 1
end
defmodule Google.Cloud.Bigquery.V2.BigLakeConfiguration do
@moduledoc false
use Protobuf,
full_name: "google.cloud.bigquery.v2.BigLakeConfiguration",
protoc_gen_elixir_version: "0.17.0",
syntax: :proto3
field :connection_id, 1, type: :string, json_name: "connectionId", deprecated: false
field :storage_uri, 2, type: :string, json_name: "storageUri", deprecated: false
field :file_format, 3,
type: Google.Cloud.Bigquery.V2.BigLakeConfiguration.FileFormat,
json_name: "fileFormat",
enum: true,
deprecated: false
field :table_format, 4,
type: Google.Cloud.Bigquery.V2.BigLakeConfiguration.TableFormat,
json_name: "tableFormat",
enum: true,
deprecated: false
end