Interface ListCollectionIdsResponseOrBuilder

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

public interface ListCollectionIdsResponseOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    getCollectionIds(int index)
    The collection ids.
    com.google.protobuf.ByteString
    The collection ids.
    int
    The collection ids.
    The collection ids.
    A page token that may be used to continue the list.
    com.google.protobuf.ByteString
    A page token that may be used to continue the list.

    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

    • getCollectionIdsList

      List<String> getCollectionIdsList()
       The collection ids.
       
      repeated string collection_ids = 1;
      Returns:
      A list containing the collectionIds.
    • getCollectionIdsCount

      int getCollectionIdsCount()
       The collection ids.
       
      repeated string collection_ids = 1;
      Returns:
      The count of collectionIds.
    • getCollectionIds

      String getCollectionIds(int index)
       The collection ids.
       
      repeated string collection_ids = 1;
      Parameters:
      index - The index of the element to return.
      Returns:
      The collectionIds at the given index.
    • getCollectionIdsBytes

      com.google.protobuf.ByteString getCollectionIdsBytes(int index)
       The collection ids.
       
      repeated string collection_ids = 1;
      Parameters:
      index - The index of the value to return.
      Returns:
      The bytes of the collectionIds at the given index.
    • getNextPageToken

      String getNextPageToken()
       A page token that may be used to continue the list.
       
      string next_page_token = 2;
      Returns:
      The nextPageToken.
    • getNextPageTokenBytes

      com.google.protobuf.ByteString getNextPageTokenBytes()
       A page token that may be used to continue the list.
       
      string next_page_token = 2;
      Returns:
      The bytes for nextPageToken.