Interface LabelSchemas.InputNumericOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
LabelSchemas.InputNumeric, LabelSchemas.InputNumeric.Builder
Enclosing class:
LabelSchemas

public static interface LabelSchemas.InputNumericOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    double
    optional double max_value = 2;
    double
    optional double min_value = 1;
    boolean
    optional double max_value = 2;
    boolean
    optional double min_value = 1;

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • Method Details

    • hasMinValue

      boolean hasMinValue()
      optional double min_value = 1;
      Returns:
      Whether the minValue field is set.
    • getMinValue

      double getMinValue()
      optional double min_value = 1;
      Returns:
      The minValue.
    • hasMaxValue

      boolean hasMaxValue()
      optional double max_value = 2;
      Returns:
      Whether the maxValue field is set.
    • getMaxValue

      double getMaxValue()
      optional double max_value = 2;
      Returns:
      The maxValue.