public interface ListRagFilesResponseOrBuilder
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.
|
RagFile |
getRagFiles(int index)
List of RagFiles in the requested page.
|
int |
getRagFilesCount()
List of RagFiles in the requested page.
|
List<RagFile> |
getRagFilesList()
List of RagFiles in the requested page.
|
RagFileOrBuilder |
getRagFilesOrBuilder(int index)
List of RagFiles in the requested page.
|
List<? extends RagFileOrBuilder> |
getRagFilesOrBuilderList()
List of RagFiles in the requested page.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<RagFile> getRagFilesList()
List of RagFiles in the requested page.
repeated .google.cloud.aiplatform.v1.RagFile rag_files = 1;RagFile getRagFiles(int index)
List of RagFiles in the requested page.
repeated .google.cloud.aiplatform.v1.RagFile rag_files = 1;int getRagFilesCount()
List of RagFiles in the requested page.
repeated .google.cloud.aiplatform.v1.RagFile rag_files = 1;List<? extends RagFileOrBuilder> getRagFilesOrBuilderList()
List of RagFiles in the requested page.
repeated .google.cloud.aiplatform.v1.RagFile rag_files = 1;RagFileOrBuilder getRagFilesOrBuilder(int index)
List of RagFiles in the requested page.
repeated .google.cloud.aiplatform.v1.RagFile rag_files = 1;String getNextPageToken()
A token to retrieve the next page of results. Pass to [ListRagFilesRequest.page_token][google.cloud.aiplatform.v1.ListRagFilesRequest.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 [ListRagFilesRequest.page_token][google.cloud.aiplatform.v1.ListRagFilesRequest.page_token] to obtain that page.
string next_page_token = 2;Copyright © 2025 Google LLC. All rights reserved.