public static interface OutputConfig.BigQueryDestinationOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getDatasetId()
Required.
|
com.google.protobuf.ByteString |
getDatasetIdBytes()
Required.
|
String |
getTableIdPrefix()
Required.
|
com.google.protobuf.ByteString |
getTableIdPrefixBytes()
Required.
|
String |
getTableType()
Required.
|
com.google.protobuf.ByteString |
getTableTypeBytes()
Required.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getDatasetId()
Required. The ID of a BigQuery Dataset.
string dataset_id = 1 [(.google.api.field_behavior) = REQUIRED];com.google.protobuf.ByteString getDatasetIdBytes()
Required. The ID of a BigQuery Dataset.
string dataset_id = 1 [(.google.api.field_behavior) = REQUIRED];String getTableIdPrefix()
Required. The prefix of exported BigQuery tables.
string table_id_prefix = 2 [(.google.api.field_behavior) = REQUIRED];com.google.protobuf.ByteString getTableIdPrefixBytes()
Required. The prefix of exported BigQuery tables.
string table_id_prefix = 2 [(.google.api.field_behavior) = REQUIRED];String getTableType()
Required. Describes the table type. The following values are supported: * `table`: A BigQuery native table. * `view`: A virtual table defined by a SQL query.
string table_type = 3 [(.google.api.field_behavior) = REQUIRED];com.google.protobuf.ByteString getTableTypeBytes()
Required. Describes the table type. The following values are supported: * `table`: A BigQuery native table. * `view`: A virtual table defined by a SQL query.
string table_type = 3 [(.google.api.field_behavior) = REQUIRED];Copyright © 2025 Google LLC. All rights reserved.