Interface EnumRestrictionOrBuilder

All Superinterfaces:
MessageLiteOrBuilder, MessageOrBuilder
All Known Implementing Classes:
EnumRestriction, EnumRestriction.Builder

@Generated public interface EnumRestrictionOrBuilder extends MessageOrBuilder
  • Method Details

    • hasAllowedStrings

      boolean hasAllowedStrings()
      .io.deephaven.proto.inputtable.NullableStringList allowed_strings = 1;
      Returns:
      Whether the allowedStrings field is set.
    • getAllowedStrings

      NullableStringList getAllowedStrings()
      .io.deephaven.proto.inputtable.NullableStringList allowed_strings = 1;
      Returns:
      The allowedStrings.
    • getAllowedStringsOrBuilder

      NullableStringListOrBuilder getAllowedStringsOrBuilder()
      .io.deephaven.proto.inputtable.NullableStringList allowed_strings = 1;
    • hasAllowedBooleans

      boolean hasAllowedBooleans()
      .io.deephaven.proto.inputtable.NullableBooleanList allowed_booleans = 2;
      Returns:
      Whether the allowedBooleans field is set.
    • getAllowedBooleans

      NullableBooleanList getAllowedBooleans()
      .io.deephaven.proto.inputtable.NullableBooleanList allowed_booleans = 2;
      Returns:
      The allowedBooleans.
    • getAllowedBooleansOrBuilder

      NullableBooleanListOrBuilder getAllowedBooleansOrBuilder()
      .io.deephaven.proto.inputtable.NullableBooleanList allowed_booleans = 2;
    • hasAllowedInts

      boolean hasAllowedInts()
       also used for char, short, byte
       
      .io.deephaven.proto.inputtable.IntList allowed_ints = 3;
      Returns:
      Whether the allowedInts field is set.
    • getAllowedInts

      IntList getAllowedInts()
       also used for char, short, byte
       
      .io.deephaven.proto.inputtable.IntList allowed_ints = 3;
      Returns:
      The allowedInts.
    • getAllowedIntsOrBuilder

      IntListOrBuilder getAllowedIntsOrBuilder()
       also used for char, short, byte
       
      .io.deephaven.proto.inputtable.IntList allowed_ints = 3;
    • hasAllowedLongs

      boolean hasAllowedLongs()
       also used for instants
       
      .io.deephaven.proto.inputtable.LongList allowed_longs = 4;
      Returns:
      Whether the allowedLongs field is set.
    • getAllowedLongs

      LongList getAllowedLongs()
       also used for instants
       
      .io.deephaven.proto.inputtable.LongList allowed_longs = 4;
      Returns:
      The allowedLongs.
    • getAllowedLongsOrBuilder

      LongListOrBuilder getAllowedLongsOrBuilder()
       also used for instants
       
      .io.deephaven.proto.inputtable.LongList allowed_longs = 4;
    • hasAllowedFloats

      boolean hasAllowedFloats()
      .io.deephaven.proto.inputtable.FloatList allowed_floats = 5;
      Returns:
      Whether the allowedFloats field is set.
    • getAllowedFloats

      FloatList getAllowedFloats()
      .io.deephaven.proto.inputtable.FloatList allowed_floats = 5;
      Returns:
      The allowedFloats.
    • getAllowedFloatsOrBuilder

      FloatListOrBuilder getAllowedFloatsOrBuilder()
      .io.deephaven.proto.inputtable.FloatList allowed_floats = 5;
    • hasAllowedDoubles

      boolean hasAllowedDoubles()
      .io.deephaven.proto.inputtable.DoubleList allowed_doubles = 6;
      Returns:
      Whether the allowedDoubles field is set.
    • getAllowedDoubles

      DoubleList getAllowedDoubles()
      .io.deephaven.proto.inputtable.DoubleList allowed_doubles = 6;
      Returns:
      The allowedDoubles.
    • getAllowedDoublesOrBuilder

      DoubleListOrBuilder getAllowedDoublesOrBuilder()
      .io.deephaven.proto.inputtable.DoubleList allowed_doubles = 6;
    • getAllowedTypeCase

      EnumRestriction.AllowedTypeCase getAllowedTypeCase()