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
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;
- 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.
-