public interface ListRagCorporaResponseOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getNextPageToken()
public abstract String getNextPageToken()
A token to retrieve the next page of results. Pass to ListRagCorporaRequest.page_token to obtain that page.
string next_page_token = 2;
Returns | |
---|---|
Type | Description |
String |
The nextPageToken. |
getNextPageTokenBytes()
public abstract ByteString getNextPageTokenBytes()
A token to retrieve the next page of results. Pass to ListRagCorporaRequest.page_token to obtain that page.
string next_page_token = 2;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for nextPageToken. |
getRagCorpora(int index)
public abstract RagCorpus getRagCorpora(int index)
List of RagCorpora in the requested page.
repeated .google.cloud.aiplatform.v1beta1.RagCorpus rag_corpora = 1;
Parameter | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
RagCorpus |
getRagCorporaCount()
public abstract int getRagCorporaCount()
List of RagCorpora in the requested page.
repeated .google.cloud.aiplatform.v1beta1.RagCorpus rag_corpora = 1;
Returns | |
---|---|
Type | Description |
int |
getRagCorporaList()
public abstract List<RagCorpus> getRagCorporaList()
List of RagCorpora in the requested page.
repeated .google.cloud.aiplatform.v1beta1.RagCorpus rag_corpora = 1;
Returns | |
---|---|
Type | Description |
List<RagCorpus> |
getRagCorporaOrBuilder(int index)
public abstract RagCorpusOrBuilder getRagCorporaOrBuilder(int index)
List of RagCorpora in the requested page.
repeated .google.cloud.aiplatform.v1beta1.RagCorpus rag_corpora = 1;
Parameter | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
RagCorpusOrBuilder |
getRagCorporaOrBuilderList()
public abstract List<? extends RagCorpusOrBuilder> getRagCorporaOrBuilderList()
List of RagCorpora in the requested page.
repeated .google.cloud.aiplatform.v1beta1.RagCorpus rag_corpora = 1;
Returns | |
---|---|
Type | Description |
List<? extends com.google.cloud.aiplatform.v1beta1.RagCorpusOrBuilder> |