Uses of Class
io.envoyproxy.pgv.validate.Validate.DurationRules.Builder
Packages that use Validate.DurationRules.Builder
-
Uses of Validate.DurationRules.Builder in io.envoyproxy.pgv.validate
Fields in io.envoyproxy.pgv.validate with type parameters of type Validate.DurationRules.BuilderModifier and TypeFieldDescriptionprivate com.google.protobuf.SingleFieldBuilder
<Validate.DurationRules, Validate.DurationRules.Builder, Validate.DurationRulesOrBuilder> Validate.FieldRules.Builder.durationBuilder_
Methods in io.envoyproxy.pgv.validate that return Validate.DurationRules.BuilderModifier and TypeMethodDescriptionIn specifies that this field must be equal to one of the specified valuesValidate.DurationRules.Builder.addAllNotIn
(Iterable<? extends com.google.protobuf.Duration> values) NotIn specifies that this field cannot be equal to one of the specified valuesValidate.DurationRules.Builder.addIn
(int index, com.google.protobuf.Duration value) In specifies that this field must be equal to one of the specified valuesValidate.DurationRules.Builder.addIn
(int index, com.google.protobuf.Duration.Builder builderForValue) In specifies that this field must be equal to one of the specified valuesValidate.DurationRules.Builder.addIn
(com.google.protobuf.Duration value) In specifies that this field must be equal to one of the specified valuesValidate.DurationRules.Builder.addIn
(com.google.protobuf.Duration.Builder builderForValue) In specifies that this field must be equal to one of the specified valuesValidate.DurationRules.Builder.addNotIn
(int index, com.google.protobuf.Duration value) NotIn specifies that this field cannot be equal to one of the specified valuesValidate.DurationRules.Builder.addNotIn
(int index, com.google.protobuf.Duration.Builder builderForValue) NotIn specifies that this field cannot be equal to one of the specified valuesValidate.DurationRules.Builder.addNotIn
(com.google.protobuf.Duration value) NotIn specifies that this field cannot be equal to one of the specified valuesValidate.DurationRules.Builder.addNotIn
(com.google.protobuf.Duration.Builder builderForValue) NotIn specifies that this field cannot be equal to one of the specified valuesValidate.DurationRules.Builder.clear()
Validate.DurationRules.Builder.clearConst()
Const specifies that this field must be exactly the specified valueValidate.DurationRules.Builder.clearGt()
Gt specifies that this field must be greater than the specified value, exclusiveValidate.DurationRules.Builder.clearGte()
Gte specifies that this field must be greater than the specified value, inclusiveValidate.DurationRules.Builder.clearIn()
In specifies that this field must be equal to one of the specified valuesValidate.DurationRules.Builder.clearLt()
Lt specifies that this field must be less than the specified value, exclusiveValidate.DurationRules.Builder.clearLte()
Lt specifies that this field must be less than the specified value, inclusiveValidate.DurationRules.Builder.clearNotIn()
NotIn specifies that this field cannot be equal to one of the specified valuesValidate.DurationRules.Builder.clearRequired()
Required specifies that this field must be setValidate.FieldRules.Builder.getDurationBuilder()
.validate.DurationRules duration = 21;
Validate.DurationRules.Builder.mergeConst
(com.google.protobuf.Duration value) Const specifies that this field must be exactly the specified valueValidate.DurationRules.Builder.mergeFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Validate.DurationRules.Builder.mergeFrom
(com.google.protobuf.Message other) Validate.DurationRules.Builder.mergeFrom
(Validate.DurationRules other) Validate.DurationRules.Builder.mergeGt
(com.google.protobuf.Duration value) Gt specifies that this field must be greater than the specified value, exclusiveValidate.DurationRules.Builder.mergeGte
(com.google.protobuf.Duration value) Gte specifies that this field must be greater than the specified value, inclusiveValidate.DurationRules.Builder.mergeLt
(com.google.protobuf.Duration value) Lt specifies that this field must be less than the specified value, exclusiveValidate.DurationRules.Builder.mergeLte
(com.google.protobuf.Duration value) Lt specifies that this field must be less than the specified value, inclusiveValidate.DurationRules.newBuilder()
Validate.DurationRules.newBuilder
(Validate.DurationRules prototype) Validate.DurationRules.newBuilderForType()
protected Validate.DurationRules.Builder
Validate.DurationRules.newBuilderForType
(com.google.protobuf.AbstractMessage.BuilderParent parent) Validate.DurationRules.Builder.removeIn
(int index) In specifies that this field must be equal to one of the specified valuesValidate.DurationRules.Builder.removeNotIn
(int index) NotIn specifies that this field cannot be equal to one of the specified valuesValidate.DurationRules.Builder.setConst
(com.google.protobuf.Duration value) Const specifies that this field must be exactly the specified valueValidate.DurationRules.Builder.setConst
(com.google.protobuf.Duration.Builder builderForValue) Const specifies that this field must be exactly the specified valueValidate.DurationRules.Builder.setGt
(com.google.protobuf.Duration value) Gt specifies that this field must be greater than the specified value, exclusiveValidate.DurationRules.Builder.setGt
(com.google.protobuf.Duration.Builder builderForValue) Gt specifies that this field must be greater than the specified value, exclusiveValidate.DurationRules.Builder.setGte
(com.google.protobuf.Duration value) Gte specifies that this field must be greater than the specified value, inclusiveValidate.DurationRules.Builder.setGte
(com.google.protobuf.Duration.Builder builderForValue) Gte specifies that this field must be greater than the specified value, inclusiveValidate.DurationRules.Builder.setIn
(int index, com.google.protobuf.Duration value) In specifies that this field must be equal to one of the specified valuesValidate.DurationRules.Builder.setIn
(int index, com.google.protobuf.Duration.Builder builderForValue) In specifies that this field must be equal to one of the specified valuesValidate.DurationRules.Builder.setLt
(com.google.protobuf.Duration value) Lt specifies that this field must be less than the specified value, exclusiveValidate.DurationRules.Builder.setLt
(com.google.protobuf.Duration.Builder builderForValue) Lt specifies that this field must be less than the specified value, exclusiveValidate.DurationRules.Builder.setLte
(com.google.protobuf.Duration value) Lt specifies that this field must be less than the specified value, inclusiveValidate.DurationRules.Builder.setLte
(com.google.protobuf.Duration.Builder builderForValue) Lt specifies that this field must be less than the specified value, inclusiveValidate.DurationRules.Builder.setNotIn
(int index, com.google.protobuf.Duration value) NotIn specifies that this field cannot be equal to one of the specified valuesValidate.DurationRules.Builder.setNotIn
(int index, com.google.protobuf.Duration.Builder builderForValue) NotIn specifies that this field cannot be equal to one of the specified valuesValidate.DurationRules.Builder.setRequired
(boolean value) Required specifies that this field must be setValidate.DurationRules.toBuilder()
Methods in io.envoyproxy.pgv.validate that return types with arguments of type Validate.DurationRules.BuilderModifier and TypeMethodDescriptionprivate com.google.protobuf.SingleFieldBuilder
<Validate.DurationRules, Validate.DurationRules.Builder, Validate.DurationRulesOrBuilder> Validate.FieldRules.Builder.getDurationFieldBuilder()
.validate.DurationRules duration = 21;
Methods in io.envoyproxy.pgv.validate with parameters of type Validate.DurationRules.BuilderModifier and TypeMethodDescriptionValidate.FieldRules.Builder.setDuration
(Validate.DurationRules.Builder builderForValue) .validate.DurationRules duration = 21;