Uses of Class
io.envoyproxy.pgv.validate.Validate.MapRules.Builder
Packages that use Validate.MapRules.Builder
-
Uses of Validate.MapRules.Builder in io.envoyproxy.pgv.validate
Fields in io.envoyproxy.pgv.validate with type parameters of type Validate.MapRules.BuilderModifier and TypeFieldDescriptionprivate com.google.protobuf.SingleFieldBuilder
<Validate.MapRules, Validate.MapRules.Builder, Validate.MapRulesOrBuilder> Validate.FieldRules.Builder.mapBuilder_
Methods in io.envoyproxy.pgv.validate that return Validate.MapRules.BuilderModifier and TypeMethodDescriptionValidate.MapRules.Builder.clear()
Validate.MapRules.Builder.clearIgnoreEmpty()
IgnoreEmpty specifies that the validation rules of this field should be evaluated only if the field is not emptyValidate.MapRules.Builder.clearKeys()
Keys specifies the constraints to be applied to each key in the field.Validate.MapRules.Builder.clearMaxPairs()
MaxPairs specifies that this field must have the specified number of KVs at a maximumValidate.MapRules.Builder.clearMinPairs()
MinPairs specifies that this field must have the specified number of KVs at a minimumValidate.MapRules.Builder.clearNoSparse()
NoSparse specifies values in this field cannot be unset.Validate.MapRules.Builder.clearValues()
Values specifies the constraints to be applied to the value of each key in the field.Validate.FieldRules.Builder.getMapBuilder()
.validate.MapRules map = 19;
Validate.MapRules.Builder.mergeFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Validate.MapRules.Builder.mergeFrom
(com.google.protobuf.Message other) Validate.MapRules.Builder.mergeFrom
(Validate.MapRules other) Validate.MapRules.Builder.mergeKeys
(Validate.FieldRules value) Keys specifies the constraints to be applied to each key in the field.Validate.MapRules.Builder.mergeValues
(Validate.FieldRules value) Values specifies the constraints to be applied to the value of each key in the field.static Validate.MapRules.Builder
Validate.MapRules.newBuilder()
static Validate.MapRules.Builder
Validate.MapRules.newBuilder
(Validate.MapRules prototype) Validate.MapRules.newBuilderForType()
protected Validate.MapRules.Builder
Validate.MapRules.newBuilderForType
(com.google.protobuf.AbstractMessage.BuilderParent parent) Validate.MapRules.Builder.setIgnoreEmpty
(boolean value) IgnoreEmpty specifies that the validation rules of this field should be evaluated only if the field is not emptyValidate.MapRules.Builder.setKeys
(Validate.FieldRules value) Keys specifies the constraints to be applied to each key in the field.Validate.MapRules.Builder.setKeys
(Validate.FieldRules.Builder builderForValue) Keys specifies the constraints to be applied to each key in the field.Validate.MapRules.Builder.setMaxPairs
(long value) MaxPairs specifies that this field must have the specified number of KVs at a maximumValidate.MapRules.Builder.setMinPairs
(long value) MinPairs specifies that this field must have the specified number of KVs at a minimumValidate.MapRules.Builder.setNoSparse
(boolean value) NoSparse specifies values in this field cannot be unset.Validate.MapRules.Builder.setValues
(Validate.FieldRules value) Values specifies the constraints to be applied to the value of each key in the field.Validate.MapRules.Builder.setValues
(Validate.FieldRules.Builder builderForValue) Values specifies the constraints to be applied to the value of each key in the field.Validate.MapRules.toBuilder()
Methods in io.envoyproxy.pgv.validate that return types with arguments of type Validate.MapRules.BuilderModifier and TypeMethodDescriptionprivate com.google.protobuf.SingleFieldBuilder
<Validate.MapRules, Validate.MapRules.Builder, Validate.MapRulesOrBuilder> Validate.FieldRules.Builder.internalGetMapFieldBuilder()
.validate.MapRules map = 19;
Methods in io.envoyproxy.pgv.validate with parameters of type Validate.MapRules.BuilderModifier and TypeMethodDescriptionValidate.FieldRules.Builder.setMap
(Validate.MapRules.Builder builderForValue) .validate.MapRules map = 19;