public interface ListRagFilesResponseOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getNextPageToken()
public abstract String getNextPageToken()
A token to retrieve the next page of results. Pass to ListRagFilesRequest.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 ListRagFilesRequest.page_token to obtain that page.
string next_page_token = 2;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for nextPageToken. |
getRagFiles(int index)
public abstract RagFile getRagFiles(int index)
List of RagFiles in the requested page.
repeated .google.cloud.aiplatform.v1beta1.RagFile rag_files = 1;
Parameter | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
RagFile |
getRagFilesCount()
public abstract int getRagFilesCount()
List of RagFiles in the requested page.
repeated .google.cloud.aiplatform.v1beta1.RagFile rag_files = 1;
Returns | |
---|---|
Type | Description |
int |
getRagFilesList()
public abstract List<RagFile> getRagFilesList()
List of RagFiles in the requested page.
repeated .google.cloud.aiplatform.v1beta1.RagFile rag_files = 1;
Returns | |
---|---|
Type | Description |
List<RagFile> |
getRagFilesOrBuilder(int index)
public abstract RagFileOrBuilder getRagFilesOrBuilder(int index)
List of RagFiles in the requested page.
repeated .google.cloud.aiplatform.v1beta1.RagFile rag_files = 1;
Parameter | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
RagFileOrBuilder |
getRagFilesOrBuilderList()
public abstract List<? extends RagFileOrBuilder> getRagFilesOrBuilderList()
List of RagFiles in the requested page.
repeated .google.cloud.aiplatform.v1beta1.RagFile rag_files = 1;
Returns | |
---|---|
Type | Description |
List<? extends com.google.cloud.aiplatform.v1beta1.RagFileOrBuilder> |