public interface BigQuerySourceOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getInputUri()
Required.
|
com.google.protobuf.ByteString |
getInputUriBytes()
Required.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getInputUri()
Required. BigQuery URI to a table, up to 2000 characters long. Accepted forms: BigQuery gs path e.g. bq://projectId.bqDatasetId.bqTableId
string input_uri = 1;com.google.protobuf.ByteString getInputUriBytes()
Required. BigQuery URI to a table, up to 2000 characters long. Accepted forms: BigQuery gs path e.g. bq://projectId.bqDatasetId.bqTableId
string input_uri = 1;Copyright © 2019 Google LLC. All rights reserved.