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
Fields in io.envoyproxy.pgv.validate with type parameters of type Validate.RepeatedRules.BuilderModifier and TypeFieldDescriptionprivate com.google.protobuf.SingleFieldBuilder
<Validate.RepeatedRules, Validate.RepeatedRules.Builder, Validate.RepeatedRulesOrBuilder> Validate.FieldRules.Builder.repeatedBuilder_
Methods in io.envoyproxy.pgv.validate that return Validate.RepeatedRules.BuilderModifier and TypeMethodDescriptionValidate.RepeatedRules.Builder.clear()
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.clearUnique()
Unique specifies that all elements in this field must be unique.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.newBuilder()
Validate.RepeatedRules.newBuilder
(Validate.RepeatedRules prototype) Validate.RepeatedRules.newBuilderForType()
protected Validate.RepeatedRules.Builder
Validate.RepeatedRules.newBuilderForType
(com.google.protobuf.AbstractMessage.BuilderParent parent) 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.setUnique
(boolean value) Unique specifies that all elements in this field must be unique.Validate.RepeatedRules.toBuilder()
Methods in io.envoyproxy.pgv.validate that return types with arguments of type Validate.RepeatedRules.BuilderModifier and TypeMethodDescriptionprivate com.google.protobuf.SingleFieldBuilder
<Validate.RepeatedRules, Validate.RepeatedRules.Builder, Validate.RepeatedRulesOrBuilder> Validate.FieldRules.Builder.getRepeatedFieldBuilder()
.validate.RepeatedRules repeated = 18;
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;