Package 

Interface LivekitAnalytics.AnalyticsNodeRoomsOrBuilder

    • Method Summary

      Modifier and Type Method Description
      abstract String getNodeId() string node_id = 1;
      abstract ByteString getNodeIdBytes() string node_id = 1;
      abstract long getSequenceNumber() uint64 sequence_number = 2;
      abstract boolean hasTimestamp() .google.protobuf.Timestamp timestamp = 3;
      abstract Timestamp getTimestamp() .google.protobuf.Timestamp timestamp = 3;
      abstract List<LivekitAnalytics.AnalyticsRoom> getRoomsList() repeated .livekit.AnalyticsRoom rooms = 4;
      abstract LivekitAnalytics.AnalyticsRoom getRooms(int index) repeated .livekit.AnalyticsRoom rooms = 4;
      abstract int getRoomsCount() repeated .livekit.AnalyticsRoom rooms = 4;
      • Methods inherited from class com.google.protobuf.MessageLiteOrBuilder

        getDefaultInstanceForType, isInitialized
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait