Interface BigQueryDestinationOrBuilder (0.1.0)

public interface BigQueryDestinationOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getTableUri()

public abstract String getTableUri()

Optional. BigQuery URI to a table, must be of the form bq://projectId.bqDatasetId.tableId. Note that the BigQuery dataset must already exist. VPC-SC restrictions apply.

string table_uri = 1 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
String

The tableUri.

getTableUriBytes()

public abstract ByteString getTableUriBytes()

Optional. BigQuery URI to a table, must be of the form bq://projectId.bqDatasetId.tableId. Note that the BigQuery dataset must already exist. VPC-SC restrictions apply.

string table_uri = 1 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
ByteString

The bytes for tableUri.

getWriteDisposition()

public abstract BigQueryDestination.WriteDisposition getWriteDisposition()

Required. Whether or not to overwrite destination table. By default the table won't be overwritten and an error will be returned if the table exists and contains data.

.google.cloud.financialservices.v1.BigQueryDestination.WriteDisposition write_disposition = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
BigQueryDestination.WriteDisposition

The writeDisposition.

getWriteDispositionValue()

public abstract int getWriteDispositionValue()

Required. Whether or not to overwrite destination table. By default the table won't be overwritten and an error will be returned if the table exists and contains data.

.google.cloud.financialservices.v1.BigQueryDestination.WriteDisposition write_disposition = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
int

The enum numeric value on the wire for writeDisposition.