Interface ImportRagFilesResponseOrBuilder

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

@Generated public interface ImportRagFilesResponseOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • hasPartialFailuresGcsPath

      boolean hasPartialFailuresGcsPath()
       The Google Cloud Storage path into which the partial failures were
       written.
       
      string partial_failures_gcs_path = 4;
      Returns:
      Whether the partialFailuresGcsPath field is set.
    • getPartialFailuresGcsPath

      String getPartialFailuresGcsPath()
       The Google Cloud Storage path into which the partial failures were
       written.
       
      string partial_failures_gcs_path = 4;
      Returns:
      The partialFailuresGcsPath.
    • getPartialFailuresGcsPathBytes

      com.google.protobuf.ByteString getPartialFailuresGcsPathBytes()
       The Google Cloud Storage path into which the partial failures were
       written.
       
      string partial_failures_gcs_path = 4;
      Returns:
      The bytes for partialFailuresGcsPath.
    • hasPartialFailuresBigqueryTable

      boolean hasPartialFailuresBigqueryTable()
       The BigQuery table into which the partial failures were written.
       
      string partial_failures_bigquery_table = 5;
      Returns:
      Whether the partialFailuresBigqueryTable field is set.
    • getPartialFailuresBigqueryTable

      String getPartialFailuresBigqueryTable()
       The BigQuery table into which the partial failures were written.
       
      string partial_failures_bigquery_table = 5;
      Returns:
      The partialFailuresBigqueryTable.
    • getPartialFailuresBigqueryTableBytes

      com.google.protobuf.ByteString getPartialFailuresBigqueryTableBytes()
       The BigQuery table into which the partial failures were written.
       
      string partial_failures_bigquery_table = 5;
      Returns:
      The bytes for partialFailuresBigqueryTable.
    • getImportedRagFilesCount

      long getImportedRagFilesCount()
       The number of RagFiles that had been imported into the RagCorpus.
       
      int64 imported_rag_files_count = 1;
      Returns:
      The importedRagFilesCount.
    • getFailedRagFilesCount

      long getFailedRagFilesCount()
       The number of RagFiles that had failed while importing into the RagCorpus.
       
      int64 failed_rag_files_count = 2;
      Returns:
      The failedRagFilesCount.
    • getSkippedRagFilesCount

      long getSkippedRagFilesCount()
       The number of RagFiles that was skipped while importing into the RagCorpus.
       
      int64 skipped_rag_files_count = 3;
      Returns:
      The skippedRagFilesCount.
    • getPartialFailureSinkCase