Uses of Class
io.envoyproxy.pgv.validate.Validate.TimestampRules.Builder
Packages that use Validate.TimestampRules.Builder
-
Uses of Validate.TimestampRules.Builder in io.envoyproxy.pgv.validate
Fields in io.envoyproxy.pgv.validate with type parameters of type Validate.TimestampRules.BuilderModifier and TypeFieldDescriptionprivate com.google.protobuf.SingleFieldBuilder
<Validate.TimestampRules, Validate.TimestampRules.Builder, Validate.TimestampRulesOrBuilder> Validate.FieldRules.Builder.timestampBuilder_
Methods in io.envoyproxy.pgv.validate that return Validate.TimestampRules.BuilderModifier and TypeMethodDescriptionValidate.TimestampRules.Builder.clear()
Validate.TimestampRules.Builder.clearConst()
Const specifies that this field must be exactly the specified valueValidate.TimestampRules.Builder.clearGt()
Gt specifies that this field must be greater than the specified value, exclusiveValidate.TimestampRules.Builder.clearGte()
Gte specifies that this field must be greater than the specified value, inclusiveValidate.TimestampRules.Builder.clearGtNow()
GtNow specifies that this must be greater than the current time.Validate.TimestampRules.Builder.clearLt()
Lt specifies that this field must be less than the specified value, exclusiveValidate.TimestampRules.Builder.clearLte()
Lte specifies that this field must be less than the specified value, inclusiveValidate.TimestampRules.Builder.clearLtNow()
LtNow specifies that this must be less than the current time.Validate.TimestampRules.Builder.clearRequired()
Required specifies that this field must be setValidate.TimestampRules.Builder.clearWithin()
Within specifies that this field must be within this duration of the current time.Validate.FieldRules.Builder.getTimestampBuilder()
.validate.TimestampRules timestamp = 22;
Validate.TimestampRules.Builder.mergeConst
(com.google.protobuf.Timestamp value) Const specifies that this field must be exactly the specified valueValidate.TimestampRules.Builder.mergeFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Validate.TimestampRules.Builder.mergeFrom
(com.google.protobuf.Message other) Validate.TimestampRules.Builder.mergeFrom
(Validate.TimestampRules other) Validate.TimestampRules.Builder.mergeGt
(com.google.protobuf.Timestamp value) Gt specifies that this field must be greater than the specified value, exclusiveValidate.TimestampRules.Builder.mergeGte
(com.google.protobuf.Timestamp value) Gte specifies that this field must be greater than the specified value, inclusiveValidate.TimestampRules.Builder.mergeLt
(com.google.protobuf.Timestamp value) Lt specifies that this field must be less than the specified value, exclusiveValidate.TimestampRules.Builder.mergeLte
(com.google.protobuf.Timestamp value) Lte specifies that this field must be less than the specified value, inclusiveValidate.TimestampRules.Builder.mergeWithin
(com.google.protobuf.Duration value) Within specifies that this field must be within this duration of the current time.Validate.TimestampRules.newBuilder()
Validate.TimestampRules.newBuilder
(Validate.TimestampRules prototype) Validate.TimestampRules.newBuilderForType()
protected Validate.TimestampRules.Builder
Validate.TimestampRules.newBuilderForType
(com.google.protobuf.AbstractMessage.BuilderParent parent) Validate.TimestampRules.Builder.setConst
(com.google.protobuf.Timestamp value) Const specifies that this field must be exactly the specified valueValidate.TimestampRules.Builder.setConst
(com.google.protobuf.Timestamp.Builder builderForValue) Const specifies that this field must be exactly the specified valueValidate.TimestampRules.Builder.setGt
(com.google.protobuf.Timestamp value) Gt specifies that this field must be greater than the specified value, exclusiveValidate.TimestampRules.Builder.setGt
(com.google.protobuf.Timestamp.Builder builderForValue) Gt specifies that this field must be greater than the specified value, exclusiveValidate.TimestampRules.Builder.setGte
(com.google.protobuf.Timestamp value) Gte specifies that this field must be greater than the specified value, inclusiveValidate.TimestampRules.Builder.setGte
(com.google.protobuf.Timestamp.Builder builderForValue) Gte specifies that this field must be greater than the specified value, inclusiveValidate.TimestampRules.Builder.setGtNow
(boolean value) GtNow specifies that this must be greater than the current time.Validate.TimestampRules.Builder.setLt
(com.google.protobuf.Timestamp value) Lt specifies that this field must be less than the specified value, exclusiveValidate.TimestampRules.Builder.setLt
(com.google.protobuf.Timestamp.Builder builderForValue) Lt specifies that this field must be less than the specified value, exclusiveValidate.TimestampRules.Builder.setLte
(com.google.protobuf.Timestamp value) Lte specifies that this field must be less than the specified value, inclusiveValidate.TimestampRules.Builder.setLte
(com.google.protobuf.Timestamp.Builder builderForValue) Lte specifies that this field must be less than the specified value, inclusiveValidate.TimestampRules.Builder.setLtNow
(boolean value) LtNow specifies that this must be less than the current time.Validate.TimestampRules.Builder.setRequired
(boolean value) Required specifies that this field must be setValidate.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.setWithin
(com.google.protobuf.Duration.Builder builderForValue) Within specifies that this field must be within this duration of the current time.Validate.TimestampRules.toBuilder()
Methods in io.envoyproxy.pgv.validate that return types with arguments of type Validate.TimestampRules.BuilderModifier and TypeMethodDescriptionprivate com.google.protobuf.SingleFieldBuilder
<Validate.TimestampRules, Validate.TimestampRules.Builder, Validate.TimestampRulesOrBuilder> Validate.FieldRules.Builder.internalGetTimestampFieldBuilder()
.validate.TimestampRules timestamp = 22;
Methods in io.envoyproxy.pgv.validate with parameters of type Validate.TimestampRules.BuilderModifier and TypeMethodDescriptionValidate.FieldRules.Builder.setTimestamp
(Validate.TimestampRules.Builder builderForValue) .validate.TimestampRules timestamp = 22;