Class RagFile.Builder

java.lang.Object
com.google.protobuf.AbstractMessageLite.Builder
com.google.protobuf.AbstractMessage.Builder<BuilderT>
com.google.protobuf.GeneratedMessage.Builder<RagFile.Builder>
com.google.cloud.aiplatform.v1.RagFile.Builder
All Implemented Interfaces:
RagFileOrBuilder, com.google.protobuf.Message.Builder, com.google.protobuf.MessageLite.Builder, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, Cloneable
Enclosing class:
RagFile

public static final class RagFile.Builder extends com.google.protobuf.GeneratedMessage.Builder<RagFile.Builder> implements RagFileOrBuilder
 A RagFile contains user data for chunking, embedding and indexing.
 
Protobuf type google.cloud.aiplatform.v1.RagFile
  • 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.Builder<RagFile.Builder>
    • clear

      public RagFile.Builder clear()
      Specified by:
      clear in interface com.google.protobuf.Message.Builder
      Specified by:
      clear in interface com.google.protobuf.MessageLite.Builder
      Overrides:
      clear in class com.google.protobuf.GeneratedMessage.Builder<RagFile.Builder>
    • getDescriptorForType

      public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
      Specified by:
      getDescriptorForType in interface com.google.protobuf.Message.Builder
      Specified by:
      getDescriptorForType in interface com.google.protobuf.MessageOrBuilder
      Overrides:
      getDescriptorForType in class com.google.protobuf.GeneratedMessage.Builder<RagFile.Builder>
    • getDefaultInstanceForType

      public RagFile getDefaultInstanceForType()
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder
    • build

      public RagFile build()
      Specified by:
      build in interface com.google.protobuf.Message.Builder
      Specified by:
      build in interface com.google.protobuf.MessageLite.Builder
    • buildPartial

      public RagFile buildPartial()
      Specified by:
      buildPartial in interface com.google.protobuf.Message.Builder
      Specified by:
      buildPartial in interface com.google.protobuf.MessageLite.Builder
    • mergeFrom

      public RagFile.Builder mergeFrom(com.google.protobuf.Message other)
      Specified by:
      mergeFrom in interface com.google.protobuf.Message.Builder
      Overrides:
      mergeFrom in class com.google.protobuf.AbstractMessage.Builder<RagFile.Builder>
    • mergeFrom

      public RagFile.Builder mergeFrom(RagFile other)
    • isInitialized

      public final boolean isInitialized()
      Specified by:
      isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
      Overrides:
      isInitialized in class com.google.protobuf.GeneratedMessage.Builder<RagFile.Builder>
    • mergeFrom

      public RagFile.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Specified by:
      mergeFrom in interface com.google.protobuf.Message.Builder
      Specified by:
      mergeFrom in interface com.google.protobuf.MessageLite.Builder
      Overrides:
      mergeFrom in class com.google.protobuf.AbstractMessage.Builder<RagFile.Builder>
      Throws:
      IOException
    • getRagFileSourceCase

      public RagFile.RagFileSourceCase getRagFileSourceCase()
      Specified by:
      getRagFileSourceCase in interface RagFileOrBuilder
    • clearRagFileSource

      public RagFile.Builder clearRagFileSource()
    • hasGcsSource

      public boolean hasGcsSource()
       Output only. Google Cloud Storage location of the RagFile.
       It does not support wildcards in the Cloud Storage uri for now.
       
      .google.cloud.aiplatform.v1.GcsSource gcs_source = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Specified by:
      hasGcsSource in interface RagFileOrBuilder
      Returns:
      Whether the gcsSource field is set.
    • getGcsSource

      public GcsSource getGcsSource()
       Output only. Google Cloud Storage location of the RagFile.
       It does not support wildcards in the Cloud Storage uri for now.
       
      .google.cloud.aiplatform.v1.GcsSource gcs_source = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Specified by:
      getGcsSource in interface RagFileOrBuilder
      Returns:
      The gcsSource.
    • setGcsSource

      public RagFile.Builder setGcsSource(GcsSource value)
       Output only. Google Cloud Storage location of the RagFile.
       It does not support wildcards in the Cloud Storage uri for now.
       
      .google.cloud.aiplatform.v1.GcsSource gcs_source = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
    • setGcsSource

      public RagFile.Builder setGcsSource(GcsSource.Builder builderForValue)
       Output only. Google Cloud Storage location of the RagFile.
       It does not support wildcards in the Cloud Storage uri for now.
       
      .google.cloud.aiplatform.v1.GcsSource gcs_source = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
    • mergeGcsSource

      public RagFile.Builder mergeGcsSource(GcsSource value)
       Output only. Google Cloud Storage location of the RagFile.
       It does not support wildcards in the Cloud Storage uri for now.
       
      .google.cloud.aiplatform.v1.GcsSource gcs_source = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
    • clearGcsSource

      public RagFile.Builder clearGcsSource()
       Output only. Google Cloud Storage location of the RagFile.
       It does not support wildcards in the Cloud Storage uri for now.
       
      .google.cloud.aiplatform.v1.GcsSource gcs_source = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
    • getGcsSourceBuilder

      public GcsSource.Builder getGcsSourceBuilder()
       Output only. Google Cloud Storage location of the RagFile.
       It does not support wildcards in the Cloud Storage uri for now.
       
      .google.cloud.aiplatform.v1.GcsSource gcs_source = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
    • getGcsSourceOrBuilder

      public GcsSourceOrBuilder getGcsSourceOrBuilder()
       Output only. Google Cloud Storage location of the RagFile.
       It does not support wildcards in the Cloud Storage uri for now.
       
      .google.cloud.aiplatform.v1.GcsSource gcs_source = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Specified by:
      getGcsSourceOrBuilder in interface RagFileOrBuilder
    • hasGoogleDriveSource

      public boolean hasGoogleDriveSource()
       Output only. Google Drive location. Supports importing individual files
       as well as Google Drive folders.
       
      .google.cloud.aiplatform.v1.GoogleDriveSource google_drive_source = 9 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Specified by:
      hasGoogleDriveSource in interface RagFileOrBuilder
      Returns:
      Whether the googleDriveSource field is set.
    • getGoogleDriveSource

      public GoogleDriveSource getGoogleDriveSource()
       Output only. Google Drive location. Supports importing individual files
       as well as Google Drive folders.
       
      .google.cloud.aiplatform.v1.GoogleDriveSource google_drive_source = 9 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Specified by:
      getGoogleDriveSource in interface RagFileOrBuilder
      Returns:
      The googleDriveSource.
    • setGoogleDriveSource

      public RagFile.Builder setGoogleDriveSource(GoogleDriveSource value)
       Output only. Google Drive location. Supports importing individual files
       as well as Google Drive folders.
       
      .google.cloud.aiplatform.v1.GoogleDriveSource google_drive_source = 9 [(.google.api.field_behavior) = OUTPUT_ONLY];
    • setGoogleDriveSource

      public RagFile.Builder setGoogleDriveSource(GoogleDriveSource.Builder builderForValue)
       Output only. Google Drive location. Supports importing individual files
       as well as Google Drive folders.
       
      .google.cloud.aiplatform.v1.GoogleDriveSource google_drive_source = 9 [(.google.api.field_behavior) = OUTPUT_ONLY];
    • mergeGoogleDriveSource

      public RagFile.Builder mergeGoogleDriveSource(GoogleDriveSource value)
       Output only. Google Drive location. Supports importing individual files
       as well as Google Drive folders.
       
      .google.cloud.aiplatform.v1.GoogleDriveSource google_drive_source = 9 [(.google.api.field_behavior) = OUTPUT_ONLY];
    • clearGoogleDriveSource

      public RagFile.Builder clearGoogleDriveSource()
       Output only. Google Drive location. Supports importing individual files
       as well as Google Drive folders.
       
      .google.cloud.aiplatform.v1.GoogleDriveSource google_drive_source = 9 [(.google.api.field_behavior) = OUTPUT_ONLY];
    • getGoogleDriveSourceBuilder

      public GoogleDriveSource.Builder getGoogleDriveSourceBuilder()
       Output only. Google Drive location. Supports importing individual files
       as well as Google Drive folders.
       
      .google.cloud.aiplatform.v1.GoogleDriveSource google_drive_source = 9 [(.google.api.field_behavior) = OUTPUT_ONLY];
    • getGoogleDriveSourceOrBuilder

      public GoogleDriveSourceOrBuilder getGoogleDriveSourceOrBuilder()
       Output only. Google Drive location. Supports importing individual files
       as well as Google Drive folders.
       
      .google.cloud.aiplatform.v1.GoogleDriveSource google_drive_source = 9 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Specified by:
      getGoogleDriveSourceOrBuilder in interface RagFileOrBuilder
    • hasDirectUploadSource

      public boolean hasDirectUploadSource()
       Output only. The RagFile is encapsulated and uploaded in the
       UploadRagFile request.
       
      .google.cloud.aiplatform.v1.DirectUploadSource direct_upload_source = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Specified by:
      hasDirectUploadSource in interface RagFileOrBuilder
      Returns:
      Whether the directUploadSource field is set.
    • getDirectUploadSource

      public DirectUploadSource getDirectUploadSource()
       Output only. The RagFile is encapsulated and uploaded in the
       UploadRagFile request.
       
      .google.cloud.aiplatform.v1.DirectUploadSource direct_upload_source = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Specified by:
      getDirectUploadSource in interface RagFileOrBuilder
      Returns:
      The directUploadSource.
    • setDirectUploadSource

      public RagFile.Builder setDirectUploadSource(DirectUploadSource value)
       Output only. The RagFile is encapsulated and uploaded in the
       UploadRagFile request.
       
      .google.cloud.aiplatform.v1.DirectUploadSource direct_upload_source = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];
    • setDirectUploadSource

      public RagFile.Builder setDirectUploadSource(DirectUploadSource.Builder builderForValue)
       Output only. The RagFile is encapsulated and uploaded in the
       UploadRagFile request.
       
      .google.cloud.aiplatform.v1.DirectUploadSource direct_upload_source = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];
    • mergeDirectUploadSource

      public RagFile.Builder mergeDirectUploadSource(DirectUploadSource value)
       Output only. The RagFile is encapsulated and uploaded in the
       UploadRagFile request.
       
      .google.cloud.aiplatform.v1.DirectUploadSource direct_upload_source = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];
    • clearDirectUploadSource

      public RagFile.Builder clearDirectUploadSource()
       Output only. The RagFile is encapsulated and uploaded in the
       UploadRagFile request.
       
      .google.cloud.aiplatform.v1.DirectUploadSource direct_upload_source = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];
    • getDirectUploadSourceBuilder

      public DirectUploadSource.Builder getDirectUploadSourceBuilder()
       Output only. The RagFile is encapsulated and uploaded in the
       UploadRagFile request.
       
      .google.cloud.aiplatform.v1.DirectUploadSource direct_upload_source = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];
    • getDirectUploadSourceOrBuilder

      public DirectUploadSourceOrBuilder getDirectUploadSourceOrBuilder()
       Output only. The RagFile is encapsulated and uploaded in the
       UploadRagFile request.
       
      .google.cloud.aiplatform.v1.DirectUploadSource direct_upload_source = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Specified by:
      getDirectUploadSourceOrBuilder in interface RagFileOrBuilder
    • hasSlackSource

      public boolean hasSlackSource()
       The RagFile is imported from a Slack channel.
       
      .google.cloud.aiplatform.v1.SlackSource slack_source = 11;
      Specified by:
      hasSlackSource in interface RagFileOrBuilder
      Returns:
      Whether the slackSource field is set.
    • getSlackSource

      public SlackSource getSlackSource()
       The RagFile is imported from a Slack channel.
       
      .google.cloud.aiplatform.v1.SlackSource slack_source = 11;
      Specified by:
      getSlackSource in interface RagFileOrBuilder
      Returns:
      The slackSource.
    • setSlackSource

      public RagFile.Builder setSlackSource(SlackSource value)
       The RagFile is imported from a Slack channel.
       
      .google.cloud.aiplatform.v1.SlackSource slack_source = 11;
    • setSlackSource

      public RagFile.Builder setSlackSource(SlackSource.Builder builderForValue)
       The RagFile is imported from a Slack channel.
       
      .google.cloud.aiplatform.v1.SlackSource slack_source = 11;
    • mergeSlackSource

      public RagFile.Builder mergeSlackSource(SlackSource value)
       The RagFile is imported from a Slack channel.
       
      .google.cloud.aiplatform.v1.SlackSource slack_source = 11;
    • clearSlackSource

      public RagFile.Builder clearSlackSource()
       The RagFile is imported from a Slack channel.
       
      .google.cloud.aiplatform.v1.SlackSource slack_source = 11;
    • getSlackSourceBuilder

      public SlackSource.Builder getSlackSourceBuilder()
       The RagFile is imported from a Slack channel.
       
      .google.cloud.aiplatform.v1.SlackSource slack_source = 11;
    • getSlackSourceOrBuilder

      public SlackSourceOrBuilder getSlackSourceOrBuilder()
       The RagFile is imported from a Slack channel.
       
      .google.cloud.aiplatform.v1.SlackSource slack_source = 11;
      Specified by:
      getSlackSourceOrBuilder in interface RagFileOrBuilder
    • hasJiraSource

      public boolean hasJiraSource()
       The RagFile is imported from a Jira query.
       
      .google.cloud.aiplatform.v1.JiraSource jira_source = 12;
      Specified by:
      hasJiraSource in interface RagFileOrBuilder
      Returns:
      Whether the jiraSource field is set.
    • getJiraSource

      public JiraSource getJiraSource()
       The RagFile is imported from a Jira query.
       
      .google.cloud.aiplatform.v1.JiraSource jira_source = 12;
      Specified by:
      getJiraSource in interface RagFileOrBuilder
      Returns:
      The jiraSource.
    • setJiraSource

      public RagFile.Builder setJiraSource(JiraSource value)
       The RagFile is imported from a Jira query.
       
      .google.cloud.aiplatform.v1.JiraSource jira_source = 12;
    • setJiraSource

      public RagFile.Builder setJiraSource(JiraSource.Builder builderForValue)
       The RagFile is imported from a Jira query.
       
      .google.cloud.aiplatform.v1.JiraSource jira_source = 12;
    • mergeJiraSource

      public RagFile.Builder mergeJiraSource(JiraSource value)
       The RagFile is imported from a Jira query.
       
      .google.cloud.aiplatform.v1.JiraSource jira_source = 12;
    • clearJiraSource

      public RagFile.Builder clearJiraSource()
       The RagFile is imported from a Jira query.
       
      .google.cloud.aiplatform.v1.JiraSource jira_source = 12;
    • getJiraSourceBuilder

      public JiraSource.Builder getJiraSourceBuilder()
       The RagFile is imported from a Jira query.
       
      .google.cloud.aiplatform.v1.JiraSource jira_source = 12;
    • getJiraSourceOrBuilder

      public JiraSourceOrBuilder getJiraSourceOrBuilder()
       The RagFile is imported from a Jira query.
       
      .google.cloud.aiplatform.v1.JiraSource jira_source = 12;
      Specified by:
      getJiraSourceOrBuilder in interface RagFileOrBuilder
    • hasSharePointSources

      public boolean hasSharePointSources()
       The RagFile is imported from a SharePoint source.
       
      .google.cloud.aiplatform.v1.SharePointSources share_point_sources = 14;
      Specified by:
      hasSharePointSources in interface RagFileOrBuilder
      Returns:
      Whether the sharePointSources field is set.
    • getSharePointSources

      public SharePointSources getSharePointSources()
       The RagFile is imported from a SharePoint source.
       
      .google.cloud.aiplatform.v1.SharePointSources share_point_sources = 14;
      Specified by:
      getSharePointSources in interface RagFileOrBuilder
      Returns:
      The sharePointSources.
    • setSharePointSources

      public RagFile.Builder setSharePointSources(SharePointSources value)
       The RagFile is imported from a SharePoint source.
       
      .google.cloud.aiplatform.v1.SharePointSources share_point_sources = 14;
    • setSharePointSources

      public RagFile.Builder setSharePointSources(SharePointSources.Builder builderForValue)
       The RagFile is imported from a SharePoint source.
       
      .google.cloud.aiplatform.v1.SharePointSources share_point_sources = 14;
    • mergeSharePointSources

      public RagFile.Builder mergeSharePointSources(SharePointSources value)
       The RagFile is imported from a SharePoint source.
       
      .google.cloud.aiplatform.v1.SharePointSources share_point_sources = 14;
    • clearSharePointSources

      public RagFile.Builder clearSharePointSources()
       The RagFile is imported from a SharePoint source.
       
      .google.cloud.aiplatform.v1.SharePointSources share_point_sources = 14;
    • getSharePointSourcesBuilder

      public SharePointSources.Builder getSharePointSourcesBuilder()
       The RagFile is imported from a SharePoint source.
       
      .google.cloud.aiplatform.v1.SharePointSources share_point_sources = 14;
    • getSharePointSourcesOrBuilder

      public SharePointSourcesOrBuilder getSharePointSourcesOrBuilder()
       The RagFile is imported from a SharePoint source.
       
      .google.cloud.aiplatform.v1.SharePointSources share_point_sources = 14;
      Specified by:
      getSharePointSourcesOrBuilder in interface RagFileOrBuilder
    • getName

      public String getName()
       Output only. The resource name of the RagFile.
       
      string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Specified by:
      getName in interface RagFileOrBuilder
      Returns:
      The name.
    • getNameBytes

      public com.google.protobuf.ByteString getNameBytes()
       Output only. The resource name of the RagFile.
       
      string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Specified by:
      getNameBytes in interface RagFileOrBuilder
      Returns:
      The bytes for name.
    • setName

      public RagFile.Builder setName(String value)
       Output only. The resource name of the RagFile.
       
      string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Parameters:
      value - The name to set.
      Returns:
      This builder for chaining.
    • clearName

      public RagFile.Builder clearName()
       Output only. The resource name of the RagFile.
       
      string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Returns:
      This builder for chaining.
    • setNameBytes

      public RagFile.Builder setNameBytes(com.google.protobuf.ByteString value)
       Output only. The resource name of the RagFile.
       
      string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Parameters:
      value - The bytes for name to set.
      Returns:
      This builder for chaining.
    • getDisplayName

      public String getDisplayName()
       Required. The display name of the RagFile.
       The name can be up to 128 characters long and can consist of any UTF-8
       characters.
       
      string display_name = 2 [(.google.api.field_behavior) = REQUIRED];
      Specified by:
      getDisplayName in interface RagFileOrBuilder
      Returns:
      The displayName.
    • getDisplayNameBytes

      public com.google.protobuf.ByteString getDisplayNameBytes()
       Required. The display name of the RagFile.
       The name can be up to 128 characters long and can consist of any UTF-8
       characters.
       
      string display_name = 2 [(.google.api.field_behavior) = REQUIRED];
      Specified by:
      getDisplayNameBytes in interface RagFileOrBuilder
      Returns:
      The bytes for displayName.
    • setDisplayName

      public RagFile.Builder setDisplayName(String value)
       Required. The display name of the RagFile.
       The name can be up to 128 characters long and can consist of any UTF-8
       characters.
       
      string display_name = 2 [(.google.api.field_behavior) = REQUIRED];
      Parameters:
      value - The displayName to set.
      Returns:
      This builder for chaining.
    • clearDisplayName

      public RagFile.Builder clearDisplayName()
       Required. The display name of the RagFile.
       The name can be up to 128 characters long and can consist of any UTF-8
       characters.
       
      string display_name = 2 [(.google.api.field_behavior) = REQUIRED];
      Returns:
      This builder for chaining.
    • setDisplayNameBytes

      public RagFile.Builder setDisplayNameBytes(com.google.protobuf.ByteString value)
       Required. The display name of the RagFile.
       The name can be up to 128 characters long and can consist of any UTF-8
       characters.
       
      string display_name = 2 [(.google.api.field_behavior) = REQUIRED];
      Parameters:
      value - The bytes for displayName to set.
      Returns:
      This builder for chaining.
    • getDescription

      public String getDescription()
       Optional. The description of the RagFile.
       
      string description = 3 [(.google.api.field_behavior) = OPTIONAL];
      Specified by:
      getDescription in interface RagFileOrBuilder
      Returns:
      The description.
    • getDescriptionBytes

      public com.google.protobuf.ByteString getDescriptionBytes()
       Optional. The description of the RagFile.
       
      string description = 3 [(.google.api.field_behavior) = OPTIONAL];
      Specified by:
      getDescriptionBytes in interface RagFileOrBuilder
      Returns:
      The bytes for description.
    • setDescription

      public RagFile.Builder setDescription(String value)
       Optional. The description of the RagFile.
       
      string description = 3 [(.google.api.field_behavior) = OPTIONAL];
      Parameters:
      value - The description to set.
      Returns:
      This builder for chaining.
    • clearDescription

      public RagFile.Builder clearDescription()
       Optional. The description of the RagFile.
       
      string description = 3 [(.google.api.field_behavior) = OPTIONAL];
      Returns:
      This builder for chaining.
    • setDescriptionBytes

      public RagFile.Builder setDescriptionBytes(com.google.protobuf.ByteString value)
       Optional. The description of the RagFile.
       
      string description = 3 [(.google.api.field_behavior) = OPTIONAL];
      Parameters:
      value - The bytes for description to set.
      Returns:
      This builder for chaining.
    • hasCreateTime

      public boolean hasCreateTime()
       Output only. Timestamp when this RagFile was created.
       
      .google.protobuf.Timestamp create_time = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Specified by:
      hasCreateTime in interface RagFileOrBuilder
      Returns:
      Whether the createTime field is set.
    • getCreateTime

      public com.google.protobuf.Timestamp getCreateTime()
       Output only. Timestamp when this RagFile was created.
       
      .google.protobuf.Timestamp create_time = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Specified by:
      getCreateTime in interface RagFileOrBuilder
      Returns:
      The createTime.
    • setCreateTime

      public RagFile.Builder setCreateTime(com.google.protobuf.Timestamp value)
       Output only. Timestamp when this RagFile was created.
       
      .google.protobuf.Timestamp create_time = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
    • setCreateTime

      public RagFile.Builder setCreateTime(com.google.protobuf.Timestamp.Builder builderForValue)
       Output only. Timestamp when this RagFile was created.
       
      .google.protobuf.Timestamp create_time = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
    • mergeCreateTime

      public RagFile.Builder mergeCreateTime(com.google.protobuf.Timestamp value)
       Output only. Timestamp when this RagFile was created.
       
      .google.protobuf.Timestamp create_time = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
    • clearCreateTime

      public RagFile.Builder clearCreateTime()
       Output only. Timestamp when this RagFile was created.
       
      .google.protobuf.Timestamp create_time = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
    • getCreateTimeBuilder

      public com.google.protobuf.Timestamp.Builder getCreateTimeBuilder()
       Output only. Timestamp when this RagFile was created.
       
      .google.protobuf.Timestamp create_time = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
    • getCreateTimeOrBuilder

      public com.google.protobuf.TimestampOrBuilder getCreateTimeOrBuilder()
       Output only. Timestamp when this RagFile was created.
       
      .google.protobuf.Timestamp create_time = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Specified by:
      getCreateTimeOrBuilder in interface RagFileOrBuilder
    • hasUpdateTime

      public boolean hasUpdateTime()
       Output only. Timestamp when this RagFile was last updated.
       
      .google.protobuf.Timestamp update_time = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Specified by:
      hasUpdateTime in interface RagFileOrBuilder
      Returns:
      Whether the updateTime field is set.
    • getUpdateTime

      public com.google.protobuf.Timestamp getUpdateTime()
       Output only. Timestamp when this RagFile was last updated.
       
      .google.protobuf.Timestamp update_time = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Specified by:
      getUpdateTime in interface RagFileOrBuilder
      Returns:
      The updateTime.
    • setUpdateTime

      public RagFile.Builder setUpdateTime(com.google.protobuf.Timestamp value)
       Output only. Timestamp when this RagFile was last updated.
       
      .google.protobuf.Timestamp update_time = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
    • setUpdateTime

      public RagFile.Builder setUpdateTime(com.google.protobuf.Timestamp.Builder builderForValue)
       Output only. Timestamp when this RagFile was last updated.
       
      .google.protobuf.Timestamp update_time = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
    • mergeUpdateTime

      public RagFile.Builder mergeUpdateTime(com.google.protobuf.Timestamp value)
       Output only. Timestamp when this RagFile was last updated.
       
      .google.protobuf.Timestamp update_time = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
    • clearUpdateTime

      public RagFile.Builder clearUpdateTime()
       Output only. Timestamp when this RagFile was last updated.
       
      .google.protobuf.Timestamp update_time = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
    • getUpdateTimeBuilder

      public com.google.protobuf.Timestamp.Builder getUpdateTimeBuilder()
       Output only. Timestamp when this RagFile was last updated.
       
      .google.protobuf.Timestamp update_time = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
    • getUpdateTimeOrBuilder

      public com.google.protobuf.TimestampOrBuilder getUpdateTimeOrBuilder()
       Output only. Timestamp when this RagFile was last updated.
       
      .google.protobuf.Timestamp update_time = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Specified by:
      getUpdateTimeOrBuilder in interface RagFileOrBuilder
    • hasFileStatus

      public boolean hasFileStatus()
       Output only. State of the RagFile.
       
      .google.cloud.aiplatform.v1.FileStatus file_status = 13 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Specified by:
      hasFileStatus in interface RagFileOrBuilder
      Returns:
      Whether the fileStatus field is set.
    • getFileStatus

      public FileStatus getFileStatus()
       Output only. State of the RagFile.
       
      .google.cloud.aiplatform.v1.FileStatus file_status = 13 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Specified by:
      getFileStatus in interface RagFileOrBuilder
      Returns:
      The fileStatus.
    • setFileStatus

      public RagFile.Builder setFileStatus(FileStatus value)
       Output only. State of the RagFile.
       
      .google.cloud.aiplatform.v1.FileStatus file_status = 13 [(.google.api.field_behavior) = OUTPUT_ONLY];
    • setFileStatus

      public RagFile.Builder setFileStatus(FileStatus.Builder builderForValue)
       Output only. State of the RagFile.
       
      .google.cloud.aiplatform.v1.FileStatus file_status = 13 [(.google.api.field_behavior) = OUTPUT_ONLY];
    • mergeFileStatus

      public RagFile.Builder mergeFileStatus(FileStatus value)
       Output only. State of the RagFile.
       
      .google.cloud.aiplatform.v1.FileStatus file_status = 13 [(.google.api.field_behavior) = OUTPUT_ONLY];
    • clearFileStatus

      public RagFile.Builder clearFileStatus()
       Output only. State of the RagFile.
       
      .google.cloud.aiplatform.v1.FileStatus file_status = 13 [(.google.api.field_behavior) = OUTPUT_ONLY];
    • getFileStatusBuilder

      public FileStatus.Builder getFileStatusBuilder()
       Output only. State of the RagFile.
       
      .google.cloud.aiplatform.v1.FileStatus file_status = 13 [(.google.api.field_behavior) = OUTPUT_ONLY];
    • getFileStatusOrBuilder

      public FileStatusOrBuilder getFileStatusOrBuilder()
       Output only. State of the RagFile.
       
      .google.cloud.aiplatform.v1.FileStatus file_status = 13 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Specified by:
      getFileStatusOrBuilder in interface RagFileOrBuilder