Class Version.WatchCreateRequest.Builder

java.lang.Object
com.google.protobuf.AbstractMessageLite.Builder
com.google.protobuf.AbstractMessage.Builder<BuilderT>
com.google.protobuf.GeneratedMessageV3.Builder<Version.WatchCreateRequest.Builder>
io.dingodb.version.Version.WatchCreateRequest.Builder
All Implemented Interfaces:
com.google.protobuf.Message.Builder, com.google.protobuf.MessageLite.Builder, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, Version.WatchCreateRequestOrBuilder, Cloneable
Enclosing class:
Version.WatchCreateRequest

public static final class Version.WatchCreateRequest.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<Version.WatchCreateRequest.Builder> implements Version.WatchCreateRequestOrBuilder
Protobuf type dingodb.pb.version.WatchCreateRequest
  • Method Details

    • getDescriptor

      public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
    • internalGetFieldAccessorTable

      protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
      Specified by:
      internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<Version.WatchCreateRequest.Builder>
    • clear

      Specified by:
      clear in interface com.google.protobuf.Message.Builder
      Specified by:
      clear in interface com.google.protobuf.MessageLite.Builder
      Overrides:
      clear in class com.google.protobuf.GeneratedMessageV3.Builder<Version.WatchCreateRequest.Builder>
    • getDescriptorForType

      public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
      Specified by:
      getDescriptorForType in interface com.google.protobuf.Message.Builder
      Specified by:
      getDescriptorForType in interface com.google.protobuf.MessageOrBuilder
      Overrides:
      getDescriptorForType in class com.google.protobuf.GeneratedMessageV3.Builder<Version.WatchCreateRequest.Builder>
    • getDefaultInstanceForType

      public Version.WatchCreateRequest getDefaultInstanceForType()
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder
    • build

      Specified by:
      build in interface com.google.protobuf.Message.Builder
      Specified by:
      build in interface com.google.protobuf.MessageLite.Builder
    • buildPartial

      public Version.WatchCreateRequest buildPartial()
      Specified by:
      buildPartial in interface com.google.protobuf.Message.Builder
      Specified by:
      buildPartial in interface com.google.protobuf.MessageLite.Builder
    • clone

      Specified by:
      clone in interface com.google.protobuf.Message.Builder
      Specified by:
      clone in interface com.google.protobuf.MessageLite.Builder
      Overrides:
      clone in class com.google.protobuf.GeneratedMessageV3.Builder<Version.WatchCreateRequest.Builder>
    • setField

      public Version.WatchCreateRequest.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
      Specified by:
      setField in interface com.google.protobuf.Message.Builder
      Overrides:
      setField in class com.google.protobuf.GeneratedMessageV3.Builder<Version.WatchCreateRequest.Builder>
    • clearField

      public Version.WatchCreateRequest.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
      Specified by:
      clearField in interface com.google.protobuf.Message.Builder
      Overrides:
      clearField in class com.google.protobuf.GeneratedMessageV3.Builder<Version.WatchCreateRequest.Builder>
    • clearOneof

      public Version.WatchCreateRequest.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
      Specified by:
      clearOneof in interface com.google.protobuf.Message.Builder
      Overrides:
      clearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<Version.WatchCreateRequest.Builder>
    • setRepeatedField

      public Version.WatchCreateRequest.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
      Specified by:
      setRepeatedField in interface com.google.protobuf.Message.Builder
      Overrides:
      setRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<Version.WatchCreateRequest.Builder>
    • addRepeatedField

      public Version.WatchCreateRequest.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
      Specified by:
      addRepeatedField in interface com.google.protobuf.Message.Builder
      Overrides:
      addRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<Version.WatchCreateRequest.Builder>
    • mergeFrom

      public Version.WatchCreateRequest.Builder mergeFrom(com.google.protobuf.Message other)
      Specified by:
      mergeFrom in interface com.google.protobuf.Message.Builder
      Overrides:
      mergeFrom in class com.google.protobuf.AbstractMessage.Builder<Version.WatchCreateRequest.Builder>
    • mergeFrom

    • isInitialized

      public final boolean isInitialized()
      Specified by:
      isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
      Overrides:
      isInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<Version.WatchCreateRequest.Builder>
    • mergeFrom

      public Version.WatchCreateRequest.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Specified by:
      mergeFrom in interface com.google.protobuf.Message.Builder
      Specified by:
      mergeFrom in interface com.google.protobuf.MessageLite.Builder
      Overrides:
      mergeFrom in class com.google.protobuf.AbstractMessage.Builder<Version.WatchCreateRequest.Builder>
      Throws:
      IOException
    • getKey

      public com.google.protobuf.ByteString getKey()
       key is the key to register for watching.
       
      bytes key = 1;
      Specified by:
      getKey in interface Version.WatchCreateRequestOrBuilder
      Returns:
      The key.
    • setKey

      public Version.WatchCreateRequest.Builder setKey(com.google.protobuf.ByteString value)
       key is the key to register for watching.
       
      bytes key = 1;
      Parameters:
      value - The key to set.
      Returns:
      This builder for chaining.
    • clearKey

       key is the key to register for watching.
       
      bytes key = 1;
      Returns:
      This builder for chaining.
    • getRangeEnd

      public com.google.protobuf.ByteString getRangeEnd()
       range_end is the end of the range [key, range_end) to watch. If range_end is not given,
       only the key argument is watched. If range_end is equal to '\0', all keys greater than
       or equal to the key argument are watched.
       If the range_end is one bit larger than the given key,
       then all keys with the prefix (the given key) will be watched.
       
      bytes range_end = 2;
      Specified by:
      getRangeEnd in interface Version.WatchCreateRequestOrBuilder
      Returns:
      The rangeEnd.
    • setRangeEnd

      public Version.WatchCreateRequest.Builder setRangeEnd(com.google.protobuf.ByteString value)
       range_end is the end of the range [key, range_end) to watch. If range_end is not given,
       only the key argument is watched. If range_end is equal to '\0', all keys greater than
       or equal to the key argument are watched.
       If the range_end is one bit larger than the given key,
       then all keys with the prefix (the given key) will be watched.
       
      bytes range_end = 2;
      Parameters:
      value - The rangeEnd to set.
      Returns:
      This builder for chaining.
    • clearRangeEnd

      public Version.WatchCreateRequest.Builder clearRangeEnd()
       range_end is the end of the range [key, range_end) to watch. If range_end is not given,
       only the key argument is watched. If range_end is equal to '\0', all keys greater than
       or equal to the key argument are watched.
       If the range_end is one bit larger than the given key,
       then all keys with the prefix (the given key) will be watched.
       
      bytes range_end = 2;
      Returns:
      This builder for chaining.
    • getStartRevision

      public long getStartRevision()
       start_revision is an optional revision to watch from (inclusive). No start_revision is "now".
       
      int64 start_revision = 3;
      Specified by:
      getStartRevision in interface Version.WatchCreateRequestOrBuilder
      Returns:
      The startRevision.
    • setStartRevision

      public Version.WatchCreateRequest.Builder setStartRevision(long value)
       start_revision is an optional revision to watch from (inclusive). No start_revision is "now".
       
      int64 start_revision = 3;
      Parameters:
      value - The startRevision to set.
      Returns:
      This builder for chaining.
    • clearStartRevision

      public Version.WatchCreateRequest.Builder clearStartRevision()
       start_revision is an optional revision to watch from (inclusive). No start_revision is "now".
       
      int64 start_revision = 3;
      Returns:
      This builder for chaining.
    • getProgressNotify

      public boolean getProgressNotify()
       progress_notify is set so that the coordinator server will periodically send a WatchResponse with
       no events to the new watcher if there are no recent events. It is useful when clients
       wish to recover a disconnected watcher starting from a recent known revision.
       The coordinator server may decide how often it will send notifications based on current load.
       
      bool progress_notify = 4;
      Specified by:
      getProgressNotify in interface Version.WatchCreateRequestOrBuilder
      Returns:
      The progressNotify.
    • setProgressNotify

      public Version.WatchCreateRequest.Builder setProgressNotify(boolean value)
       progress_notify is set so that the coordinator server will periodically send a WatchResponse with
       no events to the new watcher if there are no recent events. It is useful when clients
       wish to recover a disconnected watcher starting from a recent known revision.
       The coordinator server may decide how often it will send notifications based on current load.
       
      bool progress_notify = 4;
      Parameters:
      value - The progressNotify to set.
      Returns:
      This builder for chaining.
    • clearProgressNotify

      public Version.WatchCreateRequest.Builder clearProgressNotify()
       progress_notify is set so that the coordinator server will periodically send a WatchResponse with
       no events to the new watcher if there are no recent events. It is useful when clients
       wish to recover a disconnected watcher starting from a recent known revision.
       The coordinator server may decide how often it will send notifications based on current load.
       
      bool progress_notify = 4;
      Returns:
      This builder for chaining.
    • getFiltersList

      public List<Version.EventFilterType> getFiltersList()
       filters filter the events at server side before it sends back to the watcher.
       
      repeated .dingodb.pb.version.EventFilterType filters = 5;
      Specified by:
      getFiltersList in interface Version.WatchCreateRequestOrBuilder
      Returns:
      A list containing the filters.
    • getFiltersCount

      public int getFiltersCount()
       filters filter the events at server side before it sends back to the watcher.
       
      repeated .dingodb.pb.version.EventFilterType filters = 5;
      Specified by:
      getFiltersCount in interface Version.WatchCreateRequestOrBuilder
      Returns:
      The count of filters.
    • getFilters

      public Version.EventFilterType getFilters(int index)
       filters filter the events at server side before it sends back to the watcher.
       
      repeated .dingodb.pb.version.EventFilterType filters = 5;
      Specified by:
      getFilters in interface Version.WatchCreateRequestOrBuilder
      Parameters:
      index - The index of the element to return.
      Returns:
      The filters at the given index.
    • setFilters

      public Version.WatchCreateRequest.Builder setFilters(int index, Version.EventFilterType value)
       filters filter the events at server side before it sends back to the watcher.
       
      repeated .dingodb.pb.version.EventFilterType filters = 5;
      Parameters:
      index - The index to set the value at.
      value - The filters to set.
      Returns:
      This builder for chaining.
    • addFilters

       filters filter the events at server side before it sends back to the watcher.
       
      repeated .dingodb.pb.version.EventFilterType filters = 5;
      Parameters:
      value - The filters to add.
      Returns:
      This builder for chaining.
    • addAllFilters

      public Version.WatchCreateRequest.Builder addAllFilters(Iterable<? extends Version.EventFilterType> values)
       filters filter the events at server side before it sends back to the watcher.
       
      repeated .dingodb.pb.version.EventFilterType filters = 5;
      Parameters:
      values - The filters to add.
      Returns:
      This builder for chaining.
    • clearFilters

      public Version.WatchCreateRequest.Builder clearFilters()
       filters filter the events at server side before it sends back to the watcher.
       
      repeated .dingodb.pb.version.EventFilterType filters = 5;
      Returns:
      This builder for chaining.
    • getFiltersValueList

      public List<Integer> getFiltersValueList()
       filters filter the events at server side before it sends back to the watcher.
       
      repeated .dingodb.pb.version.EventFilterType filters = 5;
      Specified by:
      getFiltersValueList in interface Version.WatchCreateRequestOrBuilder
      Returns:
      A list containing the enum numeric values on the wire for filters.
    • getFiltersValue

      public int getFiltersValue(int index)
       filters filter the events at server side before it sends back to the watcher.
       
      repeated .dingodb.pb.version.EventFilterType filters = 5;
      Specified by:
      getFiltersValue in interface Version.WatchCreateRequestOrBuilder
      Parameters:
      index - The index of the value to return.
      Returns:
      The enum numeric value on the wire of filters at the given index.
    • setFiltersValue

      public Version.WatchCreateRequest.Builder setFiltersValue(int index, int value)
       filters filter the events at server side before it sends back to the watcher.
       
      repeated .dingodb.pb.version.EventFilterType filters = 5;
      Parameters:
      index - The index to set the value at.
      value - The enum numeric value on the wire for filters to set.
      Returns:
      This builder for chaining.
    • addFiltersValue

      public Version.WatchCreateRequest.Builder addFiltersValue(int value)
       filters filter the events at server side before it sends back to the watcher.
       
      repeated .dingodb.pb.version.EventFilterType filters = 5;
      Parameters:
      value - The enum numeric value on the wire for filters to add.
      Returns:
      This builder for chaining.
    • addAllFiltersValue

      public Version.WatchCreateRequest.Builder addAllFiltersValue(Iterable<Integer> values)
       filters filter the events at server side before it sends back to the watcher.
       
      repeated .dingodb.pb.version.EventFilterType filters = 5;
      Parameters:
      values - The enum numeric values on the wire for filters to add.
      Returns:
      This builder for chaining.
    • getNeedPrevKv

      public boolean getNeedPrevKv()
       If prev_kv is set, created watcher gets the previous KV before the event happens.
       If the previous KV is already compacted, nothing will be returned.
       
      bool need_prev_kv = 6;
      Specified by:
      getNeedPrevKv in interface Version.WatchCreateRequestOrBuilder
      Returns:
      The needPrevKv.
    • setNeedPrevKv

      public Version.WatchCreateRequest.Builder setNeedPrevKv(boolean value)
       If prev_kv is set, created watcher gets the previous KV before the event happens.
       If the previous KV is already compacted, nothing will be returned.
       
      bool need_prev_kv = 6;
      Parameters:
      value - The needPrevKv to set.
      Returns:
      This builder for chaining.
    • clearNeedPrevKv

      public Version.WatchCreateRequest.Builder clearNeedPrevKv()
       If prev_kv is set, created watcher gets the previous KV before the event happens.
       If the previous KV is already compacted, nothing will be returned.
       
      bool need_prev_kv = 6;
      Returns:
      This builder for chaining.
    • getWatchId

      public long getWatchId()
       If watch_id is provided and non-zero, it will be assigned to this watcher.
       Since creating a watcher in coordinator is not a synchronous operation,
       this can be used ensure that ordering is correct when creating multiple
       watchers on the same stream. Creating a watcher with an ID already in
       use on the stream will cause an error to be returned.
       
      int64 watch_id = 7;
      Specified by:
      getWatchId in interface Version.WatchCreateRequestOrBuilder
      Returns:
      The watchId.
    • setWatchId

      public Version.WatchCreateRequest.Builder setWatchId(long value)
       If watch_id is provided and non-zero, it will be assigned to this watcher.
       Since creating a watcher in coordinator is not a synchronous operation,
       this can be used ensure that ordering is correct when creating multiple
       watchers on the same stream. Creating a watcher with an ID already in
       use on the stream will cause an error to be returned.
       
      int64 watch_id = 7;
      Parameters:
      value - The watchId to set.
      Returns:
      This builder for chaining.
    • clearWatchId

      public Version.WatchCreateRequest.Builder clearWatchId()
       If watch_id is provided and non-zero, it will be assigned to this watcher.
       Since creating a watcher in coordinator is not a synchronous operation,
       this can be used ensure that ordering is correct when creating multiple
       watchers on the same stream. Creating a watcher with an ID already in
       use on the stream will cause an error to be returned.
       
      int64 watch_id = 7;
      Returns:
      This builder for chaining.
    • getFragment

      public boolean getFragment()
       fragment enables splitting large revisions into multiple watch responses.
       
      bool fragment = 8;
      Specified by:
      getFragment in interface Version.WatchCreateRequestOrBuilder
      Returns:
      The fragment.
    • setFragment

      public Version.WatchCreateRequest.Builder setFragment(boolean value)
       fragment enables splitting large revisions into multiple watch responses.
       
      bool fragment = 8;
      Parameters:
      value - The fragment to set.
      Returns:
      This builder for chaining.
    • clearFragment

      public Version.WatchCreateRequest.Builder clearFragment()
       fragment enables splitting large revisions into multiple watch responses.
       
      bool fragment = 8;
      Returns:
      This builder for chaining.
    • setUnknownFields

      public final Version.WatchCreateRequest.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
      Specified by:
      setUnknownFields in interface com.google.protobuf.Message.Builder
      Overrides:
      setUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<Version.WatchCreateRequest.Builder>
    • mergeUnknownFields

      public final Version.WatchCreateRequest.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
      Specified by:
      mergeUnknownFields in interface com.google.protobuf.Message.Builder
      Overrides:
      mergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<Version.WatchCreateRequest.Builder>