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
Fields in io.envoyproxy.pgv.validate with type parameters of type Validate.AnyRules.BuilderModifier and TypeFieldDescriptionprivate com.google.protobuf.SingleFieldBuilder
<Validate.AnyRules, Validate.AnyRules.Builder, Validate.AnyRulesOrBuilder> Validate.FieldRules.Builder.anyBuilder_
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) static Validate.AnyRules.Builder
Validate.AnyRules.newBuilder()
static Validate.AnyRules.Builder
Validate.AnyRules.newBuilder
(Validate.AnyRules prototype) Validate.AnyRules.newBuilderForType()
protected Validate.AnyRules.Builder
Validate.AnyRules.newBuilderForType
(com.google.protobuf.AbstractMessage.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.toBuilder()
Methods in io.envoyproxy.pgv.validate that return types with arguments of type Validate.AnyRules.BuilderModifier and TypeMethodDescriptionprivate com.google.protobuf.SingleFieldBuilder
<Validate.AnyRules, Validate.AnyRules.Builder, Validate.AnyRulesOrBuilder> Validate.FieldRules.Builder.getAnyFieldBuilder()
Well-Known Field TypesMethods 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