public interface ListRagCorporaResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getNextPageToken()
A token to retrieve the next page of results.
|
com.google.protobuf.ByteString |
getNextPageTokenBytes()
A token to retrieve the next page of results.
|
RagCorpus |
getRagCorpora(int index)
List of RagCorpora in the requested page.
|
int |
getRagCorporaCount()
List of RagCorpora in the requested page.
|
List<RagCorpus> |
getRagCorporaList()
List of RagCorpora in the requested page.
|
RagCorpusOrBuilder |
getRagCorporaOrBuilder(int index)
List of RagCorpora in the requested page.
|
List<? extends RagCorpusOrBuilder> |
getRagCorporaOrBuilderList()
List of RagCorpora in the requested page.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<RagCorpus> getRagCorporaList()
List of RagCorpora in the requested page.
repeated .google.cloud.aiplatform.v1.RagCorpus rag_corpora = 1;RagCorpus getRagCorpora(int index)
List of RagCorpora in the requested page.
repeated .google.cloud.aiplatform.v1.RagCorpus rag_corpora = 1;int getRagCorporaCount()
List of RagCorpora in the requested page.
repeated .google.cloud.aiplatform.v1.RagCorpus rag_corpora = 1;List<? extends RagCorpusOrBuilder> getRagCorporaOrBuilderList()
List of RagCorpora in the requested page.
repeated .google.cloud.aiplatform.v1.RagCorpus rag_corpora = 1;RagCorpusOrBuilder getRagCorporaOrBuilder(int index)
List of RagCorpora in the requested page.
repeated .google.cloud.aiplatform.v1.RagCorpus rag_corpora = 1;String getNextPageToken()
A token to retrieve the next page of results. Pass to [ListRagCorporaRequest.page_token][google.cloud.aiplatform.v1.ListRagCorporaRequest.page_token] to obtain that page.
string next_page_token = 2;com.google.protobuf.ByteString getNextPageTokenBytes()
A token to retrieve the next page of results. Pass to [ListRagCorporaRequest.page_token][google.cloud.aiplatform.v1.ListRagCorporaRequest.page_token] to obtain that page.
string next_page_token = 2;Copyright © 2025 Google LLC. All rights reserved.