-
- All Implemented Interfaces:
-
com.google.protobuf.MessageLiteOrBuilder
public interface LivekitAnalytics.TimeRangeOrBuilder implements MessageLiteOrBuilder
-
-
Method Summary
Modifier and Type Method Description abstract booleanhasStartedAt().google.protobuf.Timestamp started_at = 1;abstract TimestampgetStartedAt().google.protobuf.Timestamp started_at = 1;abstract booleanhasEndedAt().google.protobuf.Timestamp ended_at = 2;abstract TimestampgetEndedAt().google.protobuf.Timestamp ended_at = 2;-
-
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;
-
-
-
-