public static final class ChannelMessageRemove.Builder extends com.google.protobuf.GeneratedMessage.Builder<ChannelMessageRemove.Builder> implements ChannelMessageRemoveOrBuilder
Remove a message previously sent to a realtime channel.Protobuf type
nakama.realtime.ChannelMessageRemove| Modifier and Type | Method and Description |
|---|---|
ChannelMessageRemove |
build() |
ChannelMessageRemove |
buildPartial() |
ChannelMessageRemove.Builder |
clear() |
ChannelMessageRemove.Builder |
clearChannelId()
The channel the message was sent to.
|
ChannelMessageRemove.Builder |
clearMessageId()
The ID assigned to the message to update.
|
java.lang.String |
getChannelId()
The channel the message was sent to.
|
com.google.protobuf.ByteString |
getChannelIdBytes()
The channel the message was sent to.
|
ChannelMessageRemove |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
java.lang.String |
getMessageId()
The ID assigned to the message to update.
|
com.google.protobuf.ByteString |
getMessageIdBytes()
The ID assigned to the message to update.
|
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
ChannelMessageRemove.Builder |
mergeFrom(ChannelMessageRemove other) |
ChannelMessageRemove.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
ChannelMessageRemove.Builder |
mergeFrom(com.google.protobuf.Message other) |
ChannelMessageRemove.Builder |
setChannelId(java.lang.String value)
The channel the message was sent to.
|
ChannelMessageRemove.Builder |
setChannelIdBytes(com.google.protobuf.ByteString value)
The channel the message was sent to.
|
ChannelMessageRemove.Builder |
setMessageId(java.lang.String value)
The ID assigned to the message to update.
|
ChannelMessageRemove.Builder |
setMessageIdBytes(com.google.protobuf.ByteString value)
The ID assigned to the message to update.
|
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<ChannelMessageRemove.Builder>public ChannelMessageRemove.Builder clear()
clear in interface com.google.protobuf.Message.Builderclear in interface com.google.protobuf.MessageLite.Builderclear in class com.google.protobuf.GeneratedMessage.Builder<ChannelMessageRemove.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<ChannelMessageRemove.Builder>public ChannelMessageRemove getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic ChannelMessageRemove build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic ChannelMessageRemove buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic ChannelMessageRemove.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<ChannelMessageRemove.Builder>public ChannelMessageRemove.Builder mergeFrom(ChannelMessageRemove other)
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessage.Builder<ChannelMessageRemove.Builder>public ChannelMessageRemove.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<ChannelMessageRemove.Builder>java.io.IOExceptionpublic java.lang.String getChannelId()
The channel the message was sent to.
string channel_id = 1 [json_name = "channelId"];getChannelId in interface ChannelMessageRemoveOrBuilderpublic com.google.protobuf.ByteString getChannelIdBytes()
The channel the message was sent to.
string channel_id = 1 [json_name = "channelId"];getChannelIdBytes in interface ChannelMessageRemoveOrBuilderpublic ChannelMessageRemove.Builder setChannelId(java.lang.String value)
The channel the message was sent to.
string channel_id = 1 [json_name = "channelId"];value - The channelId to set.public ChannelMessageRemove.Builder clearChannelId()
The channel the message was sent to.
string channel_id = 1 [json_name = "channelId"];public ChannelMessageRemove.Builder setChannelIdBytes(com.google.protobuf.ByteString value)
The channel the message was sent to.
string channel_id = 1 [json_name = "channelId"];value - The bytes for channelId to set.public java.lang.String getMessageId()
The ID assigned to the message to update.
string message_id = 2 [json_name = "messageId"];getMessageId in interface ChannelMessageRemoveOrBuilderpublic com.google.protobuf.ByteString getMessageIdBytes()
The ID assigned to the message to update.
string message_id = 2 [json_name = "messageId"];getMessageIdBytes in interface ChannelMessageRemoveOrBuilderpublic ChannelMessageRemove.Builder setMessageId(java.lang.String value)
The ID assigned to the message to update.
string message_id = 2 [json_name = "messageId"];value - The messageId to set.public ChannelMessageRemove.Builder clearMessageId()
The ID assigned to the message to update.
string message_id = 2 [json_name = "messageId"];public ChannelMessageRemove.Builder setMessageIdBytes(com.google.protobuf.ByteString value)
The ID assigned to the message to update.
string message_id = 2 [json_name = "messageId"];value - The bytes for messageId to set.