Uses of Class
io.envoyproxy.pgv.validate.Validate.RepeatedRules.Builder
Packages that use Validate.RepeatedRules.Builder
-
Uses of Validate.RepeatedRules.Builder in io.envoyproxy.pgv.validate
Methods in io.envoyproxy.pgv.validate that return Validate.RepeatedRules.BuilderModifier and TypeMethodDescriptionValidate.RepeatedRules.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) Validate.RepeatedRules.Builder.clear()Validate.RepeatedRules.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) Validate.RepeatedRules.Builder.clearIgnoreEmpty()IgnoreEmpty specifies that the validation rules of this field should be evaluated only if the field is not emptyValidate.RepeatedRules.Builder.clearItems()Items specifies the contraints to be applied to each item in the field.Validate.RepeatedRules.Builder.clearMaxItems()MaxItems specifies that this field must have the specified number of items at a maximumValidate.RepeatedRules.Builder.clearMinItems()MinItems specifies that this field must have the specified number of items at a minimumValidate.RepeatedRules.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) Validate.RepeatedRules.Builder.clearUnique()Unique specifies that all elements in this field must be unique.Validate.RepeatedRules.Builder.clone()Validate.FieldRules.Builder.getRepeatedBuilder().validate.RepeatedRules repeated = 18;Validate.RepeatedRules.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Validate.RepeatedRules.Builder.mergeFrom(com.google.protobuf.Message other) Validate.RepeatedRules.Builder.mergeFrom(Validate.RepeatedRules other) Validate.RepeatedRules.Builder.mergeItems(Validate.FieldRules value) Items specifies the contraints to be applied to each item in the field.Validate.RepeatedRules.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) Validate.RepeatedRules.newBuilder()Validate.RepeatedRules.newBuilder(Validate.RepeatedRules prototype) Validate.RepeatedRules.newBuilderForType()protected Validate.RepeatedRules.BuilderValidate.RepeatedRules.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) Validate.RepeatedRules.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) Validate.RepeatedRules.Builder.setIgnoreEmpty(boolean value) IgnoreEmpty specifies that the validation rules of this field should be evaluated only if the field is not emptyValidate.RepeatedRules.Builder.setItems(Validate.FieldRules value) Items specifies the contraints to be applied to each item in the field.Validate.RepeatedRules.Builder.setItems(Validate.FieldRules.Builder builderForValue) Items specifies the contraints to be applied to each item in the field.Validate.RepeatedRules.Builder.setMaxItems(long value) MaxItems specifies that this field must have the specified number of items at a maximumValidate.RepeatedRules.Builder.setMinItems(long value) MinItems specifies that this field must have the specified number of items at a minimumValidate.RepeatedRules.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) Validate.RepeatedRules.Builder.setUnique(boolean value) Unique specifies that all elements in this field must be unique.Validate.RepeatedRules.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) Validate.RepeatedRules.toBuilder()Methods in io.envoyproxy.pgv.validate with parameters of type Validate.RepeatedRules.BuilderModifier and TypeMethodDescriptionValidate.FieldRules.Builder.setRepeated(Validate.RepeatedRules.Builder builderForValue) .validate.RepeatedRules repeated = 18;