Validate.TimestampRules.Builder |
Validate.TimestampRules.Builder.clear() |
|
Validate.TimestampRules.Builder |
Validate.TimestampRules.Builder.clearConst() |
Const specifies that this field must be exactly the specified value
|
Validate.TimestampRules.Builder |
Validate.TimestampRules.Builder.clearGt() |
Gt specifies that this field must be greater than the specified value,
exclusive
|
Validate.TimestampRules.Builder |
Validate.TimestampRules.Builder.clearGte() |
Gte specifies that this field must be greater than the specified value,
inclusive
|
Validate.TimestampRules.Builder |
Validate.TimestampRules.Builder.clearGtNow() |
GtNow specifies that this must be greater than the current time.
|
Validate.TimestampRules.Builder |
Validate.TimestampRules.Builder.clearLt() |
Lt specifies that this field must be less than the specified value,
exclusive
|
Validate.TimestampRules.Builder |
Validate.TimestampRules.Builder.clearLte() |
Lte specifies that this field must be less than the specified value,
inclusive
|
Validate.TimestampRules.Builder |
Validate.TimestampRules.Builder.clearLtNow() |
LtNow specifies that this must be less than the current time.
|
Validate.TimestampRules.Builder |
Validate.TimestampRules.Builder.clearRequired() |
Required specifies that this field must be set
|
Validate.TimestampRules.Builder |
Validate.TimestampRules.Builder.clearWithin() |
Within specifies that this field must be within this duration of the
current time.
|
Validate.TimestampRules.Builder |
Validate.FieldRules.Builder.getTimestampBuilder() |
.validate.TimestampRules timestamp = 22;
|
Validate.TimestampRules.Builder |
Validate.TimestampRules.Builder.mergeConst(com.google.protobuf.Timestamp value) |
Const specifies that this field must be exactly the specified value
|
Validate.TimestampRules.Builder |
Validate.TimestampRules.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
|
Validate.TimestampRules.Builder |
Validate.TimestampRules.Builder.mergeFrom(com.google.protobuf.Message other) |
|
Validate.TimestampRules.Builder |
Validate.TimestampRules.Builder.mergeFrom(Validate.TimestampRules other) |
|
Validate.TimestampRules.Builder |
Validate.TimestampRules.Builder.mergeGt(com.google.protobuf.Timestamp value) |
Gt specifies that this field must be greater than the specified value,
exclusive
|
Validate.TimestampRules.Builder |
Validate.TimestampRules.Builder.mergeGte(com.google.protobuf.Timestamp value) |
Gte specifies that this field must be greater than the specified value,
inclusive
|
Validate.TimestampRules.Builder |
Validate.TimestampRules.Builder.mergeLt(com.google.protobuf.Timestamp value) |
Lt specifies that this field must be less than the specified value,
exclusive
|
Validate.TimestampRules.Builder |
Validate.TimestampRules.Builder.mergeLte(com.google.protobuf.Timestamp value) |
Lte specifies that this field must be less than the specified value,
inclusive
|
Validate.TimestampRules.Builder |
Validate.TimestampRules.Builder.mergeWithin(com.google.protobuf.Duration value) |
Within specifies that this field must be within this duration of the
current time.
|
static Validate.TimestampRules.Builder |
Validate.TimestampRules.newBuilder() |
|
static Validate.TimestampRules.Builder |
Validate.TimestampRules.newBuilder(Validate.TimestampRules prototype) |
|
Validate.TimestampRules.Builder |
Validate.TimestampRules.newBuilderForType() |
|
protected Validate.TimestampRules.Builder |
Validate.TimestampRules.newBuilderForType(com.google.protobuf.AbstractMessage.BuilderParent parent) |
|
Validate.TimestampRules.Builder |
Validate.TimestampRules.Builder.setConst(com.google.protobuf.Timestamp value) |
Const specifies that this field must be exactly the specified value
|
Validate.TimestampRules.Builder |
Validate.TimestampRules.Builder.setConst(com.google.protobuf.Timestamp.Builder builderForValue) |
Const specifies that this field must be exactly the specified value
|
Validate.TimestampRules.Builder |
Validate.TimestampRules.Builder.setGt(com.google.protobuf.Timestamp value) |
Gt specifies that this field must be greater than the specified value,
exclusive
|
Validate.TimestampRules.Builder |
Validate.TimestampRules.Builder.setGt(com.google.protobuf.Timestamp.Builder builderForValue) |
Gt specifies that this field must be greater than the specified value,
exclusive
|
Validate.TimestampRules.Builder |
Validate.TimestampRules.Builder.setGte(com.google.protobuf.Timestamp value) |
Gte specifies that this field must be greater than the specified value,
inclusive
|
Validate.TimestampRules.Builder |
Validate.TimestampRules.Builder.setGte(com.google.protobuf.Timestamp.Builder builderForValue) |
Gte specifies that this field must be greater than the specified value,
inclusive
|
Validate.TimestampRules.Builder |
Validate.TimestampRules.Builder.setGtNow(boolean value) |
GtNow specifies that this must be greater than the current time.
|
Validate.TimestampRules.Builder |
Validate.TimestampRules.Builder.setLt(com.google.protobuf.Timestamp value) |
Lt specifies that this field must be less than the specified value,
exclusive
|
Validate.TimestampRules.Builder |
Validate.TimestampRules.Builder.setLt(com.google.protobuf.Timestamp.Builder builderForValue) |
Lt specifies that this field must be less than the specified value,
exclusive
|
Validate.TimestampRules.Builder |
Validate.TimestampRules.Builder.setLte(com.google.protobuf.Timestamp value) |
Lte specifies that this field must be less than the specified value,
inclusive
|
Validate.TimestampRules.Builder |
Validate.TimestampRules.Builder.setLte(com.google.protobuf.Timestamp.Builder builderForValue) |
Lte specifies that this field must be less than the specified value,
inclusive
|
Validate.TimestampRules.Builder |
Validate.TimestampRules.Builder.setLtNow(boolean value) |
LtNow specifies that this must be less than the current time.
|
Validate.TimestampRules.Builder |
Validate.TimestampRules.Builder.setRequired(boolean value) |
Required specifies that this field must be set
|
Validate.TimestampRules.Builder |
Validate.TimestampRules.Builder.setWithin(com.google.protobuf.Duration value) |
Within specifies that this field must be within this duration of the
current time.
|
Validate.TimestampRules.Builder |
Validate.TimestampRules.Builder.setWithin(com.google.protobuf.Duration.Builder builderForValue) |
Within specifies that this field must be within this duration of the
current time.
|
Validate.TimestampRules.Builder |
Validate.TimestampRules.toBuilder() |
|