Class IntegerRangeRestriction.Builder

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

public static final class IntegerRangeRestriction.Builder extends com.google.protobuf.GeneratedMessage.Builder<IntegerRangeRestriction.Builder> implements IntegerRangeRestrictionOrBuilder
 An example restriction indicating that integer values must be within the given range (inclusive)
 
Protobuf type io.deephaven.proto.backplane.grpc.IntegerRangeRestriction
  • 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<IntegerRangeRestriction.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<IntegerRangeRestriction.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<IntegerRangeRestriction.Builder>
    • getDefaultInstanceForType

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

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

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

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

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

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

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

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

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

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

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

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

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