Interface BigQueryDestinationOrBuilder (2.76.0)

public interface BigQueryDestinationOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getDataset()

public abstract String getDataset()

Required. The relative resource name of the destination dataset, in the form projects/{projectId}/datasets/{datasetId}.

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

Returns
Type Description
String

The dataset.

getDatasetBytes()

public abstract ByteString getDatasetBytes()

Required. The relative resource name of the destination dataset, in the form projects/{projectId}/datasets/{datasetId}.

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

Returns
Type Description
ByteString

The bytes for dataset.