public interface ExportOperationMetadataOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getExportedGcsDestination()
public abstract GcsDestination getExportedGcsDestination()Cloud Storage file path of the exported data.
.google.cloud.dialogflow.v2.GcsDestination exported_gcs_destination = 1;
| Returns | |
|---|---|
| Type | Description |
GcsDestination |
The exportedGcsDestination. |
getExportedGcsDestinationOrBuilder()
public abstract GcsDestinationOrBuilder getExportedGcsDestinationOrBuilder()Cloud Storage file path of the exported data.
.google.cloud.dialogflow.v2.GcsDestination exported_gcs_destination = 1;
| Returns | |
|---|---|
| Type | Description |
GcsDestinationOrBuilder |
|
hasExportedGcsDestination()
public abstract boolean hasExportedGcsDestination()Cloud Storage file path of the exported data.
.google.cloud.dialogflow.v2.GcsDestination exported_gcs_destination = 1;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the exportedGcsDestination field is set. |