Interface ListRagFilesResponseOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
ListRagFilesResponse, ListRagFilesResponse.Builder

@Generated public interface ListRagFilesResponseOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    A token to retrieve the next page of results.
    com.google.protobuf.ByteString
    A token to retrieve the next page of results.
    getRagFiles(int index)
    List of RagFiles in the requested page.
    int
    List of RagFiles in the requested page.
    List of RagFiles in the requested page.
    List of RagFiles in the requested page.
    List of RagFiles in the requested page.

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • Method Details

    • getRagFilesList

      List<RagFile> getRagFilesList()
       List of RagFiles in the requested page.
       
      repeated .google.cloud.aiplatform.v1.RagFile rag_files = 1;
    • getRagFiles

      RagFile getRagFiles(int index)
       List of RagFiles in the requested page.
       
      repeated .google.cloud.aiplatform.v1.RagFile rag_files = 1;
    • getRagFilesCount

      int getRagFilesCount()
       List of RagFiles in the requested page.
       
      repeated .google.cloud.aiplatform.v1.RagFile rag_files = 1;
    • getRagFilesOrBuilderList

      List<? extends RagFileOrBuilder> getRagFilesOrBuilderList()
       List of RagFiles in the requested page.
       
      repeated .google.cloud.aiplatform.v1.RagFile rag_files = 1;
    • getRagFilesOrBuilder

      RagFileOrBuilder getRagFilesOrBuilder(int index)
       List of RagFiles in the requested page.
       
      repeated .google.cloud.aiplatform.v1.RagFile rag_files = 1;
    • getNextPageToken

      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;
      Returns:
      The nextPageToken.
    • getNextPageTokenBytes

      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;
      Returns:
      The bytes for nextPageToken.