Interface ExportOperationMetadataOrBuilder (4.48.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
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.