| Package | Description |
|---|---|
| com.buf.validate |
| Modifier and Type | Method and Description |
|---|---|
TimestampRules.Builder |
TimestampRules.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
TimestampRules.Builder |
TimestampRules.Builder.clear() |
TimestampRules.Builder |
TimestampRules.Builder.clearConst()
`const` dictates that this field, of the `google.protobuf.Timestamp` type, must exactly match the specified value.
|
TimestampRules.Builder |
TimestampRules.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
TimestampRules.Builder |
TimestampRules.Builder.clearGreaterThan() |
TimestampRules.Builder |
TimestampRules.Builder.clearGt()
`gt` requires the timestamp field value to be greater than the specified
value (exclusive).
|
TimestampRules.Builder |
TimestampRules.Builder.clearGte()
`gte` requires the timestamp field value to be greater than or equal to the
specified value (exclusive).
|
TimestampRules.Builder |
TimestampRules.Builder.clearGtNow()
`gt_now` specifies that this field, of the `google.protobuf.Timestamp` type, must be greater than the current time.
|
TimestampRules.Builder |
TimestampRules.Builder.clearLessThan() |
TimestampRules.Builder |
TimestampRules.Builder.clearLt()
requires the duration field value to be less than the specified value (field < value).
|
TimestampRules.Builder |
TimestampRules.Builder.clearLte()
requires the timestamp field value to be less than or equal to the specified value (field <= value).
|
TimestampRules.Builder |
TimestampRules.Builder.clearLtNow()
`lt_now` specifies that this field, of the `google.protobuf.Timestamp` type, must be less than the current time.
|
TimestampRules.Builder |
TimestampRules.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
TimestampRules.Builder |
TimestampRules.Builder.clearWithin()
`within` specifies that this field, of the `google.protobuf.Timestamp` type, must be within the specified duration of the current time.
|
TimestampRules.Builder |
TimestampRules.Builder.clone() |
TimestampRules.Builder |
FieldConstraints.Builder.getTimestampBuilder()
.buf.validate.TimestampRules timestamp = 22 [json_name = "timestamp"]; |
TimestampRules.Builder |
TimestampRules.Builder.mergeConst(com.google.protobuf.Timestamp value)
`const` dictates that this field, of the `google.protobuf.Timestamp` type, must exactly match the specified value.
|
TimestampRules.Builder |
TimestampRules.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
TimestampRules.Builder |
TimestampRules.Builder.mergeFrom(com.google.protobuf.Message other) |
TimestampRules.Builder |
TimestampRules.Builder.mergeFrom(TimestampRules other) |
TimestampRules.Builder |
TimestampRules.Builder.mergeGt(com.google.protobuf.Timestamp value)
`gt` requires the timestamp field value to be greater than the specified
value (exclusive).
|
TimestampRules.Builder |
TimestampRules.Builder.mergeGte(com.google.protobuf.Timestamp value)
`gte` requires the timestamp field value to be greater than or equal to the
specified value (exclusive).
|
TimestampRules.Builder |
TimestampRules.Builder.mergeLt(com.google.protobuf.Timestamp value)
requires the duration field value to be less than the specified value (field < value).
|
TimestampRules.Builder |
TimestampRules.Builder.mergeLte(com.google.protobuf.Timestamp value)
requires the timestamp field value to be less than or equal to the specified value (field <= value).
|
TimestampRules.Builder |
TimestampRules.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
TimestampRules.Builder |
TimestampRules.Builder.mergeWithin(com.google.protobuf.Duration value)
`within` specifies that this field, of the `google.protobuf.Timestamp` type, must be within the specified duration of the current time.
|
static TimestampRules.Builder |
TimestampRules.newBuilder() |
static TimestampRules.Builder |
TimestampRules.newBuilder(TimestampRules prototype) |
TimestampRules.Builder |
TimestampRules.newBuilderForType() |
protected TimestampRules.Builder |
TimestampRules.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
TimestampRules.Builder |
TimestampRules.Builder.setConst(com.google.protobuf.Timestamp.Builder builderForValue)
`const` dictates that this field, of the `google.protobuf.Timestamp` type, must exactly match the specified value.
|
TimestampRules.Builder |
TimestampRules.Builder.setConst(com.google.protobuf.Timestamp value)
`const` dictates that this field, of the `google.protobuf.Timestamp` type, must exactly match the specified value.
|
TimestampRules.Builder |
TimestampRules.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
TimestampRules.Builder |
TimestampRules.Builder.setGt(com.google.protobuf.Timestamp.Builder builderForValue)
`gt` requires the timestamp field value to be greater than the specified
value (exclusive).
|
TimestampRules.Builder |
TimestampRules.Builder.setGt(com.google.protobuf.Timestamp value)
`gt` requires the timestamp field value to be greater than the specified
value (exclusive).
|
TimestampRules.Builder |
TimestampRules.Builder.setGte(com.google.protobuf.Timestamp.Builder builderForValue)
`gte` requires the timestamp field value to be greater than or equal to the
specified value (exclusive).
|
TimestampRules.Builder |
TimestampRules.Builder.setGte(com.google.protobuf.Timestamp value)
`gte` requires the timestamp field value to be greater than or equal to the
specified value (exclusive).
|
TimestampRules.Builder |
TimestampRules.Builder.setGtNow(boolean value)
`gt_now` specifies that this field, of the `google.protobuf.Timestamp` type, must be greater than the current time.
|
TimestampRules.Builder |
TimestampRules.Builder.setLt(com.google.protobuf.Timestamp.Builder builderForValue)
requires the duration field value to be less than the specified value (field < value).
|
TimestampRules.Builder |
TimestampRules.Builder.setLt(com.google.protobuf.Timestamp value)
requires the duration field value to be less than the specified value (field < value).
|
TimestampRules.Builder |
TimestampRules.Builder.setLte(com.google.protobuf.Timestamp.Builder builderForValue)
requires the timestamp field value to be less than or equal to the specified value (field <= value).
|
TimestampRules.Builder |
TimestampRules.Builder.setLte(com.google.protobuf.Timestamp value)
requires the timestamp field value to be less than or equal to the specified value (field <= value).
|
TimestampRules.Builder |
TimestampRules.Builder.setLtNow(boolean value)
`lt_now` specifies that this field, of the `google.protobuf.Timestamp` type, must be less than the current time.
|
TimestampRules.Builder |
TimestampRules.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
TimestampRules.Builder |
TimestampRules.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
TimestampRules.Builder |
TimestampRules.Builder.setWithin(com.google.protobuf.Duration.Builder builderForValue)
`within` specifies that this field, of the `google.protobuf.Timestamp` type, must be within the specified duration of the current time.
|
TimestampRules.Builder |
TimestampRules.Builder.setWithin(com.google.protobuf.Duration value)
`within` specifies that this field, of the `google.protobuf.Timestamp` type, must be within the specified duration of the current time.
|
TimestampRules.Builder |
TimestampRules.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
FieldConstraints.Builder |
FieldConstraints.Builder.setTimestamp(TimestampRules.Builder builderForValue)
.buf.validate.TimestampRules timestamp = 22 [json_name = "timestamp"]; |
Copyright © 2024. All rights reserved.