Interface ExportOperationMetadataOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    ExportOperationMetadata, ExportOperationMetadata.Builder

    public interface ExportOperationMetadataOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Detail

      • hasExportedGcsDestination

        boolean hasExportedGcsDestination()
         Cloud Storage file path of the exported data.
         
        .google.cloud.dialogflow.v2beta1.GcsDestination exported_gcs_destination = 1;
        Returns:
        Whether the exportedGcsDestination field is set.
      • getExportedGcsDestination

        GcsDestination getExportedGcsDestination()
         Cloud Storage file path of the exported data.
         
        .google.cloud.dialogflow.v2beta1.GcsDestination exported_gcs_destination = 1;
        Returns:
        The exportedGcsDestination.
      • getExportedGcsDestinationOrBuilder

        GcsDestinationOrBuilder getExportedGcsDestinationOrBuilder()
         Cloud Storage file path of the exported data.
         
        .google.cloud.dialogflow.v2beta1.GcsDestination exported_gcs_destination = 1;