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, 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<ReadStorageObjectId.Builder>
public ReadStorageObjectId.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<ReadStorageObjectId.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<ReadStorageObjectId.Builder>
public ReadStorageObjectId getDefaultInstanceForType()
getDefaultInstanceForType
in interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType
in interface com.google.protobuf.MessageOrBuilder
public ReadStorageObjectId build()
build
in interface com.google.protobuf.Message.Builder
build
in interface com.google.protobuf.MessageLite.Builder
public ReadStorageObjectId buildPartial()
buildPartial
in interface com.google.protobuf.Message.Builder
buildPartial
in interface com.google.protobuf.MessageLite.Builder
public ReadStorageObjectId.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom
in interface com.google.protobuf.Message.Builder
mergeFrom
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.MessageLiteOrBuilder
isInitialized
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.Builder
mergeFrom
in interface com.google.protobuf.MessageLite.Builder
mergeFrom
in class com.google.protobuf.AbstractMessage.Builder<ReadStorageObjectId.Builder>
java.io.IOException
public java.lang.String getCollection()
The collection which stores the object.
string collection = 1 [json_name = "collection"];
getCollection
in interface ReadStorageObjectIdOrBuilder
public com.google.protobuf.ByteString getCollectionBytes()
The collection which stores the object.
string collection = 1 [json_name = "collection"];
getCollectionBytes
in interface ReadStorageObjectIdOrBuilder
public 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 ReadStorageObjectIdOrBuilder
public com.google.protobuf.ByteString getKeyBytes()
The key of the object within the collection.
string key = 2 [json_name = "key"];
getKeyBytes
in interface ReadStorageObjectIdOrBuilder
public 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 ReadStorageObjectIdOrBuilder
public com.google.protobuf.ByteString getUserIdBytes()
The user owner of the object.
string user_id = 3 [json_name = "userId"];
getUserIdBytes
in interface ReadStorageObjectIdOrBuilder
public 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.