Package com.streamlayer.chatManager
Interface UpdateGroupRequestOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
- All Known Implementing Classes:
UpdateGroupRequest,UpdateGroupRequest.Builder
public interface UpdateGroupRequestOrBuilder extends com.google.protobuf.MessageLiteOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description UpdateGroupMetagetMeta().streamlayer.chatManager.UpdateGroupMeta meta = 2 [json_name = "meta"];java.lang.StringgetTopicId()string topic_id = 1 [json_name = "topicId"];com.google.protobuf.ByteStringgetTopicIdBytes()string topic_id = 1 [json_name = "topicId"];booleanhasMeta().streamlayer.chatManager.UpdateGroupMeta meta = 2 [json_name = "meta"];
-
-
-
Method Detail
-
getTopicId
java.lang.String getTopicId()
string topic_id = 1 [json_name = "topicId"];- Returns:
- The topicId.
-
getTopicIdBytes
com.google.protobuf.ByteString getTopicIdBytes()
string topic_id = 1 [json_name = "topicId"];- Returns:
- The bytes for topicId.
-
hasMeta
boolean hasMeta()
.streamlayer.chatManager.UpdateGroupMeta meta = 2 [json_name = "meta"];- Returns:
- Whether the meta field is set.
-
getMeta
UpdateGroupMeta getMeta()
.streamlayer.chatManager.UpdateGroupMeta meta = 2 [json_name = "meta"];- Returns:
- The meta.
-
-