Interface StorageObjectListOrBuilder

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

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

    Modifier and Type
    Method
    Description
    The cursor for the next page of results, if any.
    com.google.protobuf.ByteString
    The cursor for the next page of results, if any.
    getObjects(int index)
    The list of storage objects.
    int
    The list of storage objects.
    The list of storage objects.
    The list of storage objects.
    The list of storage objects.

    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

    • getObjectsList

      List<StorageObject> getObjectsList()
       The list of storage objects.
       
      repeated .nakama.api.StorageObject objects = 1;
    • getObjects

      StorageObject getObjects(int index)
       The list of storage objects.
       
      repeated .nakama.api.StorageObject objects = 1;
    • getObjectsCount

      int getObjectsCount()
       The list of storage objects.
       
      repeated .nakama.api.StorageObject objects = 1;
    • getObjectsOrBuilderList

      List<? extends StorageObjectOrBuilder> getObjectsOrBuilderList()
       The list of storage objects.
       
      repeated .nakama.api.StorageObject objects = 1;
    • getObjectsOrBuilder

      StorageObjectOrBuilder getObjectsOrBuilder(int index)
       The list of storage objects.
       
      repeated .nakama.api.StorageObject objects = 1;
    • getCursor

      String getCursor()
       The cursor for the next page of results, if any.
       
      string cursor = 2;
      Returns:
      The cursor.
    • getCursorBytes

      com.google.protobuf.ByteString getCursorBytes()
       The cursor for the next page of results, if any.
       
      string cursor = 2;
      Returns:
      The bytes for cursor.