-
- All Implemented Interfaces:
-
com.google.protobuf.MessageLiteOrBuilder
public interface LivekitMetrics.TimeSeriesMetricOrBuilder implements MessageLiteOrBuilder
-
-
Method Summary
Modifier and Type Method Description abstract intgetLabel()Metric name e.g "speech_probablity". The string value is not directly stored in the message, but referenced by index in the `str_data` field of `MetricsBatch`uint32 label = 1;abstract intgetParticipantIdentity()index into `str_data`uint32 participant_identity = 2;abstract intgetTrackSid()index into `str_data`uint32 track_sid = 3;abstract List<LivekitMetrics.MetricSample>getSamplesList()repeated .livekit.MetricSample samples = 4;abstract LivekitMetrics.MetricSamplegetSamples(int index)repeated .livekit.MetricSample samples = 4;abstract intgetSamplesCount()repeated .livekit.MetricSample samples = 4;abstract intgetRid()index into 'str_data'uint32 rid = 5;-
-
Method Detail
-
getLabel
abstract int getLabel()
Metric name e.g "speech_probablity". The string value is not directly stored in the message, but referenced by index in the `str_data` field of `MetricsBatch`uint32 label = 1;
-
getParticipantIdentity
abstract int getParticipantIdentity()
index into `str_data`uint32 participant_identity = 2;
-
getTrackSid
abstract int getTrackSid()
index into `str_data`uint32 track_sid = 3;
-
getSamplesList
abstract List<LivekitMetrics.MetricSample> getSamplesList()
repeated .livekit.MetricSample samples = 4;
-
getSamples
abstract LivekitMetrics.MetricSample getSamples(int index)
repeated .livekit.MetricSample samples = 4;
-
getSamplesCount
abstract int getSamplesCount()
repeated .livekit.MetricSample samples = 4;
-
getRid
abstract int getRid()
index into 'str_data'uint32 rid = 5;
-
-
-
-