public interface DatasetOutputConfigOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getDestinationCase()
public abstract DatasetOutputConfig.DestinationCase getDestinationCase()| Returns | |
|---|---|
| Type | Description |
DatasetOutputConfig.DestinationCase |
|
getGcsDestination()
public abstract GcsOutputDestination getGcsDestination()Google Cloud Storage destination to write the output.
.google.cloud.translation.v3.GcsOutputDestination gcs_destination = 1;
| Returns | |
|---|---|
| Type | Description |
GcsOutputDestination |
The gcsDestination. |
getGcsDestinationOrBuilder()
public abstract GcsOutputDestinationOrBuilder getGcsDestinationOrBuilder()Google Cloud Storage destination to write the output.
.google.cloud.translation.v3.GcsOutputDestination gcs_destination = 1;
| Returns | |
|---|---|
| Type | Description |
GcsOutputDestinationOrBuilder |
|
hasGcsDestination()
public abstract boolean hasGcsDestination()Google Cloud Storage destination to write the output.
.google.cloud.translation.v3.GcsOutputDestination gcs_destination = 1;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the gcsDestination field is set. |