public interface BigQuerySourceOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
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 | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
ByteString |
The bytes for inputUri. |