-
- All Implemented Interfaces:
-
com.google.protobuf.MessageLiteOrBuilder
public interface LivekitMetrics.EventMetricOrBuilder implements MessageLiteOrBuilder
-
-
Method Summary
Modifier and Type Method Description abstract intgetLabel()uint32 label = 1;abstract intgetParticipantIdentity()index into `str_data`uint32 participant_identity = 2;abstract intgetTrackSid()index into `str_data`uint32 track_sid = 3;abstract longgetStartTimestampMs()start time of event based on a monotonic clock (in milliseconds)int64 start_timestamp_ms = 4;abstract booleanhasEndTimestampMs()end time of event based on a monotonic clock (in milliseconds), if neededoptional int64 end_timestamp_ms = 5;abstract longgetEndTimestampMs()end time of event based on a monotonic clock (in milliseconds), if neededoptional int64 end_timestamp_ms = 5;abstract booleanhasNormalizedStartTimestamp().google.protobuf.Timestamp normalized_start_timestamp = 6;abstract TimestampgetNormalizedStartTimestamp().google.protobuf.Timestamp normalized_start_timestamp = 6;abstract booleanhasNormalizedEndTimestamp()optional .google.protobuf.Timestamp normalized_end_timestamp = 7;abstract TimestampgetNormalizedEndTimestamp()optional .google.protobuf.Timestamp normalized_end_timestamp = 7;abstract StringgetMetadata()string metadata = 8;abstract ByteStringgetMetadataBytes()string metadata = 8;abstract intgetRid()index into 'str_data'uint32 rid = 9;-
-
Method Detail
-
getLabel
abstract int getLabel()
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;
-
getStartTimestampMs
abstract long getStartTimestampMs()
start time of event based on a monotonic clock (in milliseconds)int64 start_timestamp_ms = 4;
-
hasEndTimestampMs
abstract boolean hasEndTimestampMs()
end time of event based on a monotonic clock (in milliseconds), if neededoptional int64 end_timestamp_ms = 5;
-
getEndTimestampMs
abstract long getEndTimestampMs()
end time of event based on a monotonic clock (in milliseconds), if neededoptional int64 end_timestamp_ms = 5;
-
hasNormalizedStartTimestamp
abstract boolean hasNormalizedStartTimestamp()
.google.protobuf.Timestamp normalized_start_timestamp = 6;
-
getNormalizedStartTimestamp
abstract Timestamp getNormalizedStartTimestamp()
.google.protobuf.Timestamp normalized_start_timestamp = 6;
-
hasNormalizedEndTimestamp
abstract boolean hasNormalizedEndTimestamp()
optional .google.protobuf.Timestamp normalized_end_timestamp = 7;
-
getNormalizedEndTimestamp
abstract Timestamp getNormalizedEndTimestamp()
optional .google.protobuf.Timestamp normalized_end_timestamp = 7;
-
getMetadata
abstract String getMetadata()
string metadata = 8;
-
getMetadataBytes
abstract ByteString getMetadataBytes()
string metadata = 8;
-
getRid
abstract int getRid()
index into 'str_data'uint32 rid = 9;
-
-
-
-