public interface RagFileOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Timestamp |
getCreateTime()
Output only.
|
com.google.protobuf.TimestampOrBuilder |
getCreateTimeOrBuilder()
Output only.
|
String |
getDescription()
Optional.
|
com.google.protobuf.ByteString |
getDescriptionBytes()
Optional.
|
DirectUploadSource |
getDirectUploadSource()
Output only.
|
DirectUploadSourceOrBuilder |
getDirectUploadSourceOrBuilder()
Output only.
|
String |
getDisplayName()
Required.
|
com.google.protobuf.ByteString |
getDisplayNameBytes()
Required.
|
FileStatus |
getFileStatus()
Output only.
|
FileStatusOrBuilder |
getFileStatusOrBuilder()
Output only.
|
GcsSource |
getGcsSource()
Output only.
|
GcsSourceOrBuilder |
getGcsSourceOrBuilder()
Output only.
|
GoogleDriveSource |
getGoogleDriveSource()
Output only.
|
GoogleDriveSourceOrBuilder |
getGoogleDriveSourceOrBuilder()
Output only.
|
JiraSource |
getJiraSource()
The RagFile is imported from a Jira query.
|
JiraSourceOrBuilder |
getJiraSourceOrBuilder()
The RagFile is imported from a Jira query.
|
String |
getName()
Output only.
|
com.google.protobuf.ByteString |
getNameBytes()
Output only.
|
RagFile.RagFileSourceCase |
getRagFileSourceCase() |
RagFile.RagFileType |
getRagFileType()
Output only.
|
int |
getRagFileTypeValue()
Output only.
|
SharePointSources |
getSharePointSources()
The RagFile is imported from a SharePoint source.
|
SharePointSourcesOrBuilder |
getSharePointSourcesOrBuilder()
The RagFile is imported from a SharePoint source.
|
long |
getSizeBytes()
Output only.
|
SlackSource |
getSlackSource()
The RagFile is imported from a Slack channel.
|
SlackSourceOrBuilder |
getSlackSourceOrBuilder()
The RagFile is imported from a Slack channel.
|
com.google.protobuf.Timestamp |
getUpdateTime()
Output only.
|
com.google.protobuf.TimestampOrBuilder |
getUpdateTimeOrBuilder()
Output only.
|
boolean |
hasCreateTime()
Output only.
|
boolean |
hasDirectUploadSource()
Output only.
|
boolean |
hasFileStatus()
Output only.
|
boolean |
hasGcsSource()
Output only.
|
boolean |
hasGoogleDriveSource()
Output only.
|
boolean |
hasJiraSource()
The RagFile is imported from a Jira query.
|
boolean |
hasSharePointSources()
The RagFile is imported from a SharePoint source.
|
boolean |
hasSlackSource()
The RagFile is imported from a Slack channel.
|
boolean |
hasUpdateTime()
Output only.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean 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.v1beta1.GcsSource gcs_source = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
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.v1beta1.GcsSource gcs_source = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
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.v1beta1.GcsSource gcs_source = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
boolean hasGoogleDriveSource()
Output only. Google Drive location. Supports importing individual files as well as Google Drive folders.
.google.cloud.aiplatform.v1beta1.GoogleDriveSource google_drive_source = 9 [(.google.api.field_behavior) = OUTPUT_ONLY];
GoogleDriveSource getGoogleDriveSource()
Output only. Google Drive location. Supports importing individual files as well as Google Drive folders.
.google.cloud.aiplatform.v1beta1.GoogleDriveSource google_drive_source = 9 [(.google.api.field_behavior) = OUTPUT_ONLY];
GoogleDriveSourceOrBuilder getGoogleDriveSourceOrBuilder()
Output only. Google Drive location. Supports importing individual files as well as Google Drive folders.
.google.cloud.aiplatform.v1beta1.GoogleDriveSource google_drive_source = 9 [(.google.api.field_behavior) = OUTPUT_ONLY];
boolean hasDirectUploadSource()
Output only. The RagFile is encapsulated and uploaded in the UploadRagFile request.
.google.cloud.aiplatform.v1beta1.DirectUploadSource direct_upload_source = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];
DirectUploadSource getDirectUploadSource()
Output only. The RagFile is encapsulated and uploaded in the UploadRagFile request.
.google.cloud.aiplatform.v1beta1.DirectUploadSource direct_upload_source = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];
DirectUploadSourceOrBuilder getDirectUploadSourceOrBuilder()
Output only. The RagFile is encapsulated and uploaded in the UploadRagFile request.
.google.cloud.aiplatform.v1beta1.DirectUploadSource direct_upload_source = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];
boolean hasSlackSource()
The RagFile is imported from a Slack channel.
.google.cloud.aiplatform.v1beta1.SlackSource slack_source = 11;SlackSource getSlackSource()
The RagFile is imported from a Slack channel.
.google.cloud.aiplatform.v1beta1.SlackSource slack_source = 11;SlackSourceOrBuilder getSlackSourceOrBuilder()
The RagFile is imported from a Slack channel.
.google.cloud.aiplatform.v1beta1.SlackSource slack_source = 11;boolean hasJiraSource()
The RagFile is imported from a Jira query.
.google.cloud.aiplatform.v1beta1.JiraSource jira_source = 12;JiraSource getJiraSource()
The RagFile is imported from a Jira query.
.google.cloud.aiplatform.v1beta1.JiraSource jira_source = 12;JiraSourceOrBuilder getJiraSourceOrBuilder()
The RagFile is imported from a Jira query.
.google.cloud.aiplatform.v1beta1.JiraSource jira_source = 12;boolean hasSharePointSources()
The RagFile is imported from a SharePoint source.
.google.cloud.aiplatform.v1beta1.SharePointSources share_point_sources = 14;SharePointSources getSharePointSources()
The RagFile is imported from a SharePoint source.
.google.cloud.aiplatform.v1beta1.SharePointSources share_point_sources = 14;SharePointSourcesOrBuilder getSharePointSourcesOrBuilder()
The RagFile is imported from a SharePoint source.
.google.cloud.aiplatform.v1beta1.SharePointSources share_point_sources = 14;String getName()
Output only. The resource name of the RagFile.
string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];com.google.protobuf.ByteString getNameBytes()
Output only. The resource name of the RagFile.
string name = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];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];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];String getDescription()
Optional. The description of the RagFile.
string description = 3 [(.google.api.field_behavior) = OPTIONAL];com.google.protobuf.ByteString getDescriptionBytes()
Optional. The description of the RagFile.
string description = 3 [(.google.api.field_behavior) = OPTIONAL];long getSizeBytes()
Output only. The size of the RagFile in bytes.
int64 size_bytes = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];int getRagFileTypeValue()
Output only. The type of the RagFile.
.google.cloud.aiplatform.v1beta1.RagFile.RagFileType rag_file_type = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
RagFile.RagFileType getRagFileType()
Output only. The type of the RagFile.
.google.cloud.aiplatform.v1beta1.RagFile.RagFileType rag_file_type = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
boolean hasCreateTime()
Output only. Timestamp when this RagFile was created.
.google.protobuf.Timestamp create_time = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
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];
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];
boolean hasUpdateTime()
Output only. Timestamp when this RagFile was last updated.
.google.protobuf.Timestamp update_time = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
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];
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];
boolean hasFileStatus()
Output only. State of the RagFile.
.google.cloud.aiplatform.v1beta1.FileStatus file_status = 13 [(.google.api.field_behavior) = OUTPUT_ONLY];
FileStatus getFileStatus()
Output only. State of the RagFile.
.google.cloud.aiplatform.v1beta1.FileStatus file_status = 13 [(.google.api.field_behavior) = OUTPUT_ONLY];
FileStatusOrBuilder getFileStatusOrBuilder()
Output only. State of the RagFile.
.google.cloud.aiplatform.v1beta1.FileStatus file_status = 13 [(.google.api.field_behavior) = OUTPUT_ONLY];
RagFile.RagFileSourceCase getRagFileSourceCase()
Copyright © 2024 Google LLC. All rights reserved.