Package 

Class LivekitRtc.Pong.Builder

    • Method Summary

      Modifier and Type Method Description
      long getLastPingTimestamp()
      timestamp field of last received ping request
      
      int64 last_ping_timestamp = 1;
      LivekitRtc.Pong.Builder setLastPingTimestamp(long value)
      timestamp field of last received ping request
      
      int64 last_ping_timestamp = 1;
      LivekitRtc.Pong.Builder clearLastPingTimestamp()
      timestamp field of last received ping request
      
      int64 last_ping_timestamp = 1;
      long getTimestamp() int64 timestamp = 2;
      LivekitRtc.Pong.Builder setTimestamp(long value) int64 timestamp = 2;
      LivekitRtc.Pong.Builder clearTimestamp() int64 timestamp = 2;
      • Methods inherited from class com.google.protobuf.GeneratedMessageLite.Builder

        build, buildPartial, clear, clone, getDefaultInstanceForType, isInitialized, mergeFrom
      • Methods inherited from class com.google.protobuf.AbstractMessageLite.Builder

        mergeDelimitedFrom
      • Methods inherited from class com.google.protobuf.MessageLite.Builder

        build, buildPartial, clear, clone, mergeFrom
      • Methods inherited from class com.google.protobuf.MessageLiteOrBuilder

        getDefaultInstanceForType
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait