Uses of Class
io.envoyproxy.pgv.validate.Validate.EnumRules.Builder
Packages that use Validate.EnumRules.Builder
-
Uses of Validate.EnumRules.Builder in io.envoyproxy.pgv.validate
Fields in io.envoyproxy.pgv.validate with type parameters of type Validate.EnumRules.BuilderModifier and TypeFieldDescriptionprivate com.google.protobuf.SingleFieldBuilder
<Validate.EnumRules, Validate.EnumRules.Builder, Validate.EnumRulesOrBuilder> Validate.FieldRules.Builder.enumBuilder_
Methods in io.envoyproxy.pgv.validate that return Validate.EnumRules.BuilderModifier and TypeMethodDescriptionIn specifies that this field must be equal to one of the specified valuesValidate.EnumRules.Builder.addAllNotIn
(Iterable<? extends Integer> values) NotIn specifies that this field cannot be equal to one of the specified valuesValidate.EnumRules.Builder.addIn
(int value) In specifies that this field must be equal to one of the specified valuesValidate.EnumRules.Builder.addNotIn
(int value) NotIn specifies that this field cannot be equal to one of the specified valuesValidate.EnumRules.Builder.clear()
Validate.EnumRules.Builder.clearConst()
Const specifies that this field must be exactly the specified valueValidate.EnumRules.Builder.clearDefinedOnly()
DefinedOnly specifies that this field must be only one of the defined values for this enum, failing on any undefined value.Validate.EnumRules.Builder.clearIn()
In specifies that this field must be equal to one of the specified valuesValidate.EnumRules.Builder.clearNotIn()
NotIn specifies that this field cannot be equal to one of the specified valuesValidate.FieldRules.Builder.getEnumBuilder()
Complex Field TypesValidate.EnumRules.Builder.mergeFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Validate.EnumRules.Builder.mergeFrom
(com.google.protobuf.Message other) Validate.EnumRules.Builder.mergeFrom
(Validate.EnumRules other) static Validate.EnumRules.Builder
Validate.EnumRules.newBuilder()
static Validate.EnumRules.Builder
Validate.EnumRules.newBuilder
(Validate.EnumRules prototype) Validate.EnumRules.newBuilderForType()
protected Validate.EnumRules.Builder
Validate.EnumRules.newBuilderForType
(com.google.protobuf.AbstractMessage.BuilderParent parent) Validate.EnumRules.Builder.setConst
(int value) Const specifies that this field must be exactly the specified valueValidate.EnumRules.Builder.setDefinedOnly
(boolean value) DefinedOnly specifies that this field must be only one of the defined values for this enum, failing on any undefined value.Validate.EnumRules.Builder.setIn
(int index, int value) In specifies that this field must be equal to one of the specified valuesValidate.EnumRules.Builder.setNotIn
(int index, int value) NotIn specifies that this field cannot be equal to one of the specified valuesValidate.EnumRules.toBuilder()
Methods in io.envoyproxy.pgv.validate that return types with arguments of type Validate.EnumRules.BuilderModifier and TypeMethodDescriptionprivate com.google.protobuf.SingleFieldBuilder
<Validate.EnumRules, Validate.EnumRules.Builder, Validate.EnumRulesOrBuilder> Validate.FieldRules.Builder.internalGetEnumFieldBuilder()
Complex Field TypesMethods in io.envoyproxy.pgv.validate with parameters of type Validate.EnumRules.BuilderModifier and TypeMethodDescriptionValidate.FieldRules.Builder.setEnum
(Validate.EnumRules.Builder builderForValue) Complex Field Types