public static final class ChannelMessageAck.Builder extends com.google.protobuf.GeneratedMessage.Builder<ChannelMessageAck.Builder> implements ChannelMessageAckOrBuilder
A receipt reply from a channel message send operation.Protobuf type
nakama.realtime.ChannelMessageAck
Modifier and Type | Method and Description |
---|---|
ChannelMessageAck |
build() |
ChannelMessageAck |
buildPartial() |
ChannelMessageAck.Builder |
clear() |
ChannelMessageAck.Builder |
clearChannelId()
The channel the message was sent to.
|
ChannelMessageAck.Builder |
clearCode()
The code representing a message type or category.
|
ChannelMessageAck.Builder |
clearCreateTime()
The UNIX time (for gRPC clients) or ISO string (for REST clients) when the message was created.
|
ChannelMessageAck.Builder |
clearGroupId()
The ID of the group, or an empty string if this message was not sent through a group channel.
|
ChannelMessageAck.Builder |
clearMessageId()
The unique ID assigned to the message.
|
ChannelMessageAck.Builder |
clearPersistent()
True if the message was persisted to the channel's history, false otherwise.
|
ChannelMessageAck.Builder |
clearRoomName()
The name of the chat room, or an empty string if this message was not sent through a chat room.
|
ChannelMessageAck.Builder |
clearUpdateTime()
The UNIX time (for gRPC clients) or ISO string (for REST clients) when the message was last updated.
|
ChannelMessageAck.Builder |
clearUserIdOne()
The ID of the first DM user, or an empty string if this message was not sent through a DM chat.
|
ChannelMessageAck.Builder |
clearUserIdTwo()
The ID of the second DM user, or an empty string if this message was not sent through a DM chat.
|
ChannelMessageAck.Builder |
clearUsername()
Username of the message sender.
|
java.lang.String |
getChannelId()
The channel the message was sent to.
|
com.google.protobuf.ByteString |
getChannelIdBytes()
The channel the message was sent to.
|
com.google.protobuf.Int32Value |
getCode()
The code representing a message type or category.
|
com.google.protobuf.Int32Value.Builder |
getCodeBuilder()
The code representing a message type or category.
|
com.google.protobuf.Int32ValueOrBuilder |
getCodeOrBuilder()
The code representing a message type or category.
|
com.google.protobuf.Timestamp |
getCreateTime()
The UNIX time (for gRPC clients) or ISO string (for REST clients) when the message was created.
|
com.google.protobuf.Timestamp.Builder |
getCreateTimeBuilder()
The UNIX time (for gRPC clients) or ISO string (for REST clients) when the message was created.
|
com.google.protobuf.TimestampOrBuilder |
getCreateTimeOrBuilder()
The UNIX time (for gRPC clients) or ISO string (for REST clients) when the message was created.
|
ChannelMessageAck |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
java.lang.String |
getGroupId()
The ID of the group, or an empty string if this message was not sent through a group channel.
|
com.google.protobuf.ByteString |
getGroupIdBytes()
The ID of the group, or an empty string if this message was not sent through a group channel.
|
java.lang.String |
getMessageId()
The unique ID assigned to the message.
|
com.google.protobuf.ByteString |
getMessageIdBytes()
The unique ID assigned to the message.
|
com.google.protobuf.BoolValue |
getPersistent()
True if the message was persisted to the channel's history, false otherwise.
|
com.google.protobuf.BoolValue.Builder |
getPersistentBuilder()
True if the message was persisted to the channel's history, false otherwise.
|
com.google.protobuf.BoolValueOrBuilder |
getPersistentOrBuilder()
True if the message was persisted to the channel's history, false otherwise.
|
java.lang.String |
getRoomName()
The name of the chat room, or an empty string if this message was not sent through a chat room.
|
com.google.protobuf.ByteString |
getRoomNameBytes()
The name of the chat room, or an empty string if this message was not sent through a chat room.
|
com.google.protobuf.Timestamp |
getUpdateTime()
The UNIX time (for gRPC clients) or ISO string (for REST clients) when the message was last updated.
|
com.google.protobuf.Timestamp.Builder |
getUpdateTimeBuilder()
The UNIX time (for gRPC clients) or ISO string (for REST clients) when the message was last updated.
|
com.google.protobuf.TimestampOrBuilder |
getUpdateTimeOrBuilder()
The UNIX time (for gRPC clients) or ISO string (for REST clients) when the message was last updated.
|
java.lang.String |
getUserIdOne()
The ID of the first DM user, or an empty string if this message was not sent through a DM chat.
|
com.google.protobuf.ByteString |
getUserIdOneBytes()
The ID of the first DM user, or an empty string if this message was not sent through a DM chat.
|
java.lang.String |
getUserIdTwo()
The ID of the second DM user, or an empty string if this message was not sent through a DM chat.
|
com.google.protobuf.ByteString |
getUserIdTwoBytes()
The ID of the second DM user, or an empty string if this message was not sent through a DM chat.
|
java.lang.String |
getUsername()
Username of the message sender.
|
com.google.protobuf.ByteString |
getUsernameBytes()
Username of the message sender.
|
boolean |
hasCode()
The code representing a message type or category.
|
boolean |
hasCreateTime()
The UNIX time (for gRPC clients) or ISO string (for REST clients) when the message was created.
|
boolean |
hasPersistent()
True if the message was persisted to the channel's history, false otherwise.
|
boolean |
hasUpdateTime()
The UNIX time (for gRPC clients) or ISO string (for REST clients) when the message was last updated.
|
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
ChannelMessageAck.Builder |
mergeCode(com.google.protobuf.Int32Value value)
The code representing a message type or category.
|
ChannelMessageAck.Builder |
mergeCreateTime(com.google.protobuf.Timestamp value)
The UNIX time (for gRPC clients) or ISO string (for REST clients) when the message was created.
|
ChannelMessageAck.Builder |
mergeFrom(ChannelMessageAck other) |
ChannelMessageAck.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
ChannelMessageAck.Builder |
mergeFrom(com.google.protobuf.Message other) |
ChannelMessageAck.Builder |
mergePersistent(com.google.protobuf.BoolValue value)
True if the message was persisted to the channel's history, false otherwise.
|
ChannelMessageAck.Builder |
mergeUpdateTime(com.google.protobuf.Timestamp value)
The UNIX time (for gRPC clients) or ISO string (for REST clients) when the message was last updated.
|
ChannelMessageAck.Builder |
setChannelId(java.lang.String value)
The channel the message was sent to.
|
ChannelMessageAck.Builder |
setChannelIdBytes(com.google.protobuf.ByteString value)
The channel the message was sent to.
|
ChannelMessageAck.Builder |
setCode(com.google.protobuf.Int32Value.Builder builderForValue)
The code representing a message type or category.
|
ChannelMessageAck.Builder |
setCode(com.google.protobuf.Int32Value value)
The code representing a message type or category.
|
ChannelMessageAck.Builder |
setCreateTime(com.google.protobuf.Timestamp.Builder builderForValue)
The UNIX time (for gRPC clients) or ISO string (for REST clients) when the message was created.
|
ChannelMessageAck.Builder |
setCreateTime(com.google.protobuf.Timestamp value)
The UNIX time (for gRPC clients) or ISO string (for REST clients) when the message was created.
|
ChannelMessageAck.Builder |
setGroupId(java.lang.String value)
The ID of the group, or an empty string if this message was not sent through a group channel.
|
ChannelMessageAck.Builder |
setGroupIdBytes(com.google.protobuf.ByteString value)
The ID of the group, or an empty string if this message was not sent through a group channel.
|
ChannelMessageAck.Builder |
setMessageId(java.lang.String value)
The unique ID assigned to the message.
|
ChannelMessageAck.Builder |
setMessageIdBytes(com.google.protobuf.ByteString value)
The unique ID assigned to the message.
|
ChannelMessageAck.Builder |
setPersistent(com.google.protobuf.BoolValue.Builder builderForValue)
True if the message was persisted to the channel's history, false otherwise.
|
ChannelMessageAck.Builder |
setPersistent(com.google.protobuf.BoolValue value)
True if the message was persisted to the channel's history, false otherwise.
|
ChannelMessageAck.Builder |
setRoomName(java.lang.String value)
The name of the chat room, or an empty string if this message was not sent through a chat room.
|
ChannelMessageAck.Builder |
setRoomNameBytes(com.google.protobuf.ByteString value)
The name of the chat room, or an empty string if this message was not sent through a chat room.
|
ChannelMessageAck.Builder |
setUpdateTime(com.google.protobuf.Timestamp.Builder builderForValue)
The UNIX time (for gRPC clients) or ISO string (for REST clients) when the message was last updated.
|
ChannelMessageAck.Builder |
setUpdateTime(com.google.protobuf.Timestamp value)
The UNIX time (for gRPC clients) or ISO string (for REST clients) when the message was last updated.
|
ChannelMessageAck.Builder |
setUserIdOne(java.lang.String value)
The ID of the first DM user, or an empty string if this message was not sent through a DM chat.
|
ChannelMessageAck.Builder |
setUserIdOneBytes(com.google.protobuf.ByteString value)
The ID of the first DM user, or an empty string if this message was not sent through a DM chat.
|
ChannelMessageAck.Builder |
setUserIdTwo(java.lang.String value)
The ID of the second DM user, or an empty string if this message was not sent through a DM chat.
|
ChannelMessageAck.Builder |
setUserIdTwoBytes(com.google.protobuf.ByteString value)
The ID of the second DM user, or an empty string if this message was not sent through a DM chat.
|
ChannelMessageAck.Builder |
setUsername(java.lang.String value)
Username of the message sender.
|
ChannelMessageAck.Builder |
setUsernameBytes(com.google.protobuf.ByteString value)
Username of the message sender.
|
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<ChannelMessageAck.Builder>
public ChannelMessageAck.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<ChannelMessageAck.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<ChannelMessageAck.Builder>
public ChannelMessageAck getDefaultInstanceForType()
getDefaultInstanceForType
in interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType
in interface com.google.protobuf.MessageOrBuilder
public ChannelMessageAck build()
build
in interface com.google.protobuf.Message.Builder
build
in interface com.google.protobuf.MessageLite.Builder
public ChannelMessageAck buildPartial()
buildPartial
in interface com.google.protobuf.Message.Builder
buildPartial
in interface com.google.protobuf.MessageLite.Builder
public ChannelMessageAck.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom
in interface com.google.protobuf.Message.Builder
mergeFrom
in class com.google.protobuf.AbstractMessage.Builder<ChannelMessageAck.Builder>
public ChannelMessageAck.Builder mergeFrom(ChannelMessageAck other)
public final boolean isInitialized()
isInitialized
in interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
in class com.google.protobuf.GeneratedMessage.Builder<ChannelMessageAck.Builder>
public ChannelMessageAck.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<ChannelMessageAck.Builder>
java.io.IOException
public java.lang.String getChannelId()
The channel the message was sent to.
string channel_id = 1 [json_name = "channelId"];
getChannelId
in interface ChannelMessageAckOrBuilder
public com.google.protobuf.ByteString getChannelIdBytes()
The channel the message was sent to.
string channel_id = 1 [json_name = "channelId"];
getChannelIdBytes
in interface ChannelMessageAckOrBuilder
public ChannelMessageAck.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 ChannelMessageAck.Builder clearChannelId()
The channel the message was sent to.
string channel_id = 1 [json_name = "channelId"];
public ChannelMessageAck.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 unique ID assigned to the message.
string message_id = 2 [json_name = "messageId"];
getMessageId
in interface ChannelMessageAckOrBuilder
public com.google.protobuf.ByteString getMessageIdBytes()
The unique ID assigned to the message.
string message_id = 2 [json_name = "messageId"];
getMessageIdBytes
in interface ChannelMessageAckOrBuilder
public ChannelMessageAck.Builder setMessageId(java.lang.String value)
The unique ID assigned to the message.
string message_id = 2 [json_name = "messageId"];
value
- The messageId to set.public ChannelMessageAck.Builder clearMessageId()
The unique ID assigned to the message.
string message_id = 2 [json_name = "messageId"];
public ChannelMessageAck.Builder setMessageIdBytes(com.google.protobuf.ByteString value)
The unique ID assigned to the message.
string message_id = 2 [json_name = "messageId"];
value
- The bytes for messageId to set.public boolean hasCode()
The code representing a message type or category.
.google.protobuf.Int32Value code = 3 [json_name = "code"];
hasCode
in interface ChannelMessageAckOrBuilder
public com.google.protobuf.Int32Value getCode()
The code representing a message type or category.
.google.protobuf.Int32Value code = 3 [json_name = "code"];
getCode
in interface ChannelMessageAckOrBuilder
public ChannelMessageAck.Builder setCode(com.google.protobuf.Int32Value value)
The code representing a message type or category.
.google.protobuf.Int32Value code = 3 [json_name = "code"];
public ChannelMessageAck.Builder setCode(com.google.protobuf.Int32Value.Builder builderForValue)
The code representing a message type or category.
.google.protobuf.Int32Value code = 3 [json_name = "code"];
public ChannelMessageAck.Builder mergeCode(com.google.protobuf.Int32Value value)
The code representing a message type or category.
.google.protobuf.Int32Value code = 3 [json_name = "code"];
public ChannelMessageAck.Builder clearCode()
The code representing a message type or category.
.google.protobuf.Int32Value code = 3 [json_name = "code"];
public com.google.protobuf.Int32Value.Builder getCodeBuilder()
The code representing a message type or category.
.google.protobuf.Int32Value code = 3 [json_name = "code"];
public com.google.protobuf.Int32ValueOrBuilder getCodeOrBuilder()
The code representing a message type or category.
.google.protobuf.Int32Value code = 3 [json_name = "code"];
getCodeOrBuilder
in interface ChannelMessageAckOrBuilder
public java.lang.String getUsername()
Username of the message sender.
string username = 4 [json_name = "username"];
getUsername
in interface ChannelMessageAckOrBuilder
public com.google.protobuf.ByteString getUsernameBytes()
Username of the message sender.
string username = 4 [json_name = "username"];
getUsernameBytes
in interface ChannelMessageAckOrBuilder
public ChannelMessageAck.Builder setUsername(java.lang.String value)
Username of the message sender.
string username = 4 [json_name = "username"];
value
- The username to set.public ChannelMessageAck.Builder clearUsername()
Username of the message sender.
string username = 4 [json_name = "username"];
public ChannelMessageAck.Builder setUsernameBytes(com.google.protobuf.ByteString value)
Username of the message sender.
string username = 4 [json_name = "username"];
value
- The bytes for username to set.public boolean hasCreateTime()
The UNIX time (for gRPC clients) or ISO string (for REST clients) when the message was created.
.google.protobuf.Timestamp create_time = 5 [json_name = "createTime"];
hasCreateTime
in interface ChannelMessageAckOrBuilder
public com.google.protobuf.Timestamp getCreateTime()
The UNIX time (for gRPC clients) or ISO string (for REST clients) when the message was created.
.google.protobuf.Timestamp create_time = 5 [json_name = "createTime"];
getCreateTime
in interface ChannelMessageAckOrBuilder
public ChannelMessageAck.Builder setCreateTime(com.google.protobuf.Timestamp value)
The UNIX time (for gRPC clients) or ISO string (for REST clients) when the message was created.
.google.protobuf.Timestamp create_time = 5 [json_name = "createTime"];
public ChannelMessageAck.Builder setCreateTime(com.google.protobuf.Timestamp.Builder builderForValue)
The UNIX time (for gRPC clients) or ISO string (for REST clients) when the message was created.
.google.protobuf.Timestamp create_time = 5 [json_name = "createTime"];
public ChannelMessageAck.Builder mergeCreateTime(com.google.protobuf.Timestamp value)
The UNIX time (for gRPC clients) or ISO string (for REST clients) when the message was created.
.google.protobuf.Timestamp create_time = 5 [json_name = "createTime"];
public ChannelMessageAck.Builder clearCreateTime()
The UNIX time (for gRPC clients) or ISO string (for REST clients) when the message was created.
.google.protobuf.Timestamp create_time = 5 [json_name = "createTime"];
public com.google.protobuf.Timestamp.Builder getCreateTimeBuilder()
The UNIX time (for gRPC clients) or ISO string (for REST clients) when the message was created.
.google.protobuf.Timestamp create_time = 5 [json_name = "createTime"];
public com.google.protobuf.TimestampOrBuilder getCreateTimeOrBuilder()
The UNIX time (for gRPC clients) or ISO string (for REST clients) when the message was created.
.google.protobuf.Timestamp create_time = 5 [json_name = "createTime"];
getCreateTimeOrBuilder
in interface ChannelMessageAckOrBuilder
public boolean hasUpdateTime()
The UNIX time (for gRPC clients) or ISO string (for REST clients) when the message was last updated.
.google.protobuf.Timestamp update_time = 6 [json_name = "updateTime"];
hasUpdateTime
in interface ChannelMessageAckOrBuilder
public com.google.protobuf.Timestamp getUpdateTime()
The UNIX time (for gRPC clients) or ISO string (for REST clients) when the message was last updated.
.google.protobuf.Timestamp update_time = 6 [json_name = "updateTime"];
getUpdateTime
in interface ChannelMessageAckOrBuilder
public ChannelMessageAck.Builder setUpdateTime(com.google.protobuf.Timestamp value)
The UNIX time (for gRPC clients) or ISO string (for REST clients) when the message was last updated.
.google.protobuf.Timestamp update_time = 6 [json_name = "updateTime"];
public ChannelMessageAck.Builder setUpdateTime(com.google.protobuf.Timestamp.Builder builderForValue)
The UNIX time (for gRPC clients) or ISO string (for REST clients) when the message was last updated.
.google.protobuf.Timestamp update_time = 6 [json_name = "updateTime"];
public ChannelMessageAck.Builder mergeUpdateTime(com.google.protobuf.Timestamp value)
The UNIX time (for gRPC clients) or ISO string (for REST clients) when the message was last updated.
.google.protobuf.Timestamp update_time = 6 [json_name = "updateTime"];
public ChannelMessageAck.Builder clearUpdateTime()
The UNIX time (for gRPC clients) or ISO string (for REST clients) when the message was last updated.
.google.protobuf.Timestamp update_time = 6 [json_name = "updateTime"];
public com.google.protobuf.Timestamp.Builder getUpdateTimeBuilder()
The UNIX time (for gRPC clients) or ISO string (for REST clients) when the message was last updated.
.google.protobuf.Timestamp update_time = 6 [json_name = "updateTime"];
public com.google.protobuf.TimestampOrBuilder getUpdateTimeOrBuilder()
The UNIX time (for gRPC clients) or ISO string (for REST clients) when the message was last updated.
.google.protobuf.Timestamp update_time = 6 [json_name = "updateTime"];
getUpdateTimeOrBuilder
in interface ChannelMessageAckOrBuilder
public boolean hasPersistent()
True if the message was persisted to the channel's history, false otherwise.
.google.protobuf.BoolValue persistent = 7 [json_name = "persistent"];
hasPersistent
in interface ChannelMessageAckOrBuilder
public com.google.protobuf.BoolValue getPersistent()
True if the message was persisted to the channel's history, false otherwise.
.google.protobuf.BoolValue persistent = 7 [json_name = "persistent"];
getPersistent
in interface ChannelMessageAckOrBuilder
public ChannelMessageAck.Builder setPersistent(com.google.protobuf.BoolValue value)
True if the message was persisted to the channel's history, false otherwise.
.google.protobuf.BoolValue persistent = 7 [json_name = "persistent"];
public ChannelMessageAck.Builder setPersistent(com.google.protobuf.BoolValue.Builder builderForValue)
True if the message was persisted to the channel's history, false otherwise.
.google.protobuf.BoolValue persistent = 7 [json_name = "persistent"];
public ChannelMessageAck.Builder mergePersistent(com.google.protobuf.BoolValue value)
True if the message was persisted to the channel's history, false otherwise.
.google.protobuf.BoolValue persistent = 7 [json_name = "persistent"];
public ChannelMessageAck.Builder clearPersistent()
True if the message was persisted to the channel's history, false otherwise.
.google.protobuf.BoolValue persistent = 7 [json_name = "persistent"];
public com.google.protobuf.BoolValue.Builder getPersistentBuilder()
True if the message was persisted to the channel's history, false otherwise.
.google.protobuf.BoolValue persistent = 7 [json_name = "persistent"];
public com.google.protobuf.BoolValueOrBuilder getPersistentOrBuilder()
True if the message was persisted to the channel's history, false otherwise.
.google.protobuf.BoolValue persistent = 7 [json_name = "persistent"];
getPersistentOrBuilder
in interface ChannelMessageAckOrBuilder
public java.lang.String getRoomName()
The name of the chat room, or an empty string if this message was not sent through a chat room.
string room_name = 8 [json_name = "roomName"];
getRoomName
in interface ChannelMessageAckOrBuilder
public com.google.protobuf.ByteString getRoomNameBytes()
The name of the chat room, or an empty string if this message was not sent through a chat room.
string room_name = 8 [json_name = "roomName"];
getRoomNameBytes
in interface ChannelMessageAckOrBuilder
public ChannelMessageAck.Builder setRoomName(java.lang.String value)
The name of the chat room, or an empty string if this message was not sent through a chat room.
string room_name = 8 [json_name = "roomName"];
value
- The roomName to set.public ChannelMessageAck.Builder clearRoomName()
The name of the chat room, or an empty string if this message was not sent through a chat room.
string room_name = 8 [json_name = "roomName"];
public ChannelMessageAck.Builder setRoomNameBytes(com.google.protobuf.ByteString value)
The name of the chat room, or an empty string if this message was not sent through a chat room.
string room_name = 8 [json_name = "roomName"];
value
- The bytes for roomName to set.public java.lang.String getGroupId()
The ID of the group, or an empty string if this message was not sent through a group channel.
string group_id = 9 [json_name = "groupId"];
getGroupId
in interface ChannelMessageAckOrBuilder
public com.google.protobuf.ByteString getGroupIdBytes()
The ID of the group, or an empty string if this message was not sent through a group channel.
string group_id = 9 [json_name = "groupId"];
getGroupIdBytes
in interface ChannelMessageAckOrBuilder
public ChannelMessageAck.Builder setGroupId(java.lang.String value)
The ID of the group, or an empty string if this message was not sent through a group channel.
string group_id = 9 [json_name = "groupId"];
value
- The groupId to set.public ChannelMessageAck.Builder clearGroupId()
The ID of the group, or an empty string if this message was not sent through a group channel.
string group_id = 9 [json_name = "groupId"];
public ChannelMessageAck.Builder setGroupIdBytes(com.google.protobuf.ByteString value)
The ID of the group, or an empty string if this message was not sent through a group channel.
string group_id = 9 [json_name = "groupId"];
value
- The bytes for groupId to set.public java.lang.String getUserIdOne()
The ID of the first DM user, or an empty string if this message was not sent through a DM chat.
string user_id_one = 10 [json_name = "userIdOne"];
getUserIdOne
in interface ChannelMessageAckOrBuilder
public com.google.protobuf.ByteString getUserIdOneBytes()
The ID of the first DM user, or an empty string if this message was not sent through a DM chat.
string user_id_one = 10 [json_name = "userIdOne"];
getUserIdOneBytes
in interface ChannelMessageAckOrBuilder
public ChannelMessageAck.Builder setUserIdOne(java.lang.String value)
The ID of the first DM user, or an empty string if this message was not sent through a DM chat.
string user_id_one = 10 [json_name = "userIdOne"];
value
- The userIdOne to set.public ChannelMessageAck.Builder clearUserIdOne()
The ID of the first DM user, or an empty string if this message was not sent through a DM chat.
string user_id_one = 10 [json_name = "userIdOne"];
public ChannelMessageAck.Builder setUserIdOneBytes(com.google.protobuf.ByteString value)
The ID of the first DM user, or an empty string if this message was not sent through a DM chat.
string user_id_one = 10 [json_name = "userIdOne"];
value
- The bytes for userIdOne to set.public java.lang.String getUserIdTwo()
The ID of the second DM user, or an empty string if this message was not sent through a DM chat.
string user_id_two = 11 [json_name = "userIdTwo"];
getUserIdTwo
in interface ChannelMessageAckOrBuilder
public com.google.protobuf.ByteString getUserIdTwoBytes()
The ID of the second DM user, or an empty string if this message was not sent through a DM chat.
string user_id_two = 11 [json_name = "userIdTwo"];
getUserIdTwoBytes
in interface ChannelMessageAckOrBuilder
public ChannelMessageAck.Builder setUserIdTwo(java.lang.String value)
The ID of the second DM user, or an empty string if this message was not sent through a DM chat.
string user_id_two = 11 [json_name = "userIdTwo"];
value
- The userIdTwo to set.public ChannelMessageAck.Builder clearUserIdTwo()
The ID of the second DM user, or an empty string if this message was not sent through a DM chat.
string user_id_two = 11 [json_name = "userIdTwo"];
public ChannelMessageAck.Builder setUserIdTwoBytes(com.google.protobuf.ByteString value)
The ID of the second DM user, or an empty string if this message was not sent through a DM chat.
string user_id_two = 11 [json_name = "userIdTwo"];
value
- The bytes for userIdTwo to set.