public static final class ReadStorageObjectId.Builder extends com.google.protobuf.GeneratedMessage.Builder<ReadStorageObjectId.Builder> implements ReadStorageObjectIdOrBuilder
Storage objects to get.Protobuf type
nakama.api.ReadStorageObjectId| Modifier and Type | Method and Description |
|---|---|
ReadStorageObjectId |
build() |
ReadStorageObjectId |
buildPartial() |
ReadStorageObjectId.Builder |
clear() |
ReadStorageObjectId.Builder |
clearCollection()
The collection which stores the object.
|
ReadStorageObjectId.Builder |
clearKey()
The key of the object within the collection.
|
ReadStorageObjectId.Builder |
clearUserId()
The user owner of the object.
|
java.lang.String |
getCollection()
The collection which stores the object.
|
com.google.protobuf.ByteString |
getCollectionBytes()
The collection which stores the object.
|
ReadStorageObjectId |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
java.lang.String |
getKey()
The key of the object within the collection.
|
com.google.protobuf.ByteString |
getKeyBytes()
The key of the object within the collection.
|
java.lang.String |
getUserId()
The user owner of the object.
|
com.google.protobuf.ByteString |
getUserIdBytes()
The user owner of the object.
|
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
ReadStorageObjectId.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
ReadStorageObjectId.Builder |
mergeFrom(com.google.protobuf.Message other) |
ReadStorageObjectId.Builder |
mergeFrom(ReadStorageObjectId other) |
ReadStorageObjectId.Builder |
setCollection(java.lang.String value)
The collection which stores the object.
|
ReadStorageObjectId.Builder |
setCollectionBytes(com.google.protobuf.ByteString value)
The collection which stores the object.
|
ReadStorageObjectId.Builder |
setKey(java.lang.String value)
The key of the object within the collection.
|
ReadStorageObjectId.Builder |
setKeyBytes(com.google.protobuf.ByteString value)
The key of the object within the collection.
|
ReadStorageObjectId.Builder |
setUserId(java.lang.String value)
The user owner of the object.
|
ReadStorageObjectId.Builder |
setUserIdBytes(com.google.protobuf.ByteString value)
The user owner of the object.
|
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<ReadStorageObjectId.Builder>public ReadStorageObjectId.Builder clear()
clear in interface com.google.protobuf.Message.Builderclear in interface com.google.protobuf.MessageLite.Builderclear in class com.google.protobuf.GeneratedMessage.Builder<ReadStorageObjectId.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<ReadStorageObjectId.Builder>public ReadStorageObjectId getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic ReadStorageObjectId build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic ReadStorageObjectId buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic ReadStorageObjectId.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<ReadStorageObjectId.Builder>public ReadStorageObjectId.Builder mergeFrom(ReadStorageObjectId other)
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessage.Builder<ReadStorageObjectId.Builder>public ReadStorageObjectId.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<ReadStorageObjectId.Builder>java.io.IOExceptionpublic java.lang.String getCollection()
The collection which stores the object.
string collection = 1 [json_name = "collection"];getCollection in interface ReadStorageObjectIdOrBuilderpublic com.google.protobuf.ByteString getCollectionBytes()
The collection which stores the object.
string collection = 1 [json_name = "collection"];getCollectionBytes in interface ReadStorageObjectIdOrBuilderpublic ReadStorageObjectId.Builder setCollection(java.lang.String value)
The collection which stores the object.
string collection = 1 [json_name = "collection"];value - The collection to set.public ReadStorageObjectId.Builder clearCollection()
The collection which stores the object.
string collection = 1 [json_name = "collection"];public ReadStorageObjectId.Builder setCollectionBytes(com.google.protobuf.ByteString value)
The collection which stores the object.
string collection = 1 [json_name = "collection"];value - The bytes for collection to set.public java.lang.String getKey()
The key of the object within the collection.
string key = 2 [json_name = "key"];getKey in interface ReadStorageObjectIdOrBuilderpublic com.google.protobuf.ByteString getKeyBytes()
The key of the object within the collection.
string key = 2 [json_name = "key"];getKeyBytes in interface ReadStorageObjectIdOrBuilderpublic ReadStorageObjectId.Builder setKey(java.lang.String value)
The key of the object within the collection.
string key = 2 [json_name = "key"];value - The key to set.public ReadStorageObjectId.Builder clearKey()
The key of the object within the collection.
string key = 2 [json_name = "key"];public ReadStorageObjectId.Builder setKeyBytes(com.google.protobuf.ByteString value)
The key of the object within the collection.
string key = 2 [json_name = "key"];value - The bytes for key to set.public java.lang.String getUserId()
The user owner of the object.
string user_id = 3 [json_name = "userId"];getUserId in interface ReadStorageObjectIdOrBuilderpublic com.google.protobuf.ByteString getUserIdBytes()
The user owner of the object.
string user_id = 3 [json_name = "userId"];getUserIdBytes in interface ReadStorageObjectIdOrBuilderpublic ReadStorageObjectId.Builder setUserId(java.lang.String value)
The user owner of the object.
string user_id = 3 [json_name = "userId"];value - The userId to set.public ReadStorageObjectId.Builder clearUserId()
The user owner of the object.
string user_id = 3 [json_name = "userId"];public ReadStorageObjectId.Builder setUserIdBytes(com.google.protobuf.ByteString value)
The user owner of the object.
string user_id = 3 [json_name = "userId"];value - The bytes for userId to set.