| Package | Description |
|---|---|
| io.envoyproxy.pgv.validate |
| Modifier and Type | Method and Description |
|---|---|
Validate.DurationRules.Builder |
Validate.DurationRules.Builder.addAllIn(Iterable<? extends com.google.protobuf.Duration> values)
In specifies that this field must be equal to one of the specified
values
repeated .google.protobuf.Duration in = 7; |
Validate.DurationRules.Builder |
Validate.DurationRules.Builder.addAllNotIn(Iterable<? extends com.google.protobuf.Duration> values)
NotIn specifies that this field cannot be equal to one of the specified
values
repeated .google.protobuf.Duration not_in = 8; |
Validate.DurationRules.Builder |
Validate.DurationRules.Builder.addIn(com.google.protobuf.Duration.Builder builderForValue)
In specifies that this field must be equal to one of the specified
values
repeated .google.protobuf.Duration in = 7; |
Validate.DurationRules.Builder |
Validate.DurationRules.Builder.addIn(com.google.protobuf.Duration value)
In specifies that this field must be equal to one of the specified
values
repeated .google.protobuf.Duration in = 7; |
Validate.DurationRules.Builder |
Validate.DurationRules.Builder.addIn(int index,
com.google.protobuf.Duration.Builder builderForValue)
In specifies that this field must be equal to one of the specified
values
repeated .google.protobuf.Duration in = 7; |
Validate.DurationRules.Builder |
Validate.DurationRules.Builder.addIn(int index,
com.google.protobuf.Duration value)
In specifies that this field must be equal to one of the specified
values
repeated .google.protobuf.Duration in = 7; |
Validate.DurationRules.Builder |
Validate.DurationRules.Builder.addNotIn(com.google.protobuf.Duration.Builder builderForValue)
NotIn specifies that this field cannot be equal to one of the specified
values
repeated .google.protobuf.Duration not_in = 8; |
Validate.DurationRules.Builder |
Validate.DurationRules.Builder.addNotIn(com.google.protobuf.Duration value)
NotIn specifies that this field cannot be equal to one of the specified
values
repeated .google.protobuf.Duration not_in = 8; |
Validate.DurationRules.Builder |
Validate.DurationRules.Builder.addNotIn(int index,
com.google.protobuf.Duration.Builder builderForValue)
NotIn specifies that this field cannot be equal to one of the specified
values
repeated .google.protobuf.Duration not_in = 8; |
Validate.DurationRules.Builder |
Validate.DurationRules.Builder.addNotIn(int index,
com.google.protobuf.Duration value)
NotIn specifies that this field cannot be equal to one of the specified
values
repeated .google.protobuf.Duration not_in = 8; |
Validate.DurationRules.Builder |
Validate.DurationRules.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
Validate.DurationRules.Builder |
Validate.DurationRules.Builder.clear() |
Validate.DurationRules.Builder |
Validate.DurationRules.Builder.clearConst()
Const specifies that this field must be exactly the specified value
optional .google.protobuf.Duration const = 2; |
Validate.DurationRules.Builder |
Validate.DurationRules.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
Validate.DurationRules.Builder |
Validate.DurationRules.Builder.clearGt()
Gt specifies that this field must be greater than the specified value,
exclusive
optional .google.protobuf.Duration gt = 5; |
Validate.DurationRules.Builder |
Validate.DurationRules.Builder.clearGte()
Gte specifies that this field must be greater than the specified value,
inclusive
optional .google.protobuf.Duration gte = 6; |
Validate.DurationRules.Builder |
Validate.DurationRules.Builder.clearIn()
In specifies that this field must be equal to one of the specified
values
repeated .google.protobuf.Duration in = 7; |
Validate.DurationRules.Builder |
Validate.DurationRules.Builder.clearLt()
Lt specifies that this field must be less than the specified value,
exclusive
optional .google.protobuf.Duration lt = 3; |
Validate.DurationRules.Builder |
Validate.DurationRules.Builder.clearLte()
Lt specifies that this field must be less than the specified value,
inclusive
optional .google.protobuf.Duration lte = 4; |
Validate.DurationRules.Builder |
Validate.DurationRules.Builder.clearNotIn()
NotIn specifies that this field cannot be equal to one of the specified
values
repeated .google.protobuf.Duration not_in = 8; |
Validate.DurationRules.Builder |
Validate.DurationRules.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
Validate.DurationRules.Builder |
Validate.DurationRules.Builder.clearRequired()
Required specifies that this field must be set
optional bool required = 1; |
Validate.DurationRules.Builder |
Validate.DurationRules.Builder.clone() |
Validate.DurationRules.Builder |
Validate.FieldRules.Builder.getDurationBuilder()
optional .validate.DurationRules duration = 21; |
Validate.DurationRules.Builder |
Validate.DurationRules.Builder.mergeConst(com.google.protobuf.Duration value)
Const specifies that this field must be exactly the specified value
optional .google.protobuf.Duration const = 2; |
Validate.DurationRules.Builder |
Validate.DurationRules.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Validate.DurationRules.Builder |
Validate.DurationRules.Builder.mergeFrom(com.google.protobuf.Message other) |
Validate.DurationRules.Builder |
Validate.DurationRules.Builder.mergeFrom(Validate.DurationRules other) |
Validate.DurationRules.Builder |
Validate.DurationRules.Builder.mergeGt(com.google.protobuf.Duration value)
Gt specifies that this field must be greater than the specified value,
exclusive
optional .google.protobuf.Duration gt = 5; |
Validate.DurationRules.Builder |
Validate.DurationRules.Builder.mergeGte(com.google.protobuf.Duration value)
Gte specifies that this field must be greater than the specified value,
inclusive
optional .google.protobuf.Duration gte = 6; |
Validate.DurationRules.Builder |
Validate.DurationRules.Builder.mergeLt(com.google.protobuf.Duration value)
Lt specifies that this field must be less than the specified value,
exclusive
optional .google.protobuf.Duration lt = 3; |
Validate.DurationRules.Builder |
Validate.DurationRules.Builder.mergeLte(com.google.protobuf.Duration value)
Lt specifies that this field must be less than the specified value,
inclusive
optional .google.protobuf.Duration lte = 4; |
Validate.DurationRules.Builder |
Validate.DurationRules.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
static Validate.DurationRules.Builder |
Validate.DurationRules.newBuilder() |
static Validate.DurationRules.Builder |
Validate.DurationRules.newBuilder(Validate.DurationRules prototype) |
Validate.DurationRules.Builder |
Validate.DurationRules.newBuilderForType() |
protected Validate.DurationRules.Builder |
Validate.DurationRules.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
Validate.DurationRules.Builder |
Validate.DurationRules.Builder.removeIn(int index)
In specifies that this field must be equal to one of the specified
values
repeated .google.protobuf.Duration in = 7; |
Validate.DurationRules.Builder |
Validate.DurationRules.Builder.removeNotIn(int index)
NotIn specifies that this field cannot be equal to one of the specified
values
repeated .google.protobuf.Duration not_in = 8; |
Validate.DurationRules.Builder |
Validate.DurationRules.Builder.setConst(com.google.protobuf.Duration.Builder builderForValue)
Const specifies that this field must be exactly the specified value
optional .google.protobuf.Duration const = 2; |
Validate.DurationRules.Builder |
Validate.DurationRules.Builder.setConst(com.google.protobuf.Duration value)
Const specifies that this field must be exactly the specified value
optional .google.protobuf.Duration const = 2; |
Validate.DurationRules.Builder |
Validate.DurationRules.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
Validate.DurationRules.Builder |
Validate.DurationRules.Builder.setGt(com.google.protobuf.Duration.Builder builderForValue)
Gt specifies that this field must be greater than the specified value,
exclusive
optional .google.protobuf.Duration gt = 5; |
Validate.DurationRules.Builder |
Validate.DurationRules.Builder.setGt(com.google.protobuf.Duration value)
Gt specifies that this field must be greater than the specified value,
exclusive
optional .google.protobuf.Duration gt = 5; |
Validate.DurationRules.Builder |
Validate.DurationRules.Builder.setGte(com.google.protobuf.Duration.Builder builderForValue)
Gte specifies that this field must be greater than the specified value,
inclusive
optional .google.protobuf.Duration gte = 6; |
Validate.DurationRules.Builder |
Validate.DurationRules.Builder.setGte(com.google.protobuf.Duration value)
Gte specifies that this field must be greater than the specified value,
inclusive
optional .google.protobuf.Duration gte = 6; |
Validate.DurationRules.Builder |
Validate.DurationRules.Builder.setIn(int index,
com.google.protobuf.Duration.Builder builderForValue)
In specifies that this field must be equal to one of the specified
values
repeated .google.protobuf.Duration in = 7; |
Validate.DurationRules.Builder |
Validate.DurationRules.Builder.setIn(int index,
com.google.protobuf.Duration value)
In specifies that this field must be equal to one of the specified
values
repeated .google.protobuf.Duration in = 7; |
Validate.DurationRules.Builder |
Validate.DurationRules.Builder.setLt(com.google.protobuf.Duration.Builder builderForValue)
Lt specifies that this field must be less than the specified value,
exclusive
optional .google.protobuf.Duration lt = 3; |
Validate.DurationRules.Builder |
Validate.DurationRules.Builder.setLt(com.google.protobuf.Duration value)
Lt specifies that this field must be less than the specified value,
exclusive
optional .google.protobuf.Duration lt = 3; |
Validate.DurationRules.Builder |
Validate.DurationRules.Builder.setLte(com.google.protobuf.Duration.Builder builderForValue)
Lt specifies that this field must be less than the specified value,
inclusive
optional .google.protobuf.Duration lte = 4; |
Validate.DurationRules.Builder |
Validate.DurationRules.Builder.setLte(com.google.protobuf.Duration value)
Lt specifies that this field must be less than the specified value,
inclusive
optional .google.protobuf.Duration lte = 4; |
Validate.DurationRules.Builder |
Validate.DurationRules.Builder.setNotIn(int index,
com.google.protobuf.Duration.Builder builderForValue)
NotIn specifies that this field cannot be equal to one of the specified
values
repeated .google.protobuf.Duration not_in = 8; |
Validate.DurationRules.Builder |
Validate.DurationRules.Builder.setNotIn(int index,
com.google.protobuf.Duration value)
NotIn specifies that this field cannot be equal to one of the specified
values
repeated .google.protobuf.Duration not_in = 8; |
Validate.DurationRules.Builder |
Validate.DurationRules.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
Validate.DurationRules.Builder |
Validate.DurationRules.Builder.setRequired(boolean value)
Required specifies that this field must be set
optional bool required = 1; |
Validate.DurationRules.Builder |
Validate.DurationRules.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
Validate.DurationRules.Builder |
Validate.DurationRules.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
Validate.FieldRules.Builder |
Validate.FieldRules.Builder.setDuration(Validate.DurationRules.Builder builderForValue)
optional .validate.DurationRules duration = 21; |
Copyright © 2018–2021 The Envoy Project. All rights reserved.