public interface WriteStorageObjectsRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
WriteStorageObject |
getObjects(int index)
The objects to store on the server.
|
int |
getObjectsCount()
The objects to store on the server.
|
java.util.List<WriteStorageObject> |
getObjectsList()
The objects to store on the server.
|
WriteStorageObjectOrBuilder |
getObjectsOrBuilder(int index)
The objects to store on the server.
|
java.util.List<? extends WriteStorageObjectOrBuilder> |
getObjectsOrBuilderList()
The objects to store on the server.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofjava.util.List<WriteStorageObject> getObjectsList()
The objects to store on the server.
repeated .nakama.api.WriteStorageObject objects = 1 [json_name = "objects"];WriteStorageObject getObjects(int index)
The objects to store on the server.
repeated .nakama.api.WriteStorageObject objects = 1 [json_name = "objects"];int getObjectsCount()
The objects to store on the server.
repeated .nakama.api.WriteStorageObject objects = 1 [json_name = "objects"];java.util.List<? extends WriteStorageObjectOrBuilder> getObjectsOrBuilderList()
The objects to store on the server.
repeated .nakama.api.WriteStorageObject objects = 1 [json_name = "objects"];WriteStorageObjectOrBuilder getObjectsOrBuilder(int index)
The objects to store on the server.
repeated .nakama.api.WriteStorageObject objects = 1 [json_name = "objects"];