public static interface OutputConfig.BigQueryDestinationOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getDatasetId()
public abstract String getDatasetId()Required. The ID of a BigQuery Dataset.
string dataset_id = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
String |
The datasetId. |
getDatasetIdBytes()
public abstract ByteString getDatasetIdBytes()Required. The ID of a BigQuery Dataset.
string dataset_id = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for datasetId. |
getTableIdPrefix()
public abstract String getTableIdPrefix()Required. The prefix of exported BigQuery tables.
string table_id_prefix = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
String |
The tableIdPrefix. |
getTableIdPrefixBytes()
public abstract ByteString getTableIdPrefixBytes()Required. The prefix of exported BigQuery tables.
string table_id_prefix = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for tableIdPrefix. |
getTableType()
public abstract 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];
| Returns | |
|---|---|
| Type | Description |
String |
The tableType. |
getTableTypeBytes()
public abstract 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];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for tableType. |