public interface StorageObjectListOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getCursor()
The cursor for the next page of results, if any.
|
com.google.protobuf.ByteString |
getCursorBytes()
The cursor for the next page of results, if any.
|
StorageObject |
getObjects(int index)
The list of storage objects.
|
int |
getObjectsCount()
The list of storage objects.
|
java.util.List<StorageObject> |
getObjectsList()
The list of storage objects.
|
StorageObjectOrBuilder |
getObjectsOrBuilder(int index)
The list of storage objects.
|
java.util.List<? extends StorageObjectOrBuilder> |
getObjectsOrBuilderList()
The list of storage objects.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofjava.util.List<StorageObject> getObjectsList()
The list of storage objects.
repeated .nakama.api.StorageObject objects = 1 [json_name = "objects"];StorageObject getObjects(int index)
The list of storage objects.
repeated .nakama.api.StorageObject objects = 1 [json_name = "objects"];int getObjectsCount()
The list of storage objects.
repeated .nakama.api.StorageObject objects = 1 [json_name = "objects"];java.util.List<? extends StorageObjectOrBuilder> getObjectsOrBuilderList()
The list of storage objects.
repeated .nakama.api.StorageObject objects = 1 [json_name = "objects"];StorageObjectOrBuilder getObjectsOrBuilder(int index)
The list of storage objects.
repeated .nakama.api.StorageObject objects = 1 [json_name = "objects"];java.lang.String getCursor()
The cursor for the next page of results, if any.
string cursor = 2 [json_name = "cursor"];com.google.protobuf.ByteString getCursorBytes()
The cursor for the next page of results, if any.
string cursor = 2 [json_name = "cursor"];