Validate.SInt32Rules.Builder |
Validate.SInt32Rules.Builder.addAllIn(java.lang.Iterable<? extends java.lang.Integer> values) |
In specifies that this field must be equal to one of the specified
values
|
Validate.SInt32Rules.Builder |
Validate.SInt32Rules.Builder.addAllNotIn(java.lang.Iterable<? extends java.lang.Integer> values) |
NotIn specifies that this field cannot be equal to one of the specified
values
|
Validate.SInt32Rules.Builder |
Validate.SInt32Rules.Builder.addIn(int value) |
In specifies that this field must be equal to one of the specified
values
|
Validate.SInt32Rules.Builder |
Validate.SInt32Rules.Builder.addNotIn(int value) |
NotIn specifies that this field cannot be equal to one of the specified
values
|
Validate.SInt32Rules.Builder |
Validate.SInt32Rules.Builder.clear() |
|
Validate.SInt32Rules.Builder |
Validate.SInt32Rules.Builder.clearConst() |
Const specifies that this field must be exactly the specified value
|
Validate.SInt32Rules.Builder |
Validate.SInt32Rules.Builder.clearGt() |
Gt specifies that this field must be greater than the specified value,
exclusive.
|
Validate.SInt32Rules.Builder |
Validate.SInt32Rules.Builder.clearGte() |
Gte specifies that this field must be greater than or equal to the
specified value, inclusive.
|
Validate.SInt32Rules.Builder |
Validate.SInt32Rules.Builder.clearIgnoreEmpty() |
IgnoreEmpty specifies that the validation rules of this field should be
evaluated only if the field is not empty
|
Validate.SInt32Rules.Builder |
Validate.SInt32Rules.Builder.clearIn() |
In specifies that this field must be equal to one of the specified
values
|
Validate.SInt32Rules.Builder |
Validate.SInt32Rules.Builder.clearLt() |
Lt specifies that this field must be less than the specified value,
exclusive
|
Validate.SInt32Rules.Builder |
Validate.SInt32Rules.Builder.clearLte() |
Lte specifies that this field must be less than or equal to the
specified value, inclusive
|
Validate.SInt32Rules.Builder |
Validate.SInt32Rules.Builder.clearNotIn() |
NotIn specifies that this field cannot be equal to one of the specified
values
|
Validate.SInt32Rules.Builder |
Validate.FieldRules.Builder.getSint32Builder() |
.validate.SInt32Rules sint32 = 7;
|
Validate.SInt32Rules.Builder |
Validate.SInt32Rules.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
|
Validate.SInt32Rules.Builder |
Validate.SInt32Rules.Builder.mergeFrom(com.google.protobuf.Message other) |
|
Validate.SInt32Rules.Builder |
Validate.SInt32Rules.Builder.mergeFrom(Validate.SInt32Rules other) |
|
static Validate.SInt32Rules.Builder |
Validate.SInt32Rules.newBuilder() |
|
static Validate.SInt32Rules.Builder |
Validate.SInt32Rules.newBuilder(Validate.SInt32Rules prototype) |
|
Validate.SInt32Rules.Builder |
Validate.SInt32Rules.newBuilderForType() |
|
protected Validate.SInt32Rules.Builder |
Validate.SInt32Rules.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) |
|
Validate.SInt32Rules.Builder |
Validate.SInt32Rules.Builder.setConst(int value) |
Const specifies that this field must be exactly the specified value
|
Validate.SInt32Rules.Builder |
Validate.SInt32Rules.Builder.setGt(int value) |
Gt specifies that this field must be greater than the specified value,
exclusive.
|
Validate.SInt32Rules.Builder |
Validate.SInt32Rules.Builder.setGte(int value) |
Gte specifies that this field must be greater than or equal to the
specified value, inclusive.
|
Validate.SInt32Rules.Builder |
Validate.SInt32Rules.Builder.setIgnoreEmpty(boolean value) |
IgnoreEmpty specifies that the validation rules of this field should be
evaluated only if the field is not empty
|
Validate.SInt32Rules.Builder |
Validate.SInt32Rules.Builder.setIn(int index,
int value) |
In specifies that this field must be equal to one of the specified
values
|
Validate.SInt32Rules.Builder |
Validate.SInt32Rules.Builder.setLt(int value) |
Lt specifies that this field must be less than the specified value,
exclusive
|
Validate.SInt32Rules.Builder |
Validate.SInt32Rules.Builder.setLte(int value) |
Lte specifies that this field must be less than or equal to the
specified value, inclusive
|
Validate.SInt32Rules.Builder |
Validate.SInt32Rules.Builder.setNotIn(int index,
int value) |
NotIn specifies that this field cannot be equal to one of the specified
values
|
Validate.SInt32Rules.Builder |
Validate.SInt32Rules.toBuilder() |
|