Uses of Class
io.envoyproxy.pgv.validate.Validate.AnyRules.Builder
Packages that use Validate.AnyRules.Builder
-
Uses of Validate.AnyRules.Builder in io.envoyproxy.pgv.validate
Methods in io.envoyproxy.pgv.validate that return Validate.AnyRules.BuilderModifier and TypeMethodDescriptionIn specifies that this field's `type_url` must be equal to one of the specified values.Validate.AnyRules.Builder.addAllNotIn(Iterable<String> values) NotIn specifies that this field's `type_url` must not be equal to any of the specified values.In specifies that this field's `type_url` must be equal to one of the specified values.Validate.AnyRules.Builder.addInBytes(com.google.protobuf.ByteString value) In specifies that this field's `type_url` must be equal to one of the specified values.NotIn specifies that this field's `type_url` must not be equal to any of the specified values.Validate.AnyRules.Builder.addNotInBytes(com.google.protobuf.ByteString value) NotIn specifies that this field's `type_url` must not be equal to any of the specified values.Validate.AnyRules.Builder.clear()Validate.AnyRules.Builder.clearIn()In specifies that this field's `type_url` must be equal to one of the specified values.Validate.AnyRules.Builder.clearNotIn()NotIn specifies that this field's `type_url` must not be equal to any of the specified values.Validate.AnyRules.Builder.clearRequired()Required specifies that this field must be setValidate.FieldRules.Builder.getAnyBuilder()Well-Known Field TypesValidate.AnyRules.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Validate.AnyRules.Builder.mergeFrom(com.google.protobuf.Message other) Validate.AnyRules.Builder.mergeFrom(Validate.AnyRules other) Validate.AnyRules.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) static Validate.AnyRules.BuilderValidate.AnyRules.newBuilder()static Validate.AnyRules.BuilderValidate.AnyRules.newBuilder(Validate.AnyRules prototype) Validate.AnyRules.newBuilderForType()protected Validate.AnyRules.BuilderValidate.AnyRules.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) In specifies that this field's `type_url` must be equal to one of the specified values.NotIn specifies that this field's `type_url` must not be equal to any of the specified values.Validate.AnyRules.Builder.setRequired(boolean value) Required specifies that this field must be setValidate.AnyRules.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) Validate.AnyRules.toBuilder()Methods in io.envoyproxy.pgv.validate with parameters of type Validate.AnyRules.BuilderModifier and TypeMethodDescriptionValidate.FieldRules.Builder.setAny(Validate.AnyRules.Builder builderForValue) Well-Known Field Types