public static final class WriteStorageObjectsRequest.Builder extends com.google.protobuf.GeneratedMessage.Builder<WriteStorageObjectsRequest.Builder> implements WriteStorageObjectsRequestOrBuilder
Write objects to the storage engine.Protobuf type
nakama.api.WriteStorageObjectsRequest
Modifier and Type | Method and Description |
---|---|
WriteStorageObjectsRequest.Builder |
addAllObjects(java.lang.Iterable<? extends WriteStorageObject> values)
The objects to store on the server.
|
WriteStorageObjectsRequest.Builder |
addObjects(int index,
WriteStorageObject.Builder builderForValue)
The objects to store on the server.
|
WriteStorageObjectsRequest.Builder |
addObjects(int index,
WriteStorageObject value)
The objects to store on the server.
|
WriteStorageObjectsRequest.Builder |
addObjects(WriteStorageObject.Builder builderForValue)
The objects to store on the server.
|
WriteStorageObjectsRequest.Builder |
addObjects(WriteStorageObject value)
The objects to store on the server.
|
WriteStorageObject.Builder |
addObjectsBuilder()
The objects to store on the server.
|
WriteStorageObject.Builder |
addObjectsBuilder(int index)
The objects to store on the server.
|
WriteStorageObjectsRequest |
build() |
WriteStorageObjectsRequest |
buildPartial() |
WriteStorageObjectsRequest.Builder |
clear() |
WriteStorageObjectsRequest.Builder |
clearObjects()
The objects to store on the server.
|
WriteStorageObjectsRequest |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
WriteStorageObject |
getObjects(int index)
The objects to store on the server.
|
WriteStorageObject.Builder |
getObjectsBuilder(int index)
The objects to store on the server.
|
java.util.List<WriteStorageObject.Builder> |
getObjectsBuilderList()
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.
|
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
WriteStorageObjectsRequest.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
WriteStorageObjectsRequest.Builder |
mergeFrom(com.google.protobuf.Message other) |
WriteStorageObjectsRequest.Builder |
mergeFrom(WriteStorageObjectsRequest other) |
WriteStorageObjectsRequest.Builder |
removeObjects(int index)
The objects to store on the server.
|
WriteStorageObjectsRequest.Builder |
setObjects(int index,
WriteStorageObject.Builder builderForValue)
The objects to store on the server.
|
WriteStorageObjectsRequest.Builder |
setObjects(int index,
WriteStorageObject value)
The objects to store on the server.
|
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, setUnknownFieldsProto3
findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
addAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, newUninitializedMessageException
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable
in class com.google.protobuf.GeneratedMessage.Builder<WriteStorageObjectsRequest.Builder>
public WriteStorageObjectsRequest.Builder clear()
clear
in interface com.google.protobuf.Message.Builder
clear
in interface com.google.protobuf.MessageLite.Builder
clear
in class com.google.protobuf.GeneratedMessage.Builder<WriteStorageObjectsRequest.Builder>
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType
in interface com.google.protobuf.Message.Builder
getDescriptorForType
in interface com.google.protobuf.MessageOrBuilder
getDescriptorForType
in class com.google.protobuf.GeneratedMessage.Builder<WriteStorageObjectsRequest.Builder>
public WriteStorageObjectsRequest getDefaultInstanceForType()
getDefaultInstanceForType
in interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType
in interface com.google.protobuf.MessageOrBuilder
public WriteStorageObjectsRequest build()
build
in interface com.google.protobuf.Message.Builder
build
in interface com.google.protobuf.MessageLite.Builder
public WriteStorageObjectsRequest buildPartial()
buildPartial
in interface com.google.protobuf.Message.Builder
buildPartial
in interface com.google.protobuf.MessageLite.Builder
public WriteStorageObjectsRequest.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom
in interface com.google.protobuf.Message.Builder
mergeFrom
in class com.google.protobuf.AbstractMessage.Builder<WriteStorageObjectsRequest.Builder>
public WriteStorageObjectsRequest.Builder mergeFrom(WriteStorageObjectsRequest other)
public final boolean isInitialized()
isInitialized
in interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
in class com.google.protobuf.GeneratedMessage.Builder<WriteStorageObjectsRequest.Builder>
public WriteStorageObjectsRequest.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
mergeFrom
in interface com.google.protobuf.Message.Builder
mergeFrom
in interface com.google.protobuf.MessageLite.Builder
mergeFrom
in class com.google.protobuf.AbstractMessage.Builder<WriteStorageObjectsRequest.Builder>
java.io.IOException
public java.util.List<WriteStorageObject> getObjectsList()
The objects to store on the server.
repeated .nakama.api.WriteStorageObject objects = 1 [json_name = "objects"];
getObjectsList
in interface WriteStorageObjectsRequestOrBuilder
public int getObjectsCount()
The objects to store on the server.
repeated .nakama.api.WriteStorageObject objects = 1 [json_name = "objects"];
getObjectsCount
in interface WriteStorageObjectsRequestOrBuilder
public WriteStorageObject getObjects(int index)
The objects to store on the server.
repeated .nakama.api.WriteStorageObject objects = 1 [json_name = "objects"];
getObjects
in interface WriteStorageObjectsRequestOrBuilder
public WriteStorageObjectsRequest.Builder setObjects(int index, WriteStorageObject value)
The objects to store on the server.
repeated .nakama.api.WriteStorageObject objects = 1 [json_name = "objects"];
public WriteStorageObjectsRequest.Builder setObjects(int index, WriteStorageObject.Builder builderForValue)
The objects to store on the server.
repeated .nakama.api.WriteStorageObject objects = 1 [json_name = "objects"];
public WriteStorageObjectsRequest.Builder addObjects(WriteStorageObject value)
The objects to store on the server.
repeated .nakama.api.WriteStorageObject objects = 1 [json_name = "objects"];
public WriteStorageObjectsRequest.Builder addObjects(int index, WriteStorageObject value)
The objects to store on the server.
repeated .nakama.api.WriteStorageObject objects = 1 [json_name = "objects"];
public WriteStorageObjectsRequest.Builder addObjects(WriteStorageObject.Builder builderForValue)
The objects to store on the server.
repeated .nakama.api.WriteStorageObject objects = 1 [json_name = "objects"];
public WriteStorageObjectsRequest.Builder addObjects(int index, WriteStorageObject.Builder builderForValue)
The objects to store on the server.
repeated .nakama.api.WriteStorageObject objects = 1 [json_name = "objects"];
public WriteStorageObjectsRequest.Builder addAllObjects(java.lang.Iterable<? extends WriteStorageObject> values)
The objects to store on the server.
repeated .nakama.api.WriteStorageObject objects = 1 [json_name = "objects"];
public WriteStorageObjectsRequest.Builder clearObjects()
The objects to store on the server.
repeated .nakama.api.WriteStorageObject objects = 1 [json_name = "objects"];
public WriteStorageObjectsRequest.Builder removeObjects(int index)
The objects to store on the server.
repeated .nakama.api.WriteStorageObject objects = 1 [json_name = "objects"];
public WriteStorageObject.Builder getObjectsBuilder(int index)
The objects to store on the server.
repeated .nakama.api.WriteStorageObject objects = 1 [json_name = "objects"];
public WriteStorageObjectOrBuilder getObjectsOrBuilder(int index)
The objects to store on the server.
repeated .nakama.api.WriteStorageObject objects = 1 [json_name = "objects"];
getObjectsOrBuilder
in interface WriteStorageObjectsRequestOrBuilder
public java.util.List<? extends WriteStorageObjectOrBuilder> getObjectsOrBuilderList()
The objects to store on the server.
repeated .nakama.api.WriteStorageObject objects = 1 [json_name = "objects"];
getObjectsOrBuilderList
in interface WriteStorageObjectsRequestOrBuilder
public WriteStorageObject.Builder addObjectsBuilder()
The objects to store on the server.
repeated .nakama.api.WriteStorageObject objects = 1 [json_name = "objects"];
public WriteStorageObject.Builder addObjectsBuilder(int index)
The objects to store on the server.
repeated .nakama.api.WriteStorageObject objects = 1 [json_name = "objects"];
public java.util.List<WriteStorageObject.Builder> getObjectsBuilderList()
The objects to store on the server.
repeated .nakama.api.WriteStorageObject objects = 1 [json_name = "objects"];