public static interface BigQueryDestinationConfig.SingleTargetDatasetOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getDatasetId()
public abstract String getDatasetId()The dataset ID of the target dataset.
string dataset_id = 1;
| Returns | |
|---|---|
| Type | Description |
String |
The datasetId. |
getDatasetIdBytes()
public abstract ByteString getDatasetIdBytes()The dataset ID of the target dataset.
string dataset_id = 1;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for datasetId. |