Class ImportRagFilesConfig

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

@Generated public final class ImportRagFilesConfig extends com.google.protobuf.GeneratedMessage implements ImportRagFilesConfigOrBuilder
 Config for importing RagFiles.
 
Protobuf type google.cloud.aiplatform.v1.ImportRagFilesConfig
See Also:
  • Field Details

    • GCS_SOURCE_FIELD_NUMBER

      public static final int GCS_SOURCE_FIELD_NUMBER
      See Also:
    • GOOGLE_DRIVE_SOURCE_FIELD_NUMBER

      public static final int GOOGLE_DRIVE_SOURCE_FIELD_NUMBER
      See Also:
    • SLACK_SOURCE_FIELD_NUMBER

      public static final int SLACK_SOURCE_FIELD_NUMBER
      See Also:
    • JIRA_SOURCE_FIELD_NUMBER

      public static final int JIRA_SOURCE_FIELD_NUMBER
      See Also:
    • SHARE_POINT_SOURCES_FIELD_NUMBER

      public static final int SHARE_POINT_SOURCES_FIELD_NUMBER
      See Also:
    • PARTIAL_FAILURE_GCS_SINK_FIELD_NUMBER

      public static final int PARTIAL_FAILURE_GCS_SINK_FIELD_NUMBER
      See Also:
    • PARTIAL_FAILURE_BIGQUERY_SINK_FIELD_NUMBER

      public static final int PARTIAL_FAILURE_BIGQUERY_SINK_FIELD_NUMBER
      See Also:
    • IMPORT_RESULT_GCS_SINK_FIELD_NUMBER

      public static final int IMPORT_RESULT_GCS_SINK_FIELD_NUMBER
      See Also:
    • IMPORT_RESULT_BIGQUERY_SINK_FIELD_NUMBER

      public static final int IMPORT_RESULT_BIGQUERY_SINK_FIELD_NUMBER
      See Also:
    • RAG_FILE_TRANSFORMATION_CONFIG_FIELD_NUMBER

      public static final int RAG_FILE_TRANSFORMATION_CONFIG_FIELD_NUMBER
      See Also:
    • RAG_FILE_PARSING_CONFIG_FIELD_NUMBER

      public static final int RAG_FILE_PARSING_CONFIG_FIELD_NUMBER
      See Also:
    • MAX_EMBEDDING_REQUESTS_PER_MIN_FIELD_NUMBER

      public static final int MAX_EMBEDDING_REQUESTS_PER_MIN_FIELD_NUMBER
      See Also:
    • REBUILD_ANN_INDEX_FIELD_NUMBER

      public static final int REBUILD_ANN_INDEX_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
    • getImportSourceCase

      public ImportRagFilesConfig.ImportSourceCase getImportSourceCase()
      Specified by:
      getImportSourceCase in interface ImportRagFilesConfigOrBuilder
    • getPartialFailureSinkCase

      public ImportRagFilesConfig.PartialFailureSinkCase getPartialFailureSinkCase()
      Specified by:
      getPartialFailureSinkCase in interface ImportRagFilesConfigOrBuilder
    • getImportResultSinkCase

      public ImportRagFilesConfig.ImportResultSinkCase getImportResultSinkCase()
      Specified by:
      getImportResultSinkCase in interface ImportRagFilesConfigOrBuilder
    • hasGcsSource

      public boolean hasGcsSource()
       Google Cloud Storage location. Supports importing individual files as
       well as entire Google Cloud Storage directories. Sample formats:
       - `gs://bucket_name/my_directory/object_name/my_file.txt`
       - `gs://bucket_name/my_directory`
       
      .google.cloud.aiplatform.v1.GcsSource gcs_source = 2;
      Specified by:
      hasGcsSource in interface ImportRagFilesConfigOrBuilder
      Returns:
      Whether the gcsSource field is set.
    • getGcsSource

      public GcsSource getGcsSource()
       Google Cloud Storage location. Supports importing individual files as
       well as entire Google Cloud Storage directories. Sample formats:
       - `gs://bucket_name/my_directory/object_name/my_file.txt`
       - `gs://bucket_name/my_directory`
       
      .google.cloud.aiplatform.v1.GcsSource gcs_source = 2;
      Specified by:
      getGcsSource in interface ImportRagFilesConfigOrBuilder
      Returns:
      The gcsSource.
    • getGcsSourceOrBuilder

      public GcsSourceOrBuilder getGcsSourceOrBuilder()
       Google Cloud Storage location. Supports importing individual files as
       well as entire Google Cloud Storage directories. Sample formats:
       - `gs://bucket_name/my_directory/object_name/my_file.txt`
       - `gs://bucket_name/my_directory`
       
      .google.cloud.aiplatform.v1.GcsSource gcs_source = 2;
      Specified by:
      getGcsSourceOrBuilder in interface ImportRagFilesConfigOrBuilder
    • hasGoogleDriveSource

      public boolean hasGoogleDriveSource()
       Google Drive location. Supports importing individual files as
       well as Google Drive folders.
       
      .google.cloud.aiplatform.v1.GoogleDriveSource google_drive_source = 3;
      Specified by:
      hasGoogleDriveSource in interface ImportRagFilesConfigOrBuilder
      Returns:
      Whether the googleDriveSource field is set.
    • getGoogleDriveSource

      public GoogleDriveSource getGoogleDriveSource()
       Google Drive location. Supports importing individual files as
       well as Google Drive folders.
       
      .google.cloud.aiplatform.v1.GoogleDriveSource google_drive_source = 3;
      Specified by:
      getGoogleDriveSource in interface ImportRagFilesConfigOrBuilder
      Returns:
      The googleDriveSource.
    • getGoogleDriveSourceOrBuilder

      public GoogleDriveSourceOrBuilder getGoogleDriveSourceOrBuilder()
       Google Drive location. Supports importing individual files as
       well as Google Drive folders.
       
      .google.cloud.aiplatform.v1.GoogleDriveSource google_drive_source = 3;
      Specified by:
      getGoogleDriveSourceOrBuilder in interface ImportRagFilesConfigOrBuilder
    • hasSlackSource

      public boolean hasSlackSource()
       Slack channels with their corresponding access tokens.
       
      .google.cloud.aiplatform.v1.SlackSource slack_source = 6;
      Specified by:
      hasSlackSource in interface ImportRagFilesConfigOrBuilder
      Returns:
      Whether the slackSource field is set.
    • getSlackSource

      public SlackSource getSlackSource()
       Slack channels with their corresponding access tokens.
       
      .google.cloud.aiplatform.v1.SlackSource slack_source = 6;
      Specified by:
      getSlackSource in interface ImportRagFilesConfigOrBuilder
      Returns:
      The slackSource.
    • getSlackSourceOrBuilder

      public SlackSourceOrBuilder getSlackSourceOrBuilder()
       Slack channels with their corresponding access tokens.
       
      .google.cloud.aiplatform.v1.SlackSource slack_source = 6;
      Specified by:
      getSlackSourceOrBuilder in interface ImportRagFilesConfigOrBuilder
    • hasJiraSource

      public boolean hasJiraSource()
       Jira queries with their corresponding authentication.
       
      .google.cloud.aiplatform.v1.JiraSource jira_source = 7;
      Specified by:
      hasJiraSource in interface ImportRagFilesConfigOrBuilder
      Returns:
      Whether the jiraSource field is set.
    • getJiraSource

      public JiraSource getJiraSource()
       Jira queries with their corresponding authentication.
       
      .google.cloud.aiplatform.v1.JiraSource jira_source = 7;
      Specified by:
      getJiraSource in interface ImportRagFilesConfigOrBuilder
      Returns:
      The jiraSource.
    • getJiraSourceOrBuilder

      public JiraSourceOrBuilder getJiraSourceOrBuilder()
       Jira queries with their corresponding authentication.
       
      .google.cloud.aiplatform.v1.JiraSource jira_source = 7;
      Specified by:
      getJiraSourceOrBuilder in interface ImportRagFilesConfigOrBuilder
    • hasSharePointSources

      public boolean hasSharePointSources()
       SharePoint sources.
       
      .google.cloud.aiplatform.v1.SharePointSources share_point_sources = 13;
      Specified by:
      hasSharePointSources in interface ImportRagFilesConfigOrBuilder
      Returns:
      Whether the sharePointSources field is set.
    • getSharePointSources

      public SharePointSources getSharePointSources()
       SharePoint sources.
       
      .google.cloud.aiplatform.v1.SharePointSources share_point_sources = 13;
      Specified by:
      getSharePointSources in interface ImportRagFilesConfigOrBuilder
      Returns:
      The sharePointSources.
    • getSharePointSourcesOrBuilder

      public SharePointSourcesOrBuilder getSharePointSourcesOrBuilder()
       SharePoint sources.
       
      .google.cloud.aiplatform.v1.SharePointSources share_point_sources = 13;
      Specified by:
      getSharePointSourcesOrBuilder in interface ImportRagFilesConfigOrBuilder
    • hasPartialFailureGcsSink

      @Deprecated public boolean hasPartialFailureGcsSink()
      Deprecated.
      google.cloud.aiplatform.v1.ImportRagFilesConfig.partial_failure_gcs_sink is deprecated. See google/cloud/aiplatform/v1/vertex_rag_data.proto;l=463
       The Cloud Storage path to write partial failures to.
       Deprecated. Prefer to use `import_result_gcs_sink`.
       
      .google.cloud.aiplatform.v1.GcsDestination partial_failure_gcs_sink = 11 [deprecated = true];
      Specified by:
      hasPartialFailureGcsSink in interface ImportRagFilesConfigOrBuilder
      Returns:
      Whether the partialFailureGcsSink field is set.
    • getPartialFailureGcsSink

      @Deprecated public GcsDestination getPartialFailureGcsSink()
      Deprecated.
      google.cloud.aiplatform.v1.ImportRagFilesConfig.partial_failure_gcs_sink is deprecated. See google/cloud/aiplatform/v1/vertex_rag_data.proto;l=463
       The Cloud Storage path to write partial failures to.
       Deprecated. Prefer to use `import_result_gcs_sink`.
       
      .google.cloud.aiplatform.v1.GcsDestination partial_failure_gcs_sink = 11 [deprecated = true];
      Specified by:
      getPartialFailureGcsSink in interface ImportRagFilesConfigOrBuilder
      Returns:
      The partialFailureGcsSink.
    • getPartialFailureGcsSinkOrBuilder

      @Deprecated public GcsDestinationOrBuilder getPartialFailureGcsSinkOrBuilder()
      Deprecated.
       The Cloud Storage path to write partial failures to.
       Deprecated. Prefer to use `import_result_gcs_sink`.
       
      .google.cloud.aiplatform.v1.GcsDestination partial_failure_gcs_sink = 11 [deprecated = true];
      Specified by:
      getPartialFailureGcsSinkOrBuilder in interface ImportRagFilesConfigOrBuilder
    • hasPartialFailureBigquerySink

      @Deprecated public boolean hasPartialFailureBigquerySink()
      Deprecated.
      google.cloud.aiplatform.v1.ImportRagFilesConfig.partial_failure_bigquery_sink is deprecated. See google/cloud/aiplatform/v1/vertex_rag_data.proto;l=472
       The BigQuery destination to write partial failures to. It should be a
       bigquery table resource name (e.g.
       "bq://projectId.bqDatasetId.bqTableId"). The dataset must exist. If the
       table does not exist, it will be created with the expected schema. If the
       table exists, the schema will be validated and data will be added to this
       existing table.
       Deprecated. Prefer to use `import_result_bq_sink`.
       
      .google.cloud.aiplatform.v1.BigQueryDestination partial_failure_bigquery_sink = 12 [deprecated = true];
      Specified by:
      hasPartialFailureBigquerySink in interface ImportRagFilesConfigOrBuilder
      Returns:
      Whether the partialFailureBigquerySink field is set.
    • getPartialFailureBigquerySink

      @Deprecated public BigQueryDestination getPartialFailureBigquerySink()
      Deprecated.
      google.cloud.aiplatform.v1.ImportRagFilesConfig.partial_failure_bigquery_sink is deprecated. See google/cloud/aiplatform/v1/vertex_rag_data.proto;l=472
       The BigQuery destination to write partial failures to. It should be a
       bigquery table resource name (e.g.
       "bq://projectId.bqDatasetId.bqTableId"). The dataset must exist. If the
       table does not exist, it will be created with the expected schema. If the
       table exists, the schema will be validated and data will be added to this
       existing table.
       Deprecated. Prefer to use `import_result_bq_sink`.
       
      .google.cloud.aiplatform.v1.BigQueryDestination partial_failure_bigquery_sink = 12 [deprecated = true];
      Specified by:
      getPartialFailureBigquerySink in interface ImportRagFilesConfigOrBuilder
      Returns:
      The partialFailureBigquerySink.
    • getPartialFailureBigquerySinkOrBuilder

      @Deprecated public BigQueryDestinationOrBuilder getPartialFailureBigquerySinkOrBuilder()
      Deprecated.
       The BigQuery destination to write partial failures to. It should be a
       bigquery table resource name (e.g.
       "bq://projectId.bqDatasetId.bqTableId"). The dataset must exist. If the
       table does not exist, it will be created with the expected schema. If the
       table exists, the schema will be validated and data will be added to this
       existing table.
       Deprecated. Prefer to use `import_result_bq_sink`.
       
      .google.cloud.aiplatform.v1.BigQueryDestination partial_failure_bigquery_sink = 12 [deprecated = true];
      Specified by:
      getPartialFailureBigquerySinkOrBuilder in interface ImportRagFilesConfigOrBuilder
    • hasImportResultGcsSink

      public boolean hasImportResultGcsSink()
       The Cloud Storage path to write import result to.
       
      .google.cloud.aiplatform.v1.GcsDestination import_result_gcs_sink = 14;
      Specified by:
      hasImportResultGcsSink in interface ImportRagFilesConfigOrBuilder
      Returns:
      Whether the importResultGcsSink field is set.
    • getImportResultGcsSink

      public GcsDestination getImportResultGcsSink()
       The Cloud Storage path to write import result to.
       
      .google.cloud.aiplatform.v1.GcsDestination import_result_gcs_sink = 14;
      Specified by:
      getImportResultGcsSink in interface ImportRagFilesConfigOrBuilder
      Returns:
      The importResultGcsSink.
    • getImportResultGcsSinkOrBuilder

      public GcsDestinationOrBuilder getImportResultGcsSinkOrBuilder()
       The Cloud Storage path to write import result to.
       
      .google.cloud.aiplatform.v1.GcsDestination import_result_gcs_sink = 14;
      Specified by:
      getImportResultGcsSinkOrBuilder in interface ImportRagFilesConfigOrBuilder
    • hasImportResultBigquerySink

      public boolean hasImportResultBigquerySink()
       The BigQuery destination to write import result to. It should be a
       bigquery table resource name (e.g.
       "bq://projectId.bqDatasetId.bqTableId"). The dataset must exist. If the
       table does not exist, it will be created with the expected schema. If the
       table exists, the schema will be validated and data will be added to this
       existing table.
       
      .google.cloud.aiplatform.v1.BigQueryDestination import_result_bigquery_sink = 15;
      Specified by:
      hasImportResultBigquerySink in interface ImportRagFilesConfigOrBuilder
      Returns:
      Whether the importResultBigquerySink field is set.
    • getImportResultBigquerySink

      public BigQueryDestination getImportResultBigquerySink()
       The BigQuery destination to write import result to. It should be a
       bigquery table resource name (e.g.
       "bq://projectId.bqDatasetId.bqTableId"). The dataset must exist. If the
       table does not exist, it will be created with the expected schema. If the
       table exists, the schema will be validated and data will be added to this
       existing table.
       
      .google.cloud.aiplatform.v1.BigQueryDestination import_result_bigquery_sink = 15;
      Specified by:
      getImportResultBigquerySink in interface ImportRagFilesConfigOrBuilder
      Returns:
      The importResultBigquerySink.
    • getImportResultBigquerySinkOrBuilder

      public BigQueryDestinationOrBuilder getImportResultBigquerySinkOrBuilder()
       The BigQuery destination to write import result to. It should be a
       bigquery table resource name (e.g.
       "bq://projectId.bqDatasetId.bqTableId"). The dataset must exist. If the
       table does not exist, it will be created with the expected schema. If the
       table exists, the schema will be validated and data will be added to this
       existing table.
       
      .google.cloud.aiplatform.v1.BigQueryDestination import_result_bigquery_sink = 15;
      Specified by:
      getImportResultBigquerySinkOrBuilder in interface ImportRagFilesConfigOrBuilder
    • hasRagFileTransformationConfig

      public boolean hasRagFileTransformationConfig()
       Specifies the transformation config for RagFiles.
       
      .google.cloud.aiplatform.v1.RagFileTransformationConfig rag_file_transformation_config = 16;
      Specified by:
      hasRagFileTransformationConfig in interface ImportRagFilesConfigOrBuilder
      Returns:
      Whether the ragFileTransformationConfig field is set.
    • getRagFileTransformationConfig

      public RagFileTransformationConfig getRagFileTransformationConfig()
       Specifies the transformation config for RagFiles.
       
      .google.cloud.aiplatform.v1.RagFileTransformationConfig rag_file_transformation_config = 16;
      Specified by:
      getRagFileTransformationConfig in interface ImportRagFilesConfigOrBuilder
      Returns:
      The ragFileTransformationConfig.
    • getRagFileTransformationConfigOrBuilder

      public RagFileTransformationConfigOrBuilder getRagFileTransformationConfigOrBuilder()
       Specifies the transformation config for RagFiles.
       
      .google.cloud.aiplatform.v1.RagFileTransformationConfig rag_file_transformation_config = 16;
      Specified by:
      getRagFileTransformationConfigOrBuilder in interface ImportRagFilesConfigOrBuilder
    • hasRagFileParsingConfig

      public boolean hasRagFileParsingConfig()
       Optional. Specifies the parsing config for RagFiles.
       RAG will use the default parser if this field is not set.
       
      .google.cloud.aiplatform.v1.RagFileParsingConfig rag_file_parsing_config = 8 [(.google.api.field_behavior) = OPTIONAL];
      Specified by:
      hasRagFileParsingConfig in interface ImportRagFilesConfigOrBuilder
      Returns:
      Whether the ragFileParsingConfig field is set.
    • getRagFileParsingConfig

      public RagFileParsingConfig getRagFileParsingConfig()
       Optional. Specifies the parsing config for RagFiles.
       RAG will use the default parser if this field is not set.
       
      .google.cloud.aiplatform.v1.RagFileParsingConfig rag_file_parsing_config = 8 [(.google.api.field_behavior) = OPTIONAL];
      Specified by:
      getRagFileParsingConfig in interface ImportRagFilesConfigOrBuilder
      Returns:
      The ragFileParsingConfig.
    • getRagFileParsingConfigOrBuilder

      public RagFileParsingConfigOrBuilder getRagFileParsingConfigOrBuilder()
       Optional. Specifies the parsing config for RagFiles.
       RAG will use the default parser if this field is not set.
       
      .google.cloud.aiplatform.v1.RagFileParsingConfig rag_file_parsing_config = 8 [(.google.api.field_behavior) = OPTIONAL];
      Specified by:
      getRagFileParsingConfigOrBuilder in interface ImportRagFilesConfigOrBuilder
    • getMaxEmbeddingRequestsPerMin

      public int getMaxEmbeddingRequestsPerMin()
       Optional. The max number of queries per minute that this job is allowed to
       make to the embedding model specified on the corpus. This value is specific
       to this job and not shared across other import jobs. Consult the Quotas
       page on the project to set an appropriate value here.
       If unspecified, a default value of 1,000 QPM would be used.
       
      int32 max_embedding_requests_per_min = 5 [(.google.api.field_behavior) = OPTIONAL];
      Specified by:
      getMaxEmbeddingRequestsPerMin in interface ImportRagFilesConfigOrBuilder
      Returns:
      The maxEmbeddingRequestsPerMin.
    • getRebuildAnnIndex

      public boolean getRebuildAnnIndex()
       Rebuilds the ANN index to optimize for recall on the imported data.
       Only applicable for RagCorpora running on RagManagedDb with
       `retrieval_strategy` set to `ANN`. The rebuild will be performed using the
       existing ANN config set on the RagCorpus. To change the ANN config, please
       use the UpdateRagCorpus API.
      
       Default is false, i.e., index is not rebuilt.
       
      bool rebuild_ann_index = 19;
      Specified by:
      getRebuildAnnIndex in interface ImportRagFilesConfigOrBuilder
      Returns:
      The rebuildAnnIndex.
    • 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 ImportRagFilesConfig parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
      Throws:
      com.google.protobuf.InvalidProtocolBufferException
    • parseFrom

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

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

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

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

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

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

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

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

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

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

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

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

      public static ImportRagFilesConfig.Builder newBuilder()
    • newBuilder

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

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

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

      public static ImportRagFilesConfig getDefaultInstance()
    • parser

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

      public com.google.protobuf.Parser<ImportRagFilesConfig> 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 ImportRagFilesConfig getDefaultInstanceForType()
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder