public interface UploadRagFileResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
com.google.rpc.Status |
getError()
The error that occurred while processing the RagFile.
|
com.google.rpc.StatusOrBuilder |
getErrorOrBuilder()
The error that occurred while processing the RagFile.
|
RagFile |
getRagFile()
The RagFile that had been uploaded into the RagCorpus.
|
RagFileOrBuilder |
getRagFileOrBuilder()
The RagFile that had been uploaded into the RagCorpus.
|
UploadRagFileResponse.ResultCase |
getResultCase() |
boolean |
hasError()
The error that occurred while processing the RagFile.
|
boolean |
hasRagFile()
The RagFile that had been uploaded into the RagCorpus.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasRagFile()
The RagFile that had been uploaded into the RagCorpus.
.google.cloud.aiplatform.v1beta1.RagFile rag_file = 1;RagFile getRagFile()
The RagFile that had been uploaded into the RagCorpus.
.google.cloud.aiplatform.v1beta1.RagFile rag_file = 1;RagFileOrBuilder getRagFileOrBuilder()
The RagFile that had been uploaded into the RagCorpus.
.google.cloud.aiplatform.v1beta1.RagFile rag_file = 1;boolean hasError()
The error that occurred while processing the RagFile.
.google.rpc.Status error = 4;com.google.rpc.Status getError()
The error that occurred while processing the RagFile.
.google.rpc.Status error = 4;com.google.rpc.StatusOrBuilder getErrorOrBuilder()
The error that occurred while processing the RagFile.
.google.rpc.Status error = 4;UploadRagFileResponse.ResultCase getResultCase()
Copyright © 2025 Google LLC. All rights reserved.