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