Uses of Class
io.envoyproxy.pgv.validate.Validate.Int32Rules.Builder
Packages that use Validate.Int32Rules.Builder
-
Uses of Validate.Int32Rules.Builder in io.envoyproxy.pgv.validate
Fields in io.envoyproxy.pgv.validate with type parameters of type Validate.Int32Rules.BuilderModifier and TypeFieldDescriptionprivate com.google.protobuf.SingleFieldBuilder
<Validate.Int32Rules, Validate.Int32Rules.Builder, Validate.Int32RulesOrBuilder> Validate.FieldRules.Builder.int32Builder_
Methods in io.envoyproxy.pgv.validate that return Validate.Int32Rules.BuilderModifier and TypeMethodDescriptionIn specifies that this field must be equal to one of the specified valuesValidate.Int32Rules.Builder.addAllNotIn
(Iterable<? extends Integer> values) NotIn specifies that this field cannot be equal to one of the specified valuesValidate.Int32Rules.Builder.addIn
(int value) In specifies that this field must be equal to one of the specified valuesValidate.Int32Rules.Builder.addNotIn
(int value) NotIn specifies that this field cannot be equal to one of the specified valuesValidate.Int32Rules.Builder.clear()
Validate.Int32Rules.Builder.clearConst()
Const specifies that this field must be exactly the specified valueValidate.Int32Rules.Builder.clearGt()
Gt specifies that this field must be greater than the specified value, exclusive.Validate.Int32Rules.Builder.clearGte()
Gte specifies that this field must be greater than or equal to the specified value, inclusive.Validate.Int32Rules.Builder.clearIgnoreEmpty()
IgnoreEmpty specifies that the validation rules of this field should be evaluated only if the field is not emptyValidate.Int32Rules.Builder.clearIn()
In specifies that this field must be equal to one of the specified valuesValidate.Int32Rules.Builder.clearLt()
Lt specifies that this field must be less than the specified value, exclusiveValidate.Int32Rules.Builder.clearLte()
Lte specifies that this field must be less than or equal to the specified value, inclusiveValidate.Int32Rules.Builder.clearNotIn()
NotIn specifies that this field cannot be equal to one of the specified valuesValidate.FieldRules.Builder.getInt32Builder()
.validate.Int32Rules int32 = 3;
Validate.Int32Rules.Builder.mergeFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Validate.Int32Rules.Builder.mergeFrom
(com.google.protobuf.Message other) Validate.Int32Rules.Builder.mergeFrom
(Validate.Int32Rules other) static Validate.Int32Rules.Builder
Validate.Int32Rules.newBuilder()
static Validate.Int32Rules.Builder
Validate.Int32Rules.newBuilder
(Validate.Int32Rules prototype) Validate.Int32Rules.newBuilderForType()
protected Validate.Int32Rules.Builder
Validate.Int32Rules.newBuilderForType
(com.google.protobuf.AbstractMessage.BuilderParent parent) Validate.Int32Rules.Builder.setConst
(int value) Const specifies that this field must be exactly the specified valueValidate.Int32Rules.Builder.setGt
(int value) Gt specifies that this field must be greater than the specified value, exclusive.Validate.Int32Rules.Builder.setGte
(int value) Gte specifies that this field must be greater than or equal to the specified value, inclusive.Validate.Int32Rules.Builder.setIgnoreEmpty
(boolean value) IgnoreEmpty specifies that the validation rules of this field should be evaluated only if the field is not emptyValidate.Int32Rules.Builder.setIn
(int index, int value) In specifies that this field must be equal to one of the specified valuesValidate.Int32Rules.Builder.setLt
(int value) Lt specifies that this field must be less than the specified value, exclusiveValidate.Int32Rules.Builder.setLte
(int value) Lte specifies that this field must be less than or equal to the specified value, inclusiveValidate.Int32Rules.Builder.setNotIn
(int index, int value) NotIn specifies that this field cannot be equal to one of the specified valuesValidate.Int32Rules.toBuilder()
Methods in io.envoyproxy.pgv.validate that return types with arguments of type Validate.Int32Rules.BuilderModifier and TypeMethodDescriptionprivate com.google.protobuf.SingleFieldBuilder
<Validate.Int32Rules, Validate.Int32Rules.Builder, Validate.Int32RulesOrBuilder> Validate.FieldRules.Builder.getInt32FieldBuilder()
.validate.Int32Rules int32 = 3;
Methods in io.envoyproxy.pgv.validate with parameters of type Validate.Int32Rules.BuilderModifier and TypeMethodDescriptionValidate.FieldRules.Builder.setInt32
(Validate.Int32Rules.Builder builderForValue) .validate.Int32Rules int32 = 3;