Validate.AnyRules.Builder |
Validate.AnyRules.Builder.addAllIn(java.lang.Iterable<java.lang.String> values) |
In specifies that this field's `type_url` must be equal to one of the
specified values.
|
Validate.AnyRules.Builder |
Validate.AnyRules.Builder.addAllNotIn(java.lang.Iterable<java.lang.String> values) |
NotIn specifies that this field's `type_url` must not be equal to any of
the specified values.
|
Validate.AnyRules.Builder |
Validate.AnyRules.Builder.addIn(java.lang.String value) |
In specifies that this field's `type_url` must be equal to one of the
specified values.
|
Validate.AnyRules.Builder |
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.
|
Validate.AnyRules.Builder |
Validate.AnyRules.Builder.addNotIn(java.lang.String value) |
NotIn specifies that this field's `type_url` must not be equal to any of
the specified values.
|
Validate.AnyRules.Builder |
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 |
Validate.AnyRules.Builder.clear() |
|
Validate.AnyRules.Builder |
Validate.AnyRules.Builder.clearIn() |
In specifies that this field's `type_url` must be equal to one of the
specified values.
|
Validate.AnyRules.Builder |
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 |
Validate.AnyRules.Builder.clearRequired() |
Required specifies that this field must be set
|
Validate.AnyRules.Builder |
Validate.FieldRules.Builder.getAnyBuilder() |
Well-Known Field Types
|
Validate.AnyRules.Builder |
Validate.AnyRules.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
|
Validate.AnyRules.Builder |
Validate.AnyRules.Builder.mergeFrom(com.google.protobuf.Message other) |
|
Validate.AnyRules.Builder |
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.Builder |
Validate.AnyRules.newBuilderForType() |
|
protected Validate.AnyRules.Builder |
Validate.AnyRules.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) |
|
Validate.AnyRules.Builder |
Validate.AnyRules.Builder.setIn(int index,
java.lang.String value) |
In specifies that this field's `type_url` must be equal to one of the
specified values.
|
Validate.AnyRules.Builder |
Validate.AnyRules.Builder.setNotIn(int index,
java.lang.String value) |
NotIn specifies that this field's `type_url` must not be equal to any of
the specified values.
|
Validate.AnyRules.Builder |
Validate.AnyRules.Builder.setRequired(boolean value) |
Required specifies that this field must be set
|
Validate.AnyRules.Builder |
Validate.AnyRules.toBuilder() |
|