| Package | Description |
|---|---|
| com.buf.validate |
| Modifier and Type | Method and Description |
|---|---|
DurationRules.Builder |
DurationRules.Builder.addAllIn(Iterable<? extends com.google.protobuf.Duration> values)
`in` asserts that the field must be equal to one of the specified values of the `google.protobuf.Duration` type.
|
DurationRules.Builder |
DurationRules.Builder.addAllNotIn(Iterable<? extends com.google.protobuf.Duration> values)
`not_in` denotes that the field must not be equal to
any of the specified values of the `google.protobuf.Duration` type.
|
DurationRules.Builder |
DurationRules.Builder.addIn(com.google.protobuf.Duration.Builder builderForValue)
`in` asserts that the field must be equal to one of the specified values of the `google.protobuf.Duration` type.
|
DurationRules.Builder |
DurationRules.Builder.addIn(com.google.protobuf.Duration value)
`in` asserts that the field must be equal to one of the specified values of the `google.protobuf.Duration` type.
|
DurationRules.Builder |
DurationRules.Builder.addIn(int index,
com.google.protobuf.Duration.Builder builderForValue)
`in` asserts that the field must be equal to one of the specified values of the `google.protobuf.Duration` type.
|
DurationRules.Builder |
DurationRules.Builder.addIn(int index,
com.google.protobuf.Duration value)
`in` asserts that the field must be equal to one of the specified values of the `google.protobuf.Duration` type.
|
DurationRules.Builder |
DurationRules.Builder.addNotIn(com.google.protobuf.Duration.Builder builderForValue)
`not_in` denotes that the field must not be equal to
any of the specified values of the `google.protobuf.Duration` type.
|
DurationRules.Builder |
DurationRules.Builder.addNotIn(com.google.protobuf.Duration value)
`not_in` denotes that the field must not be equal to
any of the specified values of the `google.protobuf.Duration` type.
|
DurationRules.Builder |
DurationRules.Builder.addNotIn(int index,
com.google.protobuf.Duration.Builder builderForValue)
`not_in` denotes that the field must not be equal to
any of the specified values of the `google.protobuf.Duration` type.
|
DurationRules.Builder |
DurationRules.Builder.addNotIn(int index,
com.google.protobuf.Duration value)
`not_in` denotes that the field must not be equal to
any of the specified values of the `google.protobuf.Duration` type.
|
DurationRules.Builder |
DurationRules.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
DurationRules.Builder |
DurationRules.Builder.clear() |
DurationRules.Builder |
DurationRules.Builder.clearConst()
`const` dictates that the field must match the specified value of the `google.protobuf.Duration` type exactly.
|
DurationRules.Builder |
DurationRules.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
DurationRules.Builder |
DurationRules.Builder.clearGreaterThan() |
DurationRules.Builder |
DurationRules.Builder.clearGt()
`gt` requires the duration field value to be greater than the specified
value (exclusive).
|
DurationRules.Builder |
DurationRules.Builder.clearGte()
`gte` requires the duration field value to be greater than or equal to the
specified value (exclusive).
|
DurationRules.Builder |
DurationRules.Builder.clearIn()
`in` asserts that the field must be equal to one of the specified values of the `google.protobuf.Duration` type.
|
DurationRules.Builder |
DurationRules.Builder.clearLessThan() |
DurationRules.Builder |
DurationRules.Builder.clearLt()
`lt` stipulates that the field must be less than the specified value of the `google.protobuf.Duration` type,
exclusive.
|
DurationRules.Builder |
DurationRules.Builder.clearLte()
`lte` indicates that the field must be less than or equal to the specified
value of the `google.protobuf.Duration` type, inclusive.
|
DurationRules.Builder |
DurationRules.Builder.clearNotIn()
`not_in` denotes that the field must not be equal to
any of the specified values of the `google.protobuf.Duration` type.
|
DurationRules.Builder |
DurationRules.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
DurationRules.Builder |
DurationRules.Builder.clone() |
DurationRules.Builder |
FieldConstraints.Builder.getDurationBuilder()
.buf.validate.DurationRules duration = 21 [json_name = "duration"]; |
DurationRules.Builder |
DurationRules.Builder.mergeConst(com.google.protobuf.Duration value)
`const` dictates that the field must match the specified value of the `google.protobuf.Duration` type exactly.
|
DurationRules.Builder |
DurationRules.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
DurationRules.Builder |
DurationRules.Builder.mergeFrom(DurationRules other) |
DurationRules.Builder |
DurationRules.Builder.mergeFrom(com.google.protobuf.Message other) |
DurationRules.Builder |
DurationRules.Builder.mergeGt(com.google.protobuf.Duration value)
`gt` requires the duration field value to be greater than the specified
value (exclusive).
|
DurationRules.Builder |
DurationRules.Builder.mergeGte(com.google.protobuf.Duration value)
`gte` requires the duration field value to be greater than or equal to the
specified value (exclusive).
|
DurationRules.Builder |
DurationRules.Builder.mergeLt(com.google.protobuf.Duration value)
`lt` stipulates that the field must be less than the specified value of the `google.protobuf.Duration` type,
exclusive.
|
DurationRules.Builder |
DurationRules.Builder.mergeLte(com.google.protobuf.Duration value)
`lte` indicates that the field must be less than or equal to the specified
value of the `google.protobuf.Duration` type, inclusive.
|
DurationRules.Builder |
DurationRules.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
static DurationRules.Builder |
DurationRules.newBuilder() |
static DurationRules.Builder |
DurationRules.newBuilder(DurationRules prototype) |
DurationRules.Builder |
DurationRules.newBuilderForType() |
protected DurationRules.Builder |
DurationRules.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
DurationRules.Builder |
DurationRules.Builder.removeIn(int index)
`in` asserts that the field must be equal to one of the specified values of the `google.protobuf.Duration` type.
|
DurationRules.Builder |
DurationRules.Builder.removeNotIn(int index)
`not_in` denotes that the field must not be equal to
any of the specified values of the `google.protobuf.Duration` type.
|
DurationRules.Builder |
DurationRules.Builder.setConst(com.google.protobuf.Duration.Builder builderForValue)
`const` dictates that the field must match the specified value of the `google.protobuf.Duration` type exactly.
|
DurationRules.Builder |
DurationRules.Builder.setConst(com.google.protobuf.Duration value)
`const` dictates that the field must match the specified value of the `google.protobuf.Duration` type exactly.
|
DurationRules.Builder |
DurationRules.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
DurationRules.Builder |
DurationRules.Builder.setGt(com.google.protobuf.Duration.Builder builderForValue)
`gt` requires the duration field value to be greater than the specified
value (exclusive).
|
DurationRules.Builder |
DurationRules.Builder.setGt(com.google.protobuf.Duration value)
`gt` requires the duration field value to be greater than the specified
value (exclusive).
|
DurationRules.Builder |
DurationRules.Builder.setGte(com.google.protobuf.Duration.Builder builderForValue)
`gte` requires the duration field value to be greater than or equal to the
specified value (exclusive).
|
DurationRules.Builder |
DurationRules.Builder.setGte(com.google.protobuf.Duration value)
`gte` requires the duration field value to be greater than or equal to the
specified value (exclusive).
|
DurationRules.Builder |
DurationRules.Builder.setIn(int index,
com.google.protobuf.Duration.Builder builderForValue)
`in` asserts that the field must be equal to one of the specified values of the `google.protobuf.Duration` type.
|
DurationRules.Builder |
DurationRules.Builder.setIn(int index,
com.google.protobuf.Duration value)
`in` asserts that the field must be equal to one of the specified values of the `google.protobuf.Duration` type.
|
DurationRules.Builder |
DurationRules.Builder.setLt(com.google.protobuf.Duration.Builder builderForValue)
`lt` stipulates that the field must be less than the specified value of the `google.protobuf.Duration` type,
exclusive.
|
DurationRules.Builder |
DurationRules.Builder.setLt(com.google.protobuf.Duration value)
`lt` stipulates that the field must be less than the specified value of the `google.protobuf.Duration` type,
exclusive.
|
DurationRules.Builder |
DurationRules.Builder.setLte(com.google.protobuf.Duration.Builder builderForValue)
`lte` indicates that the field must be less than or equal to the specified
value of the `google.protobuf.Duration` type, inclusive.
|
DurationRules.Builder |
DurationRules.Builder.setLte(com.google.protobuf.Duration value)
`lte` indicates that the field must be less than or equal to the specified
value of the `google.protobuf.Duration` type, inclusive.
|
DurationRules.Builder |
DurationRules.Builder.setNotIn(int index,
com.google.protobuf.Duration.Builder builderForValue)
`not_in` denotes that the field must not be equal to
any of the specified values of the `google.protobuf.Duration` type.
|
DurationRules.Builder |
DurationRules.Builder.setNotIn(int index,
com.google.protobuf.Duration value)
`not_in` denotes that the field must not be equal to
any of the specified values of the `google.protobuf.Duration` type.
|
DurationRules.Builder |
DurationRules.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
DurationRules.Builder |
DurationRules.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
DurationRules.Builder |
DurationRules.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
FieldConstraints.Builder |
FieldConstraints.Builder.setDuration(DurationRules.Builder builderForValue)
.buf.validate.DurationRules duration = 21 [json_name = "duration"]; |
Copyright © 2024. All rights reserved.