public static interface Validate.TimestampRulesOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Timestamp |
getConst()
Const specifies that this field must be exactly the specified value
optional .google.protobuf.Timestamp const = 2; |
com.google.protobuf.TimestampOrBuilder |
getConstOrBuilder()
Const specifies that this field must be exactly the specified value
optional .google.protobuf.Timestamp const = 2; |
com.google.protobuf.Timestamp |
getGt()
Gt specifies that this field must be greater than the specified value,
exclusive
optional .google.protobuf.Timestamp gt = 5; |
com.google.protobuf.Timestamp |
getGte()
Gte specifies that this field must be greater than the specified value,
inclusive
optional .google.protobuf.Timestamp gte = 6; |
com.google.protobuf.TimestampOrBuilder |
getGteOrBuilder()
Gte specifies that this field must be greater than the specified value,
inclusive
optional .google.protobuf.Timestamp gte = 6; |
boolean |
getGtNow()
GtNow specifies that this must be greater than the current time.
|
com.google.protobuf.TimestampOrBuilder |
getGtOrBuilder()
Gt specifies that this field must be greater than the specified value,
exclusive
optional .google.protobuf.Timestamp gt = 5; |
com.google.protobuf.Timestamp |
getLt()
Lt specifies that this field must be less than the specified value,
exclusive
optional .google.protobuf.Timestamp lt = 3; |
com.google.protobuf.Timestamp |
getLte()
Lte specifies that this field must be less than the specified value,
inclusive
optional .google.protobuf.Timestamp lte = 4; |
com.google.protobuf.TimestampOrBuilder |
getLteOrBuilder()
Lte specifies that this field must be less than the specified value,
inclusive
optional .google.protobuf.Timestamp lte = 4; |
boolean |
getLtNow()
LtNow specifies that this must be less than the current time.
|
com.google.protobuf.TimestampOrBuilder |
getLtOrBuilder()
Lt specifies that this field must be less than the specified value,
exclusive
optional .google.protobuf.Timestamp lt = 3; |
boolean |
getRequired()
Required specifies that this field must be set
optional bool required = 1; |
com.google.protobuf.Duration |
getWithin()
Within specifies that this field must be within this duration of the
current time.
|
com.google.protobuf.DurationOrBuilder |
getWithinOrBuilder()
Within specifies that this field must be within this duration of the
current time.
|
boolean |
hasConst()
Const specifies that this field must be exactly the specified value
optional .google.protobuf.Timestamp const = 2; |
boolean |
hasGt()
Gt specifies that this field must be greater than the specified value,
exclusive
optional .google.protobuf.Timestamp gt = 5; |
boolean |
hasGte()
Gte specifies that this field must be greater than the specified value,
inclusive
optional .google.protobuf.Timestamp gte = 6; |
boolean |
hasGtNow()
GtNow specifies that this must be greater than the current time.
|
boolean |
hasLt()
Lt specifies that this field must be less than the specified value,
exclusive
optional .google.protobuf.Timestamp lt = 3; |
boolean |
hasLte()
Lte specifies that this field must be less than the specified value,
inclusive
optional .google.protobuf.Timestamp lte = 4; |
boolean |
hasLtNow()
LtNow specifies that this must be less than the current time.
|
boolean |
hasRequired()
Required specifies that this field must be set
optional bool required = 1; |
boolean |
hasWithin()
Within specifies that this field must be within this duration of the
current time.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasRequired()
Required specifies that this field must be set
optional bool required = 1;boolean getRequired()
Required specifies that this field must be set
optional bool required = 1;boolean hasConst()
Const specifies that this field must be exactly the specified value
optional .google.protobuf.Timestamp const = 2;com.google.protobuf.Timestamp getConst()
Const specifies that this field must be exactly the specified value
optional .google.protobuf.Timestamp const = 2;com.google.protobuf.TimestampOrBuilder getConstOrBuilder()
Const specifies that this field must be exactly the specified value
optional .google.protobuf.Timestamp const = 2;boolean hasLt()
Lt specifies that this field must be less than the specified value, exclusive
optional .google.protobuf.Timestamp lt = 3;com.google.protobuf.Timestamp getLt()
Lt specifies that this field must be less than the specified value, exclusive
optional .google.protobuf.Timestamp lt = 3;com.google.protobuf.TimestampOrBuilder getLtOrBuilder()
Lt specifies that this field must be less than the specified value, exclusive
optional .google.protobuf.Timestamp lt = 3;boolean hasLte()
Lte specifies that this field must be less than the specified value, inclusive
optional .google.protobuf.Timestamp lte = 4;com.google.protobuf.Timestamp getLte()
Lte specifies that this field must be less than the specified value, inclusive
optional .google.protobuf.Timestamp lte = 4;com.google.protobuf.TimestampOrBuilder getLteOrBuilder()
Lte specifies that this field must be less than the specified value, inclusive
optional .google.protobuf.Timestamp lte = 4;boolean hasGt()
Gt specifies that this field must be greater than the specified value, exclusive
optional .google.protobuf.Timestamp gt = 5;com.google.protobuf.Timestamp getGt()
Gt specifies that this field must be greater than the specified value, exclusive
optional .google.protobuf.Timestamp gt = 5;com.google.protobuf.TimestampOrBuilder getGtOrBuilder()
Gt specifies that this field must be greater than the specified value, exclusive
optional .google.protobuf.Timestamp gt = 5;boolean hasGte()
Gte specifies that this field must be greater than the specified value, inclusive
optional .google.protobuf.Timestamp gte = 6;com.google.protobuf.Timestamp getGte()
Gte specifies that this field must be greater than the specified value, inclusive
optional .google.protobuf.Timestamp gte = 6;com.google.protobuf.TimestampOrBuilder getGteOrBuilder()
Gte specifies that this field must be greater than the specified value, inclusive
optional .google.protobuf.Timestamp gte = 6;boolean hasLtNow()
LtNow specifies that this must be less than the current time. LtNow can only be used with the Within rule.
optional bool lt_now = 7;boolean getLtNow()
LtNow specifies that this must be less than the current time. LtNow can only be used with the Within rule.
optional bool lt_now = 7;boolean hasGtNow()
GtNow specifies that this must be greater than the current time. GtNow can only be used with the Within rule.
optional bool gt_now = 8;boolean getGtNow()
GtNow specifies that this must be greater than the current time. GtNow can only be used with the Within rule.
optional bool gt_now = 8;boolean hasWithin()
Within specifies that this field must be within this duration of the current time. This constraint can be used alone or with the LtNow and GtNow rules.
optional .google.protobuf.Duration within = 9;com.google.protobuf.Duration getWithin()
Within specifies that this field must be within this duration of the current time. This constraint can be used alone or with the LtNow and GtNow rules.
optional .google.protobuf.Duration within = 9;com.google.protobuf.DurationOrBuilder getWithinOrBuilder()
Within specifies that this field must be within this duration of the current time. This constraint can be used alone or with the LtNow and GtNow rules.
optional .google.protobuf.Duration within = 9;Copyright © 2018–2021 The Envoy Project. All rights reserved.