Package viam.app.data.v1
Interface Data.CaptureIntervalOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
- All Known Implementing Classes:
Data.CaptureInterval
,Data.CaptureInterval.Builder
- Enclosing class:
- Data
public static interface Data.CaptureIntervalOrBuilder
extends com.google.protobuf.MessageLiteOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptioncom.google.protobuf.Timestamp
getEnd()
.google.protobuf.Timestamp end = 2 [json_name = "end"];
com.google.protobuf.Timestamp
getStart()
.google.protobuf.Timestamp start = 1 [json_name = "start"];
boolean
hasEnd()
.google.protobuf.Timestamp end = 2 [json_name = "end"];
boolean
hasStart()
.google.protobuf.Timestamp start = 1 [json_name = "start"];
Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType, isInitialized
-
Method Details
-
hasStart
boolean hasStart().google.protobuf.Timestamp start = 1 [json_name = "start"];
- Returns:
- Whether the start field is set.
-
getStart
com.google.protobuf.Timestamp getStart().google.protobuf.Timestamp start = 1 [json_name = "start"];
- Returns:
- The start.
-
hasEnd
boolean hasEnd().google.protobuf.Timestamp end = 2 [json_name = "end"];
- Returns:
- Whether the end field is set.
-
getEnd
com.google.protobuf.Timestamp getEnd().google.protobuf.Timestamp end = 2 [json_name = "end"];
- Returns:
- The end.
-