public static final class ChannelLeave.Builder extends com.google.protobuf.GeneratedMessage.Builder<ChannelLeave.Builder> implements ChannelLeaveOrBuilder
Leave a realtime channel.Protobuf type
nakama.realtime.ChannelLeave| Modifier and Type | Method and Description |
|---|---|
ChannelLeave |
build() |
ChannelLeave |
buildPartial() |
ChannelLeave.Builder |
clear() |
ChannelLeave.Builder |
clearChannelId()
The ID of the channel to leave.
|
java.lang.String |
getChannelId()
The ID of the channel to leave.
|
com.google.protobuf.ByteString |
getChannelIdBytes()
The ID of the channel to leave.
|
ChannelLeave |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
ChannelLeave.Builder |
mergeFrom(ChannelLeave other) |
ChannelLeave.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
ChannelLeave.Builder |
mergeFrom(com.google.protobuf.Message other) |
ChannelLeave.Builder |
setChannelId(java.lang.String value)
The ID of the channel to leave.
|
ChannelLeave.Builder |
setChannelIdBytes(com.google.protobuf.ByteString value)
The ID of the channel to leave.
|
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<ChannelLeave.Builder>public ChannelLeave.Builder clear()
clear in interface com.google.protobuf.Message.Builderclear in interface com.google.protobuf.MessageLite.Builderclear in class com.google.protobuf.GeneratedMessage.Builder<ChannelLeave.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<ChannelLeave.Builder>public ChannelLeave getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic ChannelLeave build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic ChannelLeave buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic ChannelLeave.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<ChannelLeave.Builder>public ChannelLeave.Builder mergeFrom(ChannelLeave other)
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessage.Builder<ChannelLeave.Builder>public ChannelLeave.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<ChannelLeave.Builder>java.io.IOExceptionpublic java.lang.String getChannelId()
The ID of the channel to leave.
string channel_id = 1 [json_name = "channelId"];getChannelId in interface ChannelLeaveOrBuilderpublic com.google.protobuf.ByteString getChannelIdBytes()
The ID of the channel to leave.
string channel_id = 1 [json_name = "channelId"];getChannelIdBytes in interface ChannelLeaveOrBuilderpublic ChannelLeave.Builder setChannelId(java.lang.String value)
The ID of the channel to leave.
string channel_id = 1 [json_name = "channelId"];value - The channelId to set.public ChannelLeave.Builder clearChannelId()
The ID of the channel to leave.
string channel_id = 1 [json_name = "channelId"];public ChannelLeave.Builder setChannelIdBytes(com.google.protobuf.ByteString value)
The ID of the channel to leave.
string channel_id = 1 [json_name = "channelId"];value - The bytes for channelId to set.