public static interface RetrieveContextsRequest.VertexRagStore.RagResourceOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getRagCorpus()
Optional.
|
com.google.protobuf.ByteString |
getRagCorpusBytes()
Optional.
|
String |
getRagFileIds(int index)
Optional. rag_file_id.
|
com.google.protobuf.ByteString |
getRagFileIdsBytes(int index)
Optional. rag_file_id.
|
int |
getRagFileIdsCount()
Optional. rag_file_id.
|
List<String> |
getRagFileIdsList()
Optional. rag_file_id.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getRagCorpus()
Optional. RagCorpora resource name.
Format:
`projects/{project}/locations/{location}/ragCorpora/{rag_corpus}`
string rag_corpus = 1 [(.google.api.field_behavior) = OPTIONAL, (.google.api.resource_reference) = { ... }
com.google.protobuf.ByteString getRagCorpusBytes()
Optional. RagCorpora resource name.
Format:
`projects/{project}/locations/{location}/ragCorpora/{rag_corpus}`
string rag_corpus = 1 [(.google.api.field_behavior) = OPTIONAL, (.google.api.resource_reference) = { ... }
List<String> getRagFileIdsList()
Optional. rag_file_id. The files should be in the same rag_corpus set in rag_corpus field.
repeated string rag_file_ids = 2 [(.google.api.field_behavior) = OPTIONAL];int getRagFileIdsCount()
Optional. rag_file_id. The files should be in the same rag_corpus set in rag_corpus field.
repeated string rag_file_ids = 2 [(.google.api.field_behavior) = OPTIONAL];String getRagFileIds(int index)
Optional. rag_file_id. The files should be in the same rag_corpus set in rag_corpus field.
repeated string rag_file_ids = 2 [(.google.api.field_behavior) = OPTIONAL];index - The index of the element to return.com.google.protobuf.ByteString getRagFileIdsBytes(int index)
Optional. rag_file_id. The files should be in the same rag_corpus set in rag_corpus field.
repeated string rag_file_ids = 2 [(.google.api.field_behavior) = OPTIONAL];index - The index of the value to return.Copyright © 2025 Google LLC. All rights reserved.