Uses of Class
io.envoyproxy.pgv.validate.Validate.FieldRules
Packages that use Validate.FieldRules
-
Uses of Validate.FieldRules in io.envoyproxy.pgv.validate
Fields in io.envoyproxy.pgv.validate with type parameters of type Validate.FieldRulesModifier and TypeFieldDescriptionstatic final com.google.protobuf.Parser<Validate.FieldRules>Validate.FieldRules.PARSERDeprecated.static final com.google.protobuf.GeneratedMessage.GeneratedExtension<com.google.protobuf.DescriptorProtos.FieldOptions,Validate.FieldRules> Validate.rulesRules specify the validations to be performed on this field.Methods in io.envoyproxy.pgv.validate that return Validate.FieldRulesModifier and TypeMethodDescriptionValidate.FieldRules.Builder.build()Validate.FieldRules.Builder.buildPartial()static Validate.FieldRulesValidate.FieldRules.getDefaultInstance()Validate.FieldRules.Builder.getDefaultInstanceForType()Validate.FieldRules.getDefaultInstanceForType()Validate.RepeatedRules.Builder.getItems()Items specifies the contraints to be applied to each item in the field.Validate.RepeatedRules.getItems()Items specifies the contraints to be applied to each item in the field.Validate.RepeatedRulesOrBuilder.getItems()Items specifies the contraints to be applied to each item in the field.Validate.MapRules.Builder.getKeys()Keys specifies the constraints to be applied to each key in the field.Validate.MapRules.getKeys()Keys specifies the constraints to be applied to each key in the field.Validate.MapRulesOrBuilder.getKeys()Keys specifies the constraints to be applied to each key in the field.Validate.MapRules.Builder.getValues()Values specifies the constraints to be applied to the value of each key in the field.Validate.MapRules.getValues()Values specifies the constraints to be applied to the value of each key in the field.Validate.MapRulesOrBuilder.getValues()Values specifies the constraints to be applied to the value of each key in the field.static Validate.FieldRulesValidate.FieldRules.parseDelimitedFrom(InputStream input) static Validate.FieldRulesValidate.FieldRules.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Validate.FieldRulesValidate.FieldRules.parseFrom(byte[] data) static Validate.FieldRulesValidate.FieldRules.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Validate.FieldRulesValidate.FieldRules.parseFrom(com.google.protobuf.ByteString data) static Validate.FieldRulesValidate.FieldRules.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Validate.FieldRulesValidate.FieldRules.parseFrom(com.google.protobuf.CodedInputStream input) static Validate.FieldRulesValidate.FieldRules.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Validate.FieldRulesValidate.FieldRules.parseFrom(InputStream input) static Validate.FieldRulesValidate.FieldRules.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static Validate.FieldRulesValidate.FieldRules.parseFrom(ByteBuffer data) static Validate.FieldRulesValidate.FieldRules.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in io.envoyproxy.pgv.validate that return types with arguments of type Validate.FieldRulesModifier and TypeMethodDescriptioncom.google.protobuf.Parser<Validate.FieldRules>Validate.FieldRules.getParserForType()static com.google.protobuf.Parser<Validate.FieldRules>Validate.FieldRules.parser()Methods in io.envoyproxy.pgv.validate with parameters of type Validate.FieldRulesModifier and TypeMethodDescriptionValidate.FieldRules.Builder.mergeFrom(Validate.FieldRules other) Validate.RepeatedRules.Builder.mergeItems(Validate.FieldRules value) Items specifies the contraints to be applied to each item in the field.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.FieldRules.BuilderValidate.FieldRules.newBuilder(Validate.FieldRules prototype) Validate.RepeatedRules.Builder.setItems(Validate.FieldRules value) Items specifies the contraints to be applied to each item in the field.Validate.MapRules.Builder.setKeys(Validate.FieldRules value) Keys specifies the constraints to be applied to each key in the field.Validate.MapRules.Builder.setValues(Validate.FieldRules value) Values specifies the constraints to be applied to the value of each key in the field.