Uses of Interface
io.envoyproxy.pgv.validate.Validate.FieldRulesOrBuilder
-
Packages that use Validate.FieldRulesOrBuilder Package Description io.envoyproxy.pgv.validate -
-
Uses of Validate.FieldRulesOrBuilder in io.envoyproxy.pgv.validate
Classes in io.envoyproxy.pgv.validate that implement Validate.FieldRulesOrBuilder Modifier and Type Class Description static class
Validate.FieldRules
FieldRules encapsulates the rules for each type of field.static class
Validate.FieldRules.Builder
FieldRules encapsulates the rules for each type of field.Fields in io.envoyproxy.pgv.validate with type parameters of type Validate.FieldRulesOrBuilder Modifier and Type Field Description private 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.FieldRulesOrBuilder Modifier and Type Method Description Validate.FieldRulesOrBuilder
Validate.RepeatedRules.Builder. getItemsOrBuilder()
Items specifies the contraints to be applied to each item in the field.Validate.FieldRulesOrBuilder
Validate.RepeatedRules. getItemsOrBuilder()
Items specifies the contraints to be applied to each item in the field.Validate.FieldRulesOrBuilder
Validate.RepeatedRulesOrBuilder. getItemsOrBuilder()
Items specifies the contraints to be applied to each item in the field.Validate.FieldRulesOrBuilder
Validate.MapRules.Builder. getKeysOrBuilder()
Keys specifies the constraints to be applied to each key in the field.Validate.FieldRulesOrBuilder
Validate.MapRules. getKeysOrBuilder()
Keys specifies the constraints to be applied to each key in the field.Validate.FieldRulesOrBuilder
Validate.MapRulesOrBuilder. getKeysOrBuilder()
Keys specifies the constraints to be applied to each key in the field.Validate.FieldRulesOrBuilder
Validate.MapRules.Builder. getValuesOrBuilder()
Values specifies the constraints to be applied to the value of each key in the field.Validate.FieldRulesOrBuilder
Validate.MapRules. getValuesOrBuilder()
Values specifies the constraints to be applied to the value of each key in the field.Validate.FieldRulesOrBuilder
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.FieldRulesOrBuilder Modifier and Type Method Description private com.google.protobuf.SingleFieldBuilder<Validate.FieldRules,Validate.FieldRules.Builder,Validate.FieldRulesOrBuilder>
Validate.RepeatedRules.Builder. getItemsFieldBuilder()
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. getKeysFieldBuilder()
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. getValuesFieldBuilder()
Values specifies the constraints to be applied to the value of each key in the field.
-