Class ImportRagFilesResponse

java.lang.Object
com.google.protobuf.AbstractMessageLite
com.google.protobuf.AbstractMessage
com.google.protobuf.GeneratedMessage
com.google.cloud.aiplatform.v1.ImportRagFilesResponse
All Implemented Interfaces:
ImportRagFilesResponseOrBuilder, com.google.protobuf.Message, com.google.protobuf.MessageLite, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, Serializable

@Generated public final class ImportRagFilesResponse extends com.google.protobuf.GeneratedMessage implements ImportRagFilesResponseOrBuilder
 Response message for
 [VertexRagDataService.ImportRagFiles][google.cloud.aiplatform.v1.VertexRagDataService.ImportRagFiles].
 
Protobuf type google.cloud.aiplatform.v1.ImportRagFilesResponse
See Also:
  • Field Details

    • PARTIAL_FAILURES_GCS_PATH_FIELD_NUMBER

      public static final int PARTIAL_FAILURES_GCS_PATH_FIELD_NUMBER
      See Also:
    • PARTIAL_FAILURES_BIGQUERY_TABLE_FIELD_NUMBER

      public static final int PARTIAL_FAILURES_BIGQUERY_TABLE_FIELD_NUMBER
      See Also:
    • IMPORTED_RAG_FILES_COUNT_FIELD_NUMBER

      public static final int IMPORTED_RAG_FILES_COUNT_FIELD_NUMBER
      See Also:
    • FAILED_RAG_FILES_COUNT_FIELD_NUMBER

      public static final int FAILED_RAG_FILES_COUNT_FIELD_NUMBER
      See Also:
    • SKIPPED_RAG_FILES_COUNT_FIELD_NUMBER

      public static final int SKIPPED_RAG_FILES_COUNT_FIELD_NUMBER
      See Also:
  • Method Details

    • getDescriptor

      public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
    • internalGetFieldAccessorTable

      protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
      Specified by:
      internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessage
    • getPartialFailureSinkCase

      public ImportRagFilesResponse.PartialFailureSinkCase getPartialFailureSinkCase()
      Specified by:
      getPartialFailureSinkCase in interface ImportRagFilesResponseOrBuilder
    • hasPartialFailuresGcsPath

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

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

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

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

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

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

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

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

      public long getSkippedRagFilesCount()
       The number of RagFiles that was skipped while importing into the RagCorpus.
       
      int64 skipped_rag_files_count = 3;
      Specified by:
      getSkippedRagFilesCount in interface ImportRagFilesResponseOrBuilder
      Returns:
      The skippedRagFilesCount.
    • isInitialized

      public final boolean isInitialized()
      Specified by:
      isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
      Overrides:
      isInitialized in class com.google.protobuf.GeneratedMessage
    • writeTo

      public void writeTo(com.google.protobuf.CodedOutputStream output) throws IOException
      Specified by:
      writeTo in interface com.google.protobuf.MessageLite
      Overrides:
      writeTo in class com.google.protobuf.GeneratedMessage
      Throws:
      IOException
    • getSerializedSize

      public int getSerializedSize()
      Specified by:
      getSerializedSize in interface com.google.protobuf.MessageLite
      Overrides:
      getSerializedSize in class com.google.protobuf.GeneratedMessage
    • equals

      public boolean equals(Object obj)
      Specified by:
      equals in interface com.google.protobuf.Message
      Overrides:
      equals in class com.google.protobuf.AbstractMessage
    • hashCode

      public int hashCode()
      Specified by:
      hashCode in interface com.google.protobuf.Message
      Overrides:
      hashCode in class com.google.protobuf.AbstractMessage
    • parseFrom

      public static ImportRagFilesResponse parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static ImportRagFilesResponse parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static ImportRagFilesResponse parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static ImportRagFilesResponse parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static ImportRagFilesResponse parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static ImportRagFilesResponse parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

      public static ImportRagFilesResponse parseFrom(InputStream input) throws IOException
      Throws:
      IOException
    • parseFrom

      public static ImportRagFilesResponse parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • parseDelimitedFrom

      public static ImportRagFilesResponse parseDelimitedFrom(InputStream input) throws IOException
      Throws:
      IOException
    • parseDelimitedFrom

      public static ImportRagFilesResponse parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • parseFrom

      public static ImportRagFilesResponse parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
      Throws:
      IOException
    • parseFrom

      public static ImportRagFilesResponse parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Throws:
      IOException
    • newBuilderForType

      public ImportRagFilesResponse.Builder newBuilderForType()
      Specified by:
      newBuilderForType in interface com.google.protobuf.Message
      Specified by:
      newBuilderForType in interface com.google.protobuf.MessageLite
    • newBuilder

      public static ImportRagFilesResponse.Builder newBuilder()
    • newBuilder

      public static ImportRagFilesResponse.Builder newBuilder(ImportRagFilesResponse prototype)
    • toBuilder

      public ImportRagFilesResponse.Builder toBuilder()
      Specified by:
      toBuilder in interface com.google.protobuf.Message
      Specified by:
      toBuilder in interface com.google.protobuf.MessageLite
    • newBuilderForType

      protected ImportRagFilesResponse.Builder newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent)
      Overrides:
      newBuilderForType in class com.google.protobuf.AbstractMessage
    • getDefaultInstance

      public static ImportRagFilesResponse getDefaultInstance()
    • parser

      public static com.google.protobuf.Parser<ImportRagFilesResponse> parser()
    • getParserForType

      public com.google.protobuf.Parser<ImportRagFilesResponse> getParserForType()
      Specified by:
      getParserForType in interface com.google.protobuf.Message
      Specified by:
      getParserForType in interface com.google.protobuf.MessageLite
      Overrides:
      getParserForType in class com.google.protobuf.GeneratedMessage
    • getDefaultInstanceForType

      public ImportRagFilesResponse getDefaultInstanceForType()
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder