Interface UploadRagFileResponseOrBuilder

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

@Generated public interface UploadRagFileResponseOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    The error that occurred while processing the RagFile.
    The error that occurred while processing the RagFile.
    The RagFile that had been uploaded into the RagCorpus.
    The RagFile that had been uploaded into the RagCorpus.
     
    boolean
    The error that occurred while processing the RagFile.
    boolean
    The RagFile that had been uploaded into the RagCorpus.

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • Method Details

    • hasRagFile

      boolean hasRagFile()
       The RagFile that had been uploaded into the RagCorpus.
       
      .google.cloud.aiplatform.v1.RagFile rag_file = 1;
      Returns:
      Whether the ragFile field is set.
    • getRagFile

      RagFile getRagFile()
       The RagFile that had been uploaded into the RagCorpus.
       
      .google.cloud.aiplatform.v1.RagFile rag_file = 1;
      Returns:
      The ragFile.
    • getRagFileOrBuilder

      RagFileOrBuilder getRagFileOrBuilder()
       The RagFile that had been uploaded into the RagCorpus.
       
      .google.cloud.aiplatform.v1.RagFile rag_file = 1;
    • hasError

      boolean hasError()
       The error that occurred while processing the RagFile.
       
      .google.rpc.Status error = 4;
      Returns:
      Whether the error field is set.
    • getError

      Status getError()
       The error that occurred while processing the RagFile.
       
      .google.rpc.Status error = 4;
      Returns:
      The error.
    • getErrorOrBuilder

      StatusOrBuilder getErrorOrBuilder()
       The error that occurred while processing the RagFile.
       
      .google.rpc.Status error = 4;
    • getResultCase