public static final class DeleteStorageObjectId.Builder extends com.google.protobuf.GeneratedMessage.Builder<DeleteStorageObjectId.Builder> implements DeleteStorageObjectIdOrBuilder
Storage objects to delete.Protobuf type
nakama.api.DeleteStorageObjectId
Modifier and Type | Method and Description |
---|---|
DeleteStorageObjectId |
build() |
DeleteStorageObjectId |
buildPartial() |
DeleteStorageObjectId.Builder |
clear() |
DeleteStorageObjectId.Builder |
clearCollection()
The collection which stores the object.
|
DeleteStorageObjectId.Builder |
clearKey()
The key of the object within the collection.
|
DeleteStorageObjectId.Builder |
clearVersion()
The version hash of the object.
|
java.lang.String |
getCollection()
The collection which stores the object.
|
com.google.protobuf.ByteString |
getCollectionBytes()
The collection which stores the object.
|
DeleteStorageObjectId |
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 |
getVersion()
The version hash of the object.
|
com.google.protobuf.ByteString |
getVersionBytes()
The version hash of the object.
|
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
DeleteStorageObjectId.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
DeleteStorageObjectId.Builder |
mergeFrom(DeleteStorageObjectId other) |
DeleteStorageObjectId.Builder |
mergeFrom(com.google.protobuf.Message other) |
DeleteStorageObjectId.Builder |
setCollection(java.lang.String value)
The collection which stores the object.
|
DeleteStorageObjectId.Builder |
setCollectionBytes(com.google.protobuf.ByteString value)
The collection which stores the object.
|
DeleteStorageObjectId.Builder |
setKey(java.lang.String value)
The key of the object within the collection.
|
DeleteStorageObjectId.Builder |
setKeyBytes(com.google.protobuf.ByteString value)
The key of the object within the collection.
|
DeleteStorageObjectId.Builder |
setVersion(java.lang.String value)
The version hash of the object.
|
DeleteStorageObjectId.Builder |
setVersionBytes(com.google.protobuf.ByteString value)
The version hash 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<DeleteStorageObjectId.Builder>
public DeleteStorageObjectId.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<DeleteStorageObjectId.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<DeleteStorageObjectId.Builder>
public DeleteStorageObjectId getDefaultInstanceForType()
getDefaultInstanceForType
in interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType
in interface com.google.protobuf.MessageOrBuilder
public DeleteStorageObjectId build()
build
in interface com.google.protobuf.Message.Builder
build
in interface com.google.protobuf.MessageLite.Builder
public DeleteStorageObjectId buildPartial()
buildPartial
in interface com.google.protobuf.Message.Builder
buildPartial
in interface com.google.protobuf.MessageLite.Builder
public DeleteStorageObjectId.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom
in interface com.google.protobuf.Message.Builder
mergeFrom
in class com.google.protobuf.AbstractMessage.Builder<DeleteStorageObjectId.Builder>
public DeleteStorageObjectId.Builder mergeFrom(DeleteStorageObjectId other)
public final boolean isInitialized()
isInitialized
in interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
in class com.google.protobuf.GeneratedMessage.Builder<DeleteStorageObjectId.Builder>
public DeleteStorageObjectId.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<DeleteStorageObjectId.Builder>
java.io.IOException
public java.lang.String getCollection()
The collection which stores the object.
string collection = 1 [json_name = "collection"];
getCollection
in interface DeleteStorageObjectIdOrBuilder
public com.google.protobuf.ByteString getCollectionBytes()
The collection which stores the object.
string collection = 1 [json_name = "collection"];
getCollectionBytes
in interface DeleteStorageObjectIdOrBuilder
public DeleteStorageObjectId.Builder setCollection(java.lang.String value)
The collection which stores the object.
string collection = 1 [json_name = "collection"];
value
- The collection to set.public DeleteStorageObjectId.Builder clearCollection()
The collection which stores the object.
string collection = 1 [json_name = "collection"];
public DeleteStorageObjectId.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 DeleteStorageObjectIdOrBuilder
public com.google.protobuf.ByteString getKeyBytes()
The key of the object within the collection.
string key = 2 [json_name = "key"];
getKeyBytes
in interface DeleteStorageObjectIdOrBuilder
public DeleteStorageObjectId.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 DeleteStorageObjectId.Builder clearKey()
The key of the object within the collection.
string key = 2 [json_name = "key"];
public DeleteStorageObjectId.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 getVersion()
The version hash of the object.
string version = 3 [json_name = "version"];
getVersion
in interface DeleteStorageObjectIdOrBuilder
public com.google.protobuf.ByteString getVersionBytes()
The version hash of the object.
string version = 3 [json_name = "version"];
getVersionBytes
in interface DeleteStorageObjectIdOrBuilder
public DeleteStorageObjectId.Builder setVersion(java.lang.String value)
The version hash of the object.
string version = 3 [json_name = "version"];
value
- The version to set.public DeleteStorageObjectId.Builder clearVersion()
The version hash of the object.
string version = 3 [json_name = "version"];
public DeleteStorageObjectId.Builder setVersionBytes(com.google.protobuf.ByteString value)
The version hash of the object.
string version = 3 [json_name = "version"];
value
- The bytes for version to set.