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