Interface BigQuerySourceOrBuilder (3.42.0)

public interface BigQuerySourceOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getInputUri()

public abstract String getInputUri()

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

  • BigQuery path. For example: bq://projectId.bqDatasetId.bqTableId.

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

Returns
TypeDescription
String

The inputUri.

getInputUriBytes()

public abstract ByteString getInputUriBytes()

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

  • BigQuery path. For example: bq://projectId.bqDatasetId.bqTableId.

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

Returns
TypeDescription
ByteString

The bytes for inputUri.