Interface WriteStorageObjectsRequestOrBuilder

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

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

    Modifier and Type
    Method
    Description
    getObjects(int index)
    The objects to store on the server.
    int
    The objects to store on the server.
    The objects to store on the server.
    The objects to store on the server.
    The objects to store on the server.

    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<WriteStorageObject> getObjectsList()
       The objects to store on the server.
       
      repeated .nakama.api.WriteStorageObject objects = 1;
    • getObjects

      WriteStorageObject getObjects(int index)
       The objects to store on the server.
       
      repeated .nakama.api.WriteStorageObject objects = 1;
    • getObjectsCount

      int getObjectsCount()
       The objects to store on the server.
       
      repeated .nakama.api.WriteStorageObject objects = 1;
    • getObjectsOrBuilderList

      List<? extends WriteStorageObjectOrBuilder> getObjectsOrBuilderList()
       The objects to store on the server.
       
      repeated .nakama.api.WriteStorageObject objects = 1;
    • getObjectsOrBuilder

      WriteStorageObjectOrBuilder getObjectsOrBuilder(int index)
       The objects to store on the server.
       
      repeated .nakama.api.WriteStorageObject objects = 1;