Interface UpdateGroupResponse.UpdateGroupResponseDataOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      GroupData getAttributes()
      .streamlayer.chatManager.GroupData attributes = 2 [json_name = "attributes"];
      java.lang.String getId()
      topic id
      com.google.protobuf.ByteString getIdBytes()
      topic id
      boolean hasAttributes()
      .streamlayer.chatManager.GroupData attributes = 2 [json_name = "attributes"];
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        getDefaultInstanceForType, isInitialized
    • Method Detail

      • getId

        java.lang.String getId()
         topic id
         
        string id = 1 [json_name = "id"];
        Returns:
        The id.
      • getIdBytes

        com.google.protobuf.ByteString getIdBytes()
         topic id
         
        string id = 1 [json_name = "id"];
        Returns:
        The bytes for id.
      • hasAttributes

        boolean hasAttributes()
        .streamlayer.chatManager.GroupData attributes = 2 [json_name = "attributes"];
        Returns:
        Whether the attributes field is set.
      • getAttributes

        GroupData getAttributes()
        .streamlayer.chatManager.GroupData attributes = 2 [json_name = "attributes"];
        Returns:
        The attributes.