Interface Validate.BoolRulesOrBuilder

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

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

    Modifier and Type Method Description
    boolean getConst()
    Const specifies that this field must be exactly the specified value
    boolean hasConst()
    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;
    • getConst

      boolean getConst()
       Const specifies that this field must be exactly the specified value
       
      optional bool const = 1;