Interface OutputConfig.BigQueryDestinationOrBuilder (2.43.0)

public static interface OutputConfig.BigQueryDestinationOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getDatasetId()

public abstract String getDatasetId()

Required. The ID of a BigQuery Dataset.

string dataset_id = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
ByteString

The bytes for tableType.