public interface BigQueryDestinationOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getCreateNewResultsTable()
public abstract boolean getCreateNewResultsTable()Optional. Determines if a new results table will be created when an Execution is created.
bool create_new_results_table = 2 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
boolean |
The createNewResultsTable. |
getDestinationDataset()
public abstract String getDestinationDataset()Optional. Destination dataset to save evaluation results.
string destination_dataset = 1 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
String |
The destinationDataset. |
getDestinationDatasetBytes()
public abstract ByteString getDestinationDatasetBytes()Optional. Destination dataset to save evaluation results.
string destination_dataset = 1 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for destinationDataset. |