Package com.google.cloud.aiplatform.v1
Interface ListRagCorporaResponseOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ListRagCorporaResponse,ListRagCorporaResponse.Builder
@Generated
public interface ListRagCorporaResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionA token to retrieve the next page of results.com.google.protobuf.ByteStringA token to retrieve the next page of results.getRagCorpora(int index) List of RagCorpora in the requested page.intList of RagCorpora in the requested page.List of RagCorpora in the requested page.getRagCorporaOrBuilder(int index) List of RagCorpora in the requested page.List<? extends RagCorpusOrBuilder>List of RagCorpora in the requested page.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getRagCorporaList
List of RagCorpora in the requested page.
repeated .google.cloud.aiplatform.v1.RagCorpus rag_corpora = 1; -
getRagCorpora
List of RagCorpora in the requested page.
repeated .google.cloud.aiplatform.v1.RagCorpus rag_corpora = 1; -
getRagCorporaCount
int getRagCorporaCount()List of RagCorpora in the requested page.
repeated .google.cloud.aiplatform.v1.RagCorpus rag_corpora = 1; -
getRagCorporaOrBuilderList
List<? extends RagCorpusOrBuilder> getRagCorporaOrBuilderList()List of RagCorpora in the requested page.
repeated .google.cloud.aiplatform.v1.RagCorpus rag_corpora = 1; -
getRagCorporaOrBuilder
List of RagCorpora in the requested page.
repeated .google.cloud.aiplatform.v1.RagCorpus rag_corpora = 1; -
getNextPageToken
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;- Returns:
- The nextPageToken.
-
getNextPageTokenBytes
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;- Returns:
- The bytes for nextPageToken.
-