Package 

Interface LivekitMetrics.EventMetricOrBuilder

    • Method Summary

      Modifier and Type Method Description
      abstract int getLabel() uint32 label = 1;
      abstract int getParticipantIdentity()
      index into `str_data`
      
      uint32 participant_identity = 2;
      abstract int getTrackSid()
      index into `str_data`
      
      uint32 track_sid = 3;
      abstract long getStartTimestampMs()
      start time of event based on a monotonic clock (in milliseconds)
      
      int64 start_timestamp_ms = 4;
      abstract boolean hasEndTimestampMs()
      end time of event based on a monotonic clock (in milliseconds), if needed
      
      optional int64 end_timestamp_ms = 5;
      abstract long getEndTimestampMs()
      end time of event based on a monotonic clock (in milliseconds), if needed
      
      optional int64 end_timestamp_ms = 5;
      abstract boolean hasNormalizedStartTimestamp() .google.protobuf.Timestamp normalized_start_timestamp = 6;
      abstract Timestamp getNormalizedStartTimestamp() .google.protobuf.Timestamp normalized_start_timestamp = 6;
      abstract boolean hasNormalizedEndTimestamp() optional .google.protobuf.Timestamp normalized_end_timestamp = 7;
      abstract Timestamp getNormalizedEndTimestamp() optional .google.protobuf.Timestamp normalized_end_timestamp = 7;
      abstract String getMetadata() string metadata = 8;
      abstract ByteString getMetadataBytes() string metadata = 8;
      abstract int getRid()
      index into 'str_data'
      
      uint32 rid = 9;
      • 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
    • 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 needed
        
        optional int64 end_timestamp_ms = 5;
      • getEndTimestampMs

         abstract long getEndTimestampMs()
        end time of event based on a monotonic clock (in milliseconds), if needed
        
        optional 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;

      • getRid

         abstract int getRid()
        index into 'str_data'
        
        uint32 rid = 9;