Interface ExportOperationMetadataOrBuilder (4.47.0)

public interface ExportOperationMetadataOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getExportedGcsDestination()

public abstract GcsDestination getExportedGcsDestination()

Cloud Storage file path of the exported data.

.google.cloud.dialogflow.v2.GcsDestination exported_gcs_destination = 1;

Returns
TypeDescription
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
TypeDescription
GcsDestinationOrBuilder

hasExportedGcsDestination()

public abstract boolean hasExportedGcsDestination()

Cloud Storage file path of the exported data.

.google.cloud.dialogflow.v2.GcsDestination exported_gcs_destination = 1;

Returns
TypeDescription
boolean

Whether the exportedGcsDestination field is set.