Uses of Interface
io.envoyproxy.pgv.validate.Validate.FieldRulesOrBuilder
Packages that use Validate.FieldRulesOrBuilder
-
Uses of Validate.FieldRulesOrBuilder in io.envoyproxy.pgv.validate
Classes in io.envoyproxy.pgv.validate that implement Validate.FieldRulesOrBuilderModifier and TypeClassDescriptionstatic final class
FieldRules encapsulates the rules for each type of field.static final class
FieldRules encapsulates the rules for each type of field.Fields in io.envoyproxy.pgv.validate with type parameters of type Validate.FieldRulesOrBuilderModifier and TypeFieldDescriptionprivate com.google.protobuf.SingleFieldBuilder
<Validate.FieldRules, Validate.FieldRules.Builder, Validate.FieldRulesOrBuilder> Validate.RepeatedRules.Builder.itemsBuilder_
private com.google.protobuf.SingleFieldBuilder
<Validate.FieldRules, Validate.FieldRules.Builder, Validate.FieldRulesOrBuilder> Validate.MapRules.Builder.keysBuilder_
private com.google.protobuf.SingleFieldBuilder
<Validate.FieldRules, Validate.FieldRules.Builder, Validate.FieldRulesOrBuilder> Validate.MapRules.Builder.valuesBuilder_
Methods in io.envoyproxy.pgv.validate that return Validate.FieldRulesOrBuilderModifier and TypeMethodDescriptionValidate.RepeatedRules.Builder.getItemsOrBuilder()
Items specifies the contraints to be applied to each item in the field.Validate.RepeatedRules.getItemsOrBuilder()
Items specifies the contraints to be applied to each item in the field.Validate.RepeatedRulesOrBuilder.getItemsOrBuilder()
Items specifies the contraints to be applied to each item in the field.Validate.MapRules.Builder.getKeysOrBuilder()
Keys specifies the constraints to be applied to each key in the field.Validate.MapRules.getKeysOrBuilder()
Keys specifies the constraints to be applied to each key in the field.Validate.MapRulesOrBuilder.getKeysOrBuilder()
Keys specifies the constraints to be applied to each key in the field.Validate.MapRules.Builder.getValuesOrBuilder()
Values specifies the constraints to be applied to the value of each key in the field.Validate.MapRules.getValuesOrBuilder()
Values specifies the constraints to be applied to the value of each key in the field.Validate.MapRulesOrBuilder.getValuesOrBuilder()
Values specifies the constraints to be applied to the value of each key in the field.Methods in io.envoyproxy.pgv.validate that return types with arguments of type Validate.FieldRulesOrBuilderModifier and TypeMethodDescriptionprivate com.google.protobuf.SingleFieldBuilder
<Validate.FieldRules, Validate.FieldRules.Builder, Validate.FieldRulesOrBuilder> Validate.RepeatedRules.Builder.internalGetItemsFieldBuilder()
Items specifies the contraints to be applied to each item in the field.private com.google.protobuf.SingleFieldBuilder
<Validate.FieldRules, Validate.FieldRules.Builder, Validate.FieldRulesOrBuilder> Validate.MapRules.Builder.internalGetKeysFieldBuilder()
Keys specifies the constraints to be applied to each key in the field.private com.google.protobuf.SingleFieldBuilder
<Validate.FieldRules, Validate.FieldRules.Builder, Validate.FieldRulesOrBuilder> Validate.MapRules.Builder.internalGetValuesFieldBuilder()
Values specifies the constraints to be applied to the value of each key in the field.