Interface BigQueryDestinationOrBuilder (2.41.0)

public interface BigQueryDestinationOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getOutputUri()

public abstract String getOutputUri()

Required. BigQuery URI to a project, up to 2000 characters long. Accepted forms:

  • BigQuery path e.g. bq://projectId

string output_uri = 1;

Returns
TypeDescription
String

The outputUri.

getOutputUriBytes()

public abstract ByteString getOutputUriBytes()

Required. BigQuery URI to a project, up to 2000 characters long. Accepted forms:

  • BigQuery path e.g. bq://projectId

string output_uri = 1;

Returns
TypeDescription
ByteString

The bytes for outputUri.