public interface ExportDataRequestOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getDataset()
public abstract String getDataset()
Required. Name of the dataset. In form of
projects/{project-number-or-id}/locations/{location-id}/datasets/{dataset-id}
string dataset = 1 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
String |
The dataset. |
getDatasetBytes()
public abstract ByteString getDatasetBytes()
Required. Name of the dataset. In form of
projects/{project-number-or-id}/locations/{location-id}/datasets/{dataset-id}
string dataset = 1 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for dataset. |
getOutputConfig()
public abstract DatasetOutputConfig getOutputConfig()
Required. The config for the output content.
.google.cloud.translation.v3.DatasetOutputConfig output_config = 2 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
DatasetOutputConfig |
The outputConfig. |
getOutputConfigOrBuilder()
public abstract DatasetOutputConfigOrBuilder getOutputConfigOrBuilder()
Required. The config for the output content.
.google.cloud.translation.v3.DatasetOutputConfig output_config = 2 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
DatasetOutputConfigOrBuilder |
hasOutputConfig()
public abstract boolean hasOutputConfig()
Required. The config for the output content.
.google.cloud.translation.v3.DatasetOutputConfig output_config = 2 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
boolean |
Whether the outputConfig field is set. |