Class DoubleRangeRestriction.Builder

java.lang.Object
com.google.protobuf.AbstractMessageLite.Builder
com.google.protobuf.AbstractMessage.Builder<DoubleRangeRestriction.Builder>
com.google.protobuf.GeneratedMessage.Builder<DoubleRangeRestriction.Builder>
io.deephaven.proto.backplane.grpc.DoubleRangeRestriction.Builder
All Implemented Interfaces:
com.google.protobuf.Message.Builder, com.google.protobuf.MessageLite.Builder, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, DoubleRangeRestrictionOrBuilder, Cloneable
Enclosing class:
DoubleRangeRestriction

public static final class DoubleRangeRestriction.Builder extends com.google.protobuf.GeneratedMessage.Builder<DoubleRangeRestriction.Builder> implements DoubleRangeRestrictionOrBuilder
 An example restriction indicating that double values must be within the given range (inclusive)
 
Protobuf type io.deephaven.proto.backplane.grpc.DoubleRangeRestriction
  • Method Details

    • getDescriptor

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

      protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
      Specified by:
      internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessage.Builder<DoubleRangeRestriction.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.GeneratedMessage.Builder<DoubleRangeRestriction.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.GeneratedMessage.Builder<DoubleRangeRestriction.Builder>
    • getDefaultInstanceForType

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

      public DoubleRangeRestriction build()
      Specified by:
      build in interface com.google.protobuf.Message.Builder
      Specified by:
      build in interface com.google.protobuf.MessageLite.Builder
    • buildPartial

      public DoubleRangeRestriction buildPartial()
      Specified by:
      buildPartial in interface com.google.protobuf.Message.Builder
      Specified by:
      buildPartial in interface com.google.protobuf.MessageLite.Builder
    • mergeFrom

      public DoubleRangeRestriction.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<DoubleRangeRestriction.Builder>
    • mergeFrom

    • isInitialized

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

      public DoubleRangeRestriction.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<DoubleRangeRestriction.Builder>
      Throws:
      IOException
    • hasMinInclusive

      public boolean hasMinInclusive()
      optional double min_inclusive = 1;
      Specified by:
      hasMinInclusive in interface DoubleRangeRestrictionOrBuilder
      Returns:
      Whether the minInclusive field is set.
    • getMinInclusive

      public double getMinInclusive()
      optional double min_inclusive = 1;
      Specified by:
      getMinInclusive in interface DoubleRangeRestrictionOrBuilder
      Returns:
      The minInclusive.
    • setMinInclusive

      public DoubleRangeRestriction.Builder setMinInclusive(double value)
      optional double min_inclusive = 1;
      Parameters:
      value - The minInclusive to set.
      Returns:
      This builder for chaining.
    • clearMinInclusive

      public DoubleRangeRestriction.Builder clearMinInclusive()
      optional double min_inclusive = 1;
      Returns:
      This builder for chaining.
    • hasMaxInclusive

      public boolean hasMaxInclusive()
      optional double max_inclusive = 2;
      Specified by:
      hasMaxInclusive in interface DoubleRangeRestrictionOrBuilder
      Returns:
      Whether the maxInclusive field is set.
    • getMaxInclusive

      public double getMaxInclusive()
      optional double max_inclusive = 2;
      Specified by:
      getMaxInclusive in interface DoubleRangeRestrictionOrBuilder
      Returns:
      The maxInclusive.
    • setMaxInclusive

      public DoubleRangeRestriction.Builder setMaxInclusive(double value)
      optional double max_inclusive = 2;
      Parameters:
      value - The maxInclusive to set.
      Returns:
      This builder for chaining.
    • clearMaxInclusive

      public DoubleRangeRestriction.Builder clearMaxInclusive()
      optional double max_inclusive = 2;
      Returns:
      This builder for chaining.