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
Methods in io.envoyproxy.pgv.validate that return Validate.MapRules.BuilderModifier and TypeMethodDescriptionValidate.MapRules.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) Validate.MapRules.Builder.clear()Validate.MapRules.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) 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.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) Validate.MapRules.Builder.clearValues()Values specifies the constraints to be applied to the value of each key in the field.Validate.MapRules.Builder.clone()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.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) 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.BuilderValidate.MapRules.newBuilder()static Validate.MapRules.BuilderValidate.MapRules.newBuilder(Validate.MapRules prototype) Validate.MapRules.newBuilderForType()protected Validate.MapRules.BuilderValidate.MapRules.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) Validate.MapRules.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) 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.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) Validate.MapRules.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) 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 with parameters of type Validate.MapRules.BuilderModifier and TypeMethodDescriptionValidate.FieldRules.Builder.setMap(Validate.MapRules.Builder builderForValue) .validate.MapRules map = 19;