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