Package viam.app.datasync.v1
Interface DataSync.CaptureIntervalOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
- All Known Implementing Classes:
DataSync.CaptureInterval,DataSync.CaptureInterval.Builder
- Enclosing class:
- DataSync
public static interface DataSync.CaptureIntervalOrBuilder
extends com.google.protobuf.MessageLiteOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptioncom.google.protobuf.TimestampgetEnd().google.protobuf.Timestamp end = 2 [json_name = "end"];com.google.protobuf.TimestampgetStart().google.protobuf.Timestamp start = 1 [json_name = "start"];booleanhasEnd().google.protobuf.Timestamp end = 2 [json_name = "end"];booleanhasStart().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.
-