Uses of Class
io.envoyproxy.pgv.validate.Validate.FloatRules.Builder
Packages that use Validate.FloatRules.Builder
-
Uses of Validate.FloatRules.Builder in io.envoyproxy.pgv.validate
Methods in io.envoyproxy.pgv.validate that return Validate.FloatRules.BuilderModifier and TypeMethodDescriptionIn specifies that this field must be equal to one of the specified valuesValidate.FloatRules.Builder.addAllNotIn(Iterable<? extends Float> values) NotIn specifies that this field cannot be equal to one of the specified valuesValidate.FloatRules.Builder.addIn(float value) In specifies that this field must be equal to one of the specified valuesValidate.FloatRules.Builder.addNotIn(float value) NotIn specifies that this field cannot be equal to one of the specified valuesValidate.FloatRules.Builder.clear()Validate.FloatRules.Builder.clearConst()Const specifies that this field must be exactly the specified valueValidate.FloatRules.Builder.clearGt()Gt specifies that this field must be greater than the specified value, exclusive.Validate.FloatRules.Builder.clearGte()Gte specifies that this field must be greater than or equal to the specified value, inclusive.Validate.FloatRules.Builder.clearIgnoreEmpty()IgnoreEmpty specifies that the validation rules of this field should be evaluated only if the field is not emptyValidate.FloatRules.Builder.clearIn()In specifies that this field must be equal to one of the specified valuesValidate.FloatRules.Builder.clearLt()Lt specifies that this field must be less than the specified value, exclusiveValidate.FloatRules.Builder.clearLte()Lte specifies that this field must be less than or equal to the specified value, inclusiveValidate.FloatRules.Builder.clearNotIn()NotIn specifies that this field cannot be equal to one of the specified valuesValidate.FieldRules.Builder.getFloatBuilder()Scalar Field TypesValidate.FloatRules.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Validate.FloatRules.Builder.mergeFrom(com.google.protobuf.Message other) Validate.FloatRules.Builder.mergeFrom(Validate.FloatRules other) Validate.FloatRules.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) static Validate.FloatRules.BuilderValidate.FloatRules.newBuilder()static Validate.FloatRules.BuilderValidate.FloatRules.newBuilder(Validate.FloatRules prototype) Validate.FloatRules.newBuilderForType()protected Validate.FloatRules.BuilderValidate.FloatRules.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) Validate.FloatRules.Builder.setConst(float value) Const specifies that this field must be exactly the specified valueValidate.FloatRules.Builder.setGt(float value) Gt specifies that this field must be greater than the specified value, exclusive.Validate.FloatRules.Builder.setGte(float value) Gte specifies that this field must be greater than or equal to the specified value, inclusive.Validate.FloatRules.Builder.setIgnoreEmpty(boolean value) IgnoreEmpty specifies that the validation rules of this field should be evaluated only if the field is not emptyValidate.FloatRules.Builder.setIn(int index, float value) In specifies that this field must be equal to one of the specified valuesValidate.FloatRules.Builder.setLt(float value) Lt specifies that this field must be less than the specified value, exclusiveValidate.FloatRules.Builder.setLte(float value) Lte specifies that this field must be less than or equal to the specified value, inclusiveValidate.FloatRules.Builder.setNotIn(int index, float value) NotIn specifies that this field cannot be equal to one of the specified valuesValidate.FloatRules.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) Validate.FloatRules.toBuilder()Methods in io.envoyproxy.pgv.validate with parameters of type Validate.FloatRules.BuilderModifier and TypeMethodDescriptionValidate.FieldRules.Builder.setFloat(Validate.FloatRules.Builder builderForValue) Scalar Field Types