NAME
Google::Cloud::Bigquery::V2::ExternalCatalogTableOptions::ExternalCatalogTableOptions - Compiled Protocol Buffers message class
SYNOPSIS
use Google::Cloud::Bigquery::V2::ExternalCatalogTableOptions;
my $msg = Google::Cloud::Bigquery::V2::ExternalCatalogTableOptions::ExternalCatalogTableOptions->new(
parameters => $value,
);
FIELDS
parameters
Type: Message (.google.cloud.bigquery.v2.ExternalCatalogTableOptions.ParametersEntry)
storage_descriptor
Type: Message (.google.cloud.bigquery.v2.StorageDescriptor)
connection_id
Type: String
NAME
Google::Cloud::Bigquery::V2::ExternalCatalogTableOptions::StorageDescriptor - Compiled Protocol Buffers message class
SYNOPSIS
use Google::Cloud::Bigquery::V2::ExternalCatalogTableOptions;
my $msg = Google::Cloud::Bigquery::V2::ExternalCatalogTableOptions::StorageDescriptor->new(
location_uri => $value,
);
FIELDS
location_uri
Type: String
input_format
Type: String
output_format
Type: String
serde_info
Type: Message (.google.cloud.bigquery.v2.SerDeInfo)
NAME
Google::Cloud::Bigquery::V2::ExternalCatalogTableOptions::SerDeInfo - Compiled Protocol Buffers message class
SYNOPSIS
use Google::Cloud::Bigquery::V2::ExternalCatalogTableOptions;
my $msg = Google::Cloud::Bigquery::V2::ExternalCatalogTableOptions::SerDeInfo->new(
name => $value,
);
FIELDS
name
Type: String
serialization_library
Type: String
parameters
Type: Message (.google.cloud.bigquery.v2.SerDeInfo.ParametersEntry)
NAME
Google::Cloud::Bigquery::V2::ExternalCatalogTableOptions - 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.