-
- All Implemented Interfaces:
-
com.google.protobuf.MessageLiteOrBuilder
public interface LivekitAnalytics.FeatureUsageInfoOrBuilder implements MessageLiteOrBuilder
-
-
Method Summary
Modifier and Type Method Description abstract intgetFeatureValue().livekit.FeatureUsageInfo.Feature feature = 1;abstract LivekitAnalytics.FeatureUsageInfo.FeaturegetFeature().livekit.FeatureUsageInfo.Feature feature = 1;abstract StringgetProjectId()string project_id = 2;abstract ByteStringgetProjectIdBytes()string project_id = 2;abstract StringgetRoomName()string room_name = 3;abstract ByteStringgetRoomNameBytes()string room_name = 3;abstract StringgetRoomId()string room_id = 4;abstract ByteStringgetRoomIdBytes()string room_id = 4;abstract StringgetParticipantIdentity()string participant_identity = 5;abstract ByteStringgetParticipantIdentityBytes()string participant_identity = 5;abstract StringgetParticipantId()string participant_id = 6;abstract ByteStringgetParticipantIdBytes()string participant_id = 6;abstract StringgetTrackId()string track_id = 7;abstract ByteStringgetTrackIdBytes()string track_id = 7;abstract List<LivekitAnalytics.TimeRange>getTimeRangesList()time ranges during which the feature was enabled. for e. g., noise cancellation may not be applied when a media track is paused/muted, this allows reporting only periods during which a feature is avtive.repeated .livekit.TimeRange time_ranges = 8;abstract LivekitAnalytics.TimeRangegetTimeRanges(int index)time ranges during which the feature was enabled. for e. g., noise cancellation may not be applied when a media track is paused/muted, this allows reporting only periods during which a feature is avtive.repeated .livekit.TimeRange time_ranges = 8;abstract intgetTimeRangesCount()time ranges during which the feature was enabled. for e. g., noise cancellation may not be applied when a media track is paused/muted, this allows reporting only periods during which a feature is avtive.repeated .livekit.TimeRange time_ranges = 8;-
-
Method Detail
-
getFeatureValue
abstract int getFeatureValue()
.livekit.FeatureUsageInfo.Feature feature = 1;
-
getFeature
abstract LivekitAnalytics.FeatureUsageInfo.Feature getFeature()
.livekit.FeatureUsageInfo.Feature feature = 1;
-
getProjectId
abstract String getProjectId()
string project_id = 2;
-
getProjectIdBytes
abstract ByteString getProjectIdBytes()
string project_id = 2;
-
getRoomName
abstract String getRoomName()
string room_name = 3;
-
getRoomNameBytes
abstract ByteString getRoomNameBytes()
string room_name = 3;
-
getRoomIdBytes
abstract ByteString getRoomIdBytes()
string room_id = 4;
-
getParticipantIdentity
abstract String getParticipantIdentity()
string participant_identity = 5;
-
getParticipantIdentityBytes
abstract ByteString getParticipantIdentityBytes()
string participant_identity = 5;
-
getParticipantId
abstract String getParticipantId()
string participant_id = 6;
-
getParticipantIdBytes
abstract ByteString getParticipantIdBytes()
string participant_id = 6;
-
getTrackId
abstract String getTrackId()
string track_id = 7;
-
getTrackIdBytes
abstract ByteString getTrackIdBytes()
string track_id = 7;
-
getTimeRangesList
abstract List<LivekitAnalytics.TimeRange> getTimeRangesList()
time ranges during which the feature was enabled. for e. g., noise cancellation may not be applied when a media track is paused/muted, this allows reporting only periods during which a feature is avtive.repeated .livekit.TimeRange time_ranges = 8;
-
getTimeRanges
abstract LivekitAnalytics.TimeRange getTimeRanges(int index)
time ranges during which the feature was enabled. for e. g., noise cancellation may not be applied when a media track is paused/muted, this allows reporting only periods during which a feature is avtive.repeated .livekit.TimeRange time_ranges = 8;
-
getTimeRangesCount
abstract int getTimeRangesCount()
time ranges during which the feature was enabled. for e. g., noise cancellation may not be applied when a media track is paused/muted, this allows reporting only periods during which a feature is avtive.repeated .livekit.TimeRange time_ranges = 8;
-
-
-
-