public interface ReadStorageObjectsRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
ReadStorageObjectId |
getObjectIds(int index)
Batch of storage objects.
|
int |
getObjectIdsCount()
Batch of storage objects.
|
java.util.List<ReadStorageObjectId> |
getObjectIdsList()
Batch of storage objects.
|
ReadStorageObjectIdOrBuilder |
getObjectIdsOrBuilder(int index)
Batch of storage objects.
|
java.util.List<? extends ReadStorageObjectIdOrBuilder> |
getObjectIdsOrBuilderList()
Batch of storage objects.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
java.util.List<ReadStorageObjectId> getObjectIdsList()
Batch of storage objects.
repeated .nakama.api.ReadStorageObjectId object_ids = 1 [json_name = "objectIds"];
ReadStorageObjectId getObjectIds(int index)
Batch of storage objects.
repeated .nakama.api.ReadStorageObjectId object_ids = 1 [json_name = "objectIds"];
int getObjectIdsCount()
Batch of storage objects.
repeated .nakama.api.ReadStorageObjectId object_ids = 1 [json_name = "objectIds"];
java.util.List<? extends ReadStorageObjectIdOrBuilder> getObjectIdsOrBuilderList()
Batch of storage objects.
repeated .nakama.api.ReadStorageObjectId object_ids = 1 [json_name = "objectIds"];
ReadStorageObjectIdOrBuilder getObjectIdsOrBuilder(int index)
Batch of storage objects.
repeated .nakama.api.ReadStorageObjectId object_ids = 1 [json_name = "objectIds"];