Package 

Interface LivekitAnalytics.TimeRangeOrBuilder

    • Method Summary

      Modifier and Type Method Description
      abstract boolean hasStartedAt() .google.protobuf.Timestamp started_at = 1;
      abstract Timestamp getStartedAt() .google.protobuf.Timestamp started_at = 1;
      abstract boolean hasEndedAt() .google.protobuf.Timestamp ended_at = 2;
      abstract Timestamp getEndedAt() .google.protobuf.Timestamp ended_at = 2;
      • 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

      • hasStartedAt

         abstract boolean hasStartedAt()

        .google.protobuf.Timestamp started_at = 1;

      • getStartedAt

         abstract Timestamp getStartedAt()

        .google.protobuf.Timestamp started_at = 1;

      • hasEndedAt

         abstract boolean hasEndedAt()

        .google.protobuf.Timestamp ended_at = 2;

      • getEndedAt

         abstract Timestamp getEndedAt()

        .google.protobuf.Timestamp ended_at = 2;