| Package | Description |
|---|---|
| com.buf.validate |
| Modifier and Type | Method and Description |
|---|---|
FloatRules.Builder |
FloatRules.Builder.addAllIn(Iterable<? extends Float> values)
`in` requires the field value to be equal to one of the specified values.
|
FloatRules.Builder |
FloatRules.Builder.addAllNotIn(Iterable<? extends Float> values)
`in` requires the field value to not be equal to any of the specified
values.
|
FloatRules.Builder |
FloatRules.Builder.addIn(float value)
`in` requires the field value to be equal to one of the specified values.
|
FloatRules.Builder |
FloatRules.Builder.addNotIn(float value)
`in` requires the field value to not be equal to any of the specified
values.
|
FloatRules.Builder |
FloatRules.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
FloatRules.Builder |
FloatRules.Builder.clear() |
FloatRules.Builder |
FloatRules.Builder.clearConst()
`const` requires the field value to exactly match the specified value.
|
FloatRules.Builder |
FloatRules.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
FloatRules.Builder |
FloatRules.Builder.clearFinite()
`finite` requires the field value to be finite.
|
FloatRules.Builder |
FloatRules.Builder.clearGreaterThan() |
FloatRules.Builder |
FloatRules.Builder.clearGt()
`gt` requires the field value to be greater than the specified value
(exclusive).
|
FloatRules.Builder |
FloatRules.Builder.clearGte()
`gte` requires the field value to be greater than or equal to the specified
value (exclusive).
|
FloatRules.Builder |
FloatRules.Builder.clearIn()
`in` requires the field value to be equal to one of the specified values.
|
FloatRules.Builder |
FloatRules.Builder.clearLessThan() |
FloatRules.Builder |
FloatRules.Builder.clearLt()
`lt` requires the field value to be less than the specified value (field <
value).
|
FloatRules.Builder |
FloatRules.Builder.clearLte()
`lte` requires the field value to be less than or equal to the specified
value (field <= value).
|
FloatRules.Builder |
FloatRules.Builder.clearNotIn()
`in` requires the field value to not be equal to any of the specified
values.
|
FloatRules.Builder |
FloatRules.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
FloatRules.Builder |
FloatRules.Builder.clone() |
FloatRules.Builder |
FieldConstraints.Builder.getFloatBuilder()
Scalar Field Types
|
FloatRules.Builder |
FloatRules.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
static FloatRules.Builder |
FloatRules.newBuilder() |
static FloatRules.Builder |
FloatRules.newBuilder(FloatRules prototype) |
FloatRules.Builder |
FloatRules.newBuilderForType() |
protected FloatRules.Builder |
FloatRules.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
FloatRules.Builder |
FloatRules.Builder.setConst(float value)
`const` requires the field value to exactly match the specified value.
|
FloatRules.Builder |
FloatRules.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
FloatRules.Builder |
FloatRules.Builder.setFinite(boolean value)
`finite` requires the field value to be finite.
|
FloatRules.Builder |
FloatRules.Builder.setGt(float value)
`gt` requires the field value to be greater than the specified value
(exclusive).
|
FloatRules.Builder |
FloatRules.Builder.setGte(float value)
`gte` requires the field value to be greater than or equal to the specified
value (exclusive).
|
FloatRules.Builder |
FloatRules.Builder.setIn(int index,
float value)
`in` requires the field value to be equal to one of the specified values.
|
FloatRules.Builder |
FloatRules.Builder.setLt(float value)
`lt` requires the field value to be less than the specified value (field <
value).
|
FloatRules.Builder |
FloatRules.Builder.setLte(float value)
`lte` requires the field value to be less than or equal to the specified
value (field <= value).
|
FloatRules.Builder |
FloatRules.Builder.setNotIn(int index,
float value)
`in` requires the field value to not be equal to any of the specified
values.
|
FloatRules.Builder |
FloatRules.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
FloatRules.Builder |
FloatRules.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
FloatRules.Builder |
FloatRules.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
FieldConstraints.Builder |
FieldConstraints.Builder.setFloat(FloatRules.Builder builderForValue)
Scalar Field Types
|
Copyright © 2023. All rights reserved.