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