Class DataSync.CaptureInterval.Builder

java.lang.Object
com.google.protobuf.AbstractMessageLite.Builder<MessageType,BuilderType>
com.google.protobuf.GeneratedMessageLite.Builder<DataSync.CaptureInterval,DataSync.CaptureInterval.Builder>
viam.app.datasync.v1.DataSync.CaptureInterval.Builder
All Implemented Interfaces:
com.google.protobuf.MessageLite.Builder, com.google.protobuf.MessageLiteOrBuilder, Cloneable, DataSync.CaptureIntervalOrBuilder
Enclosing class:
DataSync.CaptureInterval

public static final class DataSync.CaptureInterval.Builder extends com.google.protobuf.GeneratedMessageLite.Builder<DataSync.CaptureInterval,DataSync.CaptureInterval.Builder> implements DataSync.CaptureIntervalOrBuilder
 CaptureInterval specifies the start and end times of the data capture.
 
Protobuf type viam.app.datasync.v1.CaptureInterval
  • Field Summary

    Fields inherited from class com.google.protobuf.GeneratedMessageLite.Builder

    instance
  • Method Summary

    Modifier and Type
    Method
    Description
    .google.protobuf.Timestamp end = 2 [json_name = "end"];
    .google.protobuf.Timestamp start = 1 [json_name = "start"];
    com.google.protobuf.Timestamp
    .google.protobuf.Timestamp end = 2 [json_name = "end"];
    com.google.protobuf.Timestamp
    .google.protobuf.Timestamp start = 1 [json_name = "start"];
    boolean
    .google.protobuf.Timestamp end = 2 [json_name = "end"];
    boolean
    .google.protobuf.Timestamp start = 1 [json_name = "start"];
    mergeEnd(com.google.protobuf.Timestamp value)
    .google.protobuf.Timestamp end = 2 [json_name = "end"];
    mergeStart(com.google.protobuf.Timestamp value)
    .google.protobuf.Timestamp start = 1 [json_name = "start"];
    setEnd(com.google.protobuf.Timestamp value)
    .google.protobuf.Timestamp end = 2 [json_name = "end"];
    setEnd(com.google.protobuf.Timestamp.Builder builderForValue)
    .google.protobuf.Timestamp end = 2 [json_name = "end"];
    setStart(com.google.protobuf.Timestamp value)
    .google.protobuf.Timestamp start = 1 [json_name = "start"];
    setStart(com.google.protobuf.Timestamp.Builder builderForValue)
    .google.protobuf.Timestamp start = 1 [json_name = "start"];

    Methods inherited from class com.google.protobuf.GeneratedMessageLite.Builder

    build, buildPartial, clear, clone, copyOnWrite, copyOnWriteInternal, getDefaultInstanceForType, internalMergeFrom, isInitialized, mergeFrom, mergeFrom, mergeFrom, mergeFrom

    Methods inherited from class com.google.protobuf.AbstractMessageLite.Builder

    addAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException

    Methods inherited from class java.lang.Object

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

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    getDefaultInstanceForType, isInitialized