Package io.envoyproxy.pgv.validate
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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
getConst()
Const specifies that this field must be exactly the specified valueboolean
hasConst()
Const specifies that this field must be exactly the specified value-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasConst
boolean hasConst()
Const specifies that this field must be exactly the specified value
optional bool const = 1;
- 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;
- Returns:
- The const.
-
-