Package com.validate

Interface BoolRulesOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
BoolRules, BoolRules.Builder

public interface BoolRulesOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    Const specifies that this field must be exactly the specified value
    boolean
    Const specifies that this field must be exactly the specified value

    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

    • hasConst

      boolean hasConst()
       Const specifies that this field must be exactly the specified value
       
      optional bool const = 1 [json_name = "const"];
      Returns:
      Whether the const field is set.
    • getConst

      boolean getConst()
       Const specifies that this field must be exactly the specified value
       
      optional bool const = 1 [json_name = "const"];
      Returns:
      The const.