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
      UpdateGroupMeta getMeta()
      .streamlayer.chatManager.UpdateGroupMeta meta = 2 [json_name = "meta"];
      java.lang.String getTopicId()
      string topic_id = 1 [json_name = "topicId"];
      com.google.protobuf.ByteString getTopicIdBytes()
      string topic_id = 1 [json_name = "topicId"];
      boolean hasMeta()
      .streamlayer.chatManager.UpdateGroupMeta meta = 2 [json_name = "meta"];
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        getDefaultInstanceForType, isInitialized
    • 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.