-
- All Implemented Interfaces:
-
com.google.protobuf.MessageLiteOrBuilder
public interface LivekitAnalytics.AnalyticsRoomOrBuilder implements MessageLiteOrBuilder
-
-
Method Summary
Modifier and Type Method Description abstract StringgetId()string id = 1;abstract ByteStringgetIdBytes()string id = 1;abstract StringgetName()string name = 2;abstract ByteStringgetNameBytes()string name = 2;abstract StringgetProjectId()string project_id = 5;abstract ByteStringgetProjectIdBytes()string project_id = 5;abstract booleanhasCreatedAt().google.protobuf.Timestamp created_at = 3;abstract TimestampgetCreatedAt().google.protobuf.Timestamp created_at = 3;abstract List<LivekitAnalytics.AnalyticsRoomParticipant>getParticipantsList()repeated .livekit.AnalyticsRoomParticipant participants = 4;abstract LivekitAnalytics.AnalyticsRoomParticipantgetParticipants(int index)repeated .livekit.AnalyticsRoomParticipant participants = 4;abstract intgetParticipantsCount()repeated .livekit.AnalyticsRoomParticipant participants = 4;-
-
Method Detail
-
getIdBytes
abstract ByteString getIdBytes()
string id = 1;
-
getNameBytes
abstract ByteString getNameBytes()
string name = 2;
-
getProjectId
abstract String getProjectId()
string project_id = 5;
-
getProjectIdBytes
abstract ByteString getProjectIdBytes()
string project_id = 5;
-
hasCreatedAt
abstract boolean hasCreatedAt()
.google.protobuf.Timestamp created_at = 3;
-
getCreatedAt
abstract Timestamp getCreatedAt()
.google.protobuf.Timestamp created_at = 3;
-
getParticipantsList
abstract List<LivekitAnalytics.AnalyticsRoomParticipant> getParticipantsList()
repeated .livekit.AnalyticsRoomParticipant participants = 4;
-
getParticipants
abstract LivekitAnalytics.AnalyticsRoomParticipant getParticipants(int index)
repeated .livekit.AnalyticsRoomParticipant participants = 4;
-
getParticipantsCount
abstract int getParticipantsCount()
repeated .livekit.AnalyticsRoomParticipant participants = 4;
-
-
-
-