public static final class StorageObjectList.Builder extends com.google.protobuf.GeneratedMessage.Builder<StorageObjectList.Builder> implements StorageObjectListOrBuilder
List of storage objects.Protobuf type
nakama.api.StorageObjectList| Modifier and Type | Method and Description |
|---|---|
StorageObjectList.Builder |
addAllObjects(java.lang.Iterable<? extends StorageObject> values)
The list of storage objects.
|
StorageObjectList.Builder |
addObjects(int index,
StorageObject.Builder builderForValue)
The list of storage objects.
|
StorageObjectList.Builder |
addObjects(int index,
StorageObject value)
The list of storage objects.
|
StorageObjectList.Builder |
addObjects(StorageObject.Builder builderForValue)
The list of storage objects.
|
StorageObjectList.Builder |
addObjects(StorageObject value)
The list of storage objects.
|
StorageObject.Builder |
addObjectsBuilder()
The list of storage objects.
|
StorageObject.Builder |
addObjectsBuilder(int index)
The list of storage objects.
|
StorageObjectList |
build() |
StorageObjectList |
buildPartial() |
StorageObjectList.Builder |
clear() |
StorageObjectList.Builder |
clearCursor()
The cursor for the next page of results, if any.
|
StorageObjectList.Builder |
clearObjects()
The list of storage objects.
|
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.
|
StorageObjectList |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
StorageObject |
getObjects(int index)
The list of storage objects.
|
StorageObject.Builder |
getObjectsBuilder(int index)
The list of storage objects.
|
java.util.List<StorageObject.Builder> |
getObjectsBuilderList()
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.
|
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
StorageObjectList.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
StorageObjectList.Builder |
mergeFrom(com.google.protobuf.Message other) |
StorageObjectList.Builder |
mergeFrom(StorageObjectList other) |
StorageObjectList.Builder |
removeObjects(int index)
The list of storage objects.
|
StorageObjectList.Builder |
setCursor(java.lang.String value)
The cursor for the next page of results, if any.
|
StorageObjectList.Builder |
setCursorBytes(com.google.protobuf.ByteString value)
The cursor for the next page of results, if any.
|
StorageObjectList.Builder |
setObjects(int index,
StorageObject.Builder builderForValue)
The list of storage objects.
|
StorageObjectList.Builder |
setObjects(int index,
StorageObject value)
The list of storage objects.
|
addRepeatedField, clearField, clearOneof, clone, getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMapFieldReflection, internalGetMutableMapField, internalGetMutableMapFieldReflection, isClean, markClean, mergeUnknownFields, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setField, setRepeatedField, setUnknownFields, setUnknownFieldSetBuilder, setUnknownFieldsProto3findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringaddAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, newUninitializedMessageExceptionequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitpublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessage.Builder<StorageObjectList.Builder>public StorageObjectList.Builder clear()
clear in interface com.google.protobuf.Message.Builderclear in interface com.google.protobuf.MessageLite.Builderclear in class com.google.protobuf.GeneratedMessage.Builder<StorageObjectList.Builder>public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.Message.BuildergetDescriptorForType in interface com.google.protobuf.MessageOrBuildergetDescriptorForType in class com.google.protobuf.GeneratedMessage.Builder<StorageObjectList.Builder>public StorageObjectList getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic StorageObjectList build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic StorageObjectList buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic StorageObjectList.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<StorageObjectList.Builder>public StorageObjectList.Builder mergeFrom(StorageObjectList other)
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessage.Builder<StorageObjectList.Builder>public StorageObjectList.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in interface com.google.protobuf.MessageLite.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<StorageObjectList.Builder>java.io.IOExceptionpublic java.util.List<StorageObject> getObjectsList()
The list of storage objects.
repeated .nakama.api.StorageObject objects = 1 [json_name = "objects"];getObjectsList in interface StorageObjectListOrBuilderpublic int getObjectsCount()
The list of storage objects.
repeated .nakama.api.StorageObject objects = 1 [json_name = "objects"];getObjectsCount in interface StorageObjectListOrBuilderpublic StorageObject getObjects(int index)
The list of storage objects.
repeated .nakama.api.StorageObject objects = 1 [json_name = "objects"];getObjects in interface StorageObjectListOrBuilderpublic StorageObjectList.Builder setObjects(int index, StorageObject value)
The list of storage objects.
repeated .nakama.api.StorageObject objects = 1 [json_name = "objects"];public StorageObjectList.Builder setObjects(int index, StorageObject.Builder builderForValue)
The list of storage objects.
repeated .nakama.api.StorageObject objects = 1 [json_name = "objects"];public StorageObjectList.Builder addObjects(StorageObject value)
The list of storage objects.
repeated .nakama.api.StorageObject objects = 1 [json_name = "objects"];public StorageObjectList.Builder addObjects(int index, StorageObject value)
The list of storage objects.
repeated .nakama.api.StorageObject objects = 1 [json_name = "objects"];public StorageObjectList.Builder addObjects(StorageObject.Builder builderForValue)
The list of storage objects.
repeated .nakama.api.StorageObject objects = 1 [json_name = "objects"];public StorageObjectList.Builder addObjects(int index, StorageObject.Builder builderForValue)
The list of storage objects.
repeated .nakama.api.StorageObject objects = 1 [json_name = "objects"];public StorageObjectList.Builder addAllObjects(java.lang.Iterable<? extends StorageObject> values)
The list of storage objects.
repeated .nakama.api.StorageObject objects = 1 [json_name = "objects"];public StorageObjectList.Builder clearObjects()
The list of storage objects.
repeated .nakama.api.StorageObject objects = 1 [json_name = "objects"];public StorageObjectList.Builder removeObjects(int index)
The list of storage objects.
repeated .nakama.api.StorageObject objects = 1 [json_name = "objects"];public StorageObject.Builder getObjectsBuilder(int index)
The list of storage objects.
repeated .nakama.api.StorageObject objects = 1 [json_name = "objects"];public StorageObjectOrBuilder getObjectsOrBuilder(int index)
The list of storage objects.
repeated .nakama.api.StorageObject objects = 1 [json_name = "objects"];getObjectsOrBuilder in interface StorageObjectListOrBuilderpublic java.util.List<? extends StorageObjectOrBuilder> getObjectsOrBuilderList()
The list of storage objects.
repeated .nakama.api.StorageObject objects = 1 [json_name = "objects"];getObjectsOrBuilderList in interface StorageObjectListOrBuilderpublic StorageObject.Builder addObjectsBuilder()
The list of storage objects.
repeated .nakama.api.StorageObject objects = 1 [json_name = "objects"];public StorageObject.Builder addObjectsBuilder(int index)
The list of storage objects.
repeated .nakama.api.StorageObject objects = 1 [json_name = "objects"];public java.util.List<StorageObject.Builder> getObjectsBuilderList()
The list of storage objects.
repeated .nakama.api.StorageObject objects = 1 [json_name = "objects"];public java.lang.String getCursor()
The cursor for the next page of results, if any.
string cursor = 2 [json_name = "cursor"];getCursor in interface StorageObjectListOrBuilderpublic com.google.protobuf.ByteString getCursorBytes()
The cursor for the next page of results, if any.
string cursor = 2 [json_name = "cursor"];getCursorBytes in interface StorageObjectListOrBuilderpublic StorageObjectList.Builder setCursor(java.lang.String value)
The cursor for the next page of results, if any.
string cursor = 2 [json_name = "cursor"];value - The cursor to set.public StorageObjectList.Builder clearCursor()
The cursor for the next page of results, if any.
string cursor = 2 [json_name = "cursor"];public StorageObjectList.Builder setCursorBytes(com.google.protobuf.ByteString value)
The cursor for the next page of results, if any.
string cursor = 2 [json_name = "cursor"];value - The bytes for cursor to set.