Uses of Class
io.envoyproxy.pgv.validate.Validate.SInt64Rules.Builder
Packages that use Validate.SInt64Rules.Builder
-
Uses of Validate.SInt64Rules.Builder in io.envoyproxy.pgv.validate
Fields in io.envoyproxy.pgv.validate with type parameters of type Validate.SInt64Rules.BuilderModifier and TypeFieldDescriptionprivate com.google.protobuf.SingleFieldBuilder
<Validate.SInt64Rules, Validate.SInt64Rules.Builder, Validate.SInt64RulesOrBuilder> Validate.FieldRules.Builder.sint64Builder_
Methods in io.envoyproxy.pgv.validate that return Validate.SInt64Rules.BuilderModifier and TypeMethodDescriptionIn specifies that this field must be equal to one of the specified valuesValidate.SInt64Rules.Builder.addAllNotIn
(Iterable<? extends Long> values) NotIn specifies that this field cannot be equal to one of the specified valuesValidate.SInt64Rules.Builder.addIn
(long value) In specifies that this field must be equal to one of the specified valuesValidate.SInt64Rules.Builder.addNotIn
(long value) NotIn specifies that this field cannot be equal to one of the specified valuesValidate.SInt64Rules.Builder.clear()
Validate.SInt64Rules.Builder.clearConst()
Const specifies that this field must be exactly the specified valueValidate.SInt64Rules.Builder.clearGt()
Gt specifies that this field must be greater than the specified value, exclusive.Validate.SInt64Rules.Builder.clearGte()
Gte specifies that this field must be greater than or equal to the specified value, inclusive.Validate.SInt64Rules.Builder.clearIgnoreEmpty()
IgnoreEmpty specifies that the validation rules of this field should be evaluated only if the field is not emptyValidate.SInt64Rules.Builder.clearIn()
In specifies that this field must be equal to one of the specified valuesValidate.SInt64Rules.Builder.clearLt()
Lt specifies that this field must be less than the specified value, exclusiveValidate.SInt64Rules.Builder.clearLte()
Lte specifies that this field must be less than or equal to the specified value, inclusiveValidate.SInt64Rules.Builder.clearNotIn()
NotIn specifies that this field cannot be equal to one of the specified valuesValidate.FieldRules.Builder.getSint64Builder()
.validate.SInt64Rules sint64 = 8;
Validate.SInt64Rules.Builder.mergeFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Validate.SInt64Rules.Builder.mergeFrom
(com.google.protobuf.Message other) Validate.SInt64Rules.Builder.mergeFrom
(Validate.SInt64Rules other) static Validate.SInt64Rules.Builder
Validate.SInt64Rules.newBuilder()
static Validate.SInt64Rules.Builder
Validate.SInt64Rules.newBuilder
(Validate.SInt64Rules prototype) Validate.SInt64Rules.newBuilderForType()
protected Validate.SInt64Rules.Builder
Validate.SInt64Rules.newBuilderForType
(com.google.protobuf.AbstractMessage.BuilderParent parent) Validate.SInt64Rules.Builder.setConst
(long value) Const specifies that this field must be exactly the specified valueValidate.SInt64Rules.Builder.setGt
(long value) Gt specifies that this field must be greater than the specified value, exclusive.Validate.SInt64Rules.Builder.setGte
(long value) Gte specifies that this field must be greater than or equal to the specified value, inclusive.Validate.SInt64Rules.Builder.setIgnoreEmpty
(boolean value) IgnoreEmpty specifies that the validation rules of this field should be evaluated only if the field is not emptyValidate.SInt64Rules.Builder.setIn
(int index, long value) In specifies that this field must be equal to one of the specified valuesValidate.SInt64Rules.Builder.setLt
(long value) Lt specifies that this field must be less than the specified value, exclusiveValidate.SInt64Rules.Builder.setLte
(long value) Lte specifies that this field must be less than or equal to the specified value, inclusiveValidate.SInt64Rules.Builder.setNotIn
(int index, long value) NotIn specifies that this field cannot be equal to one of the specified valuesValidate.SInt64Rules.toBuilder()
Methods in io.envoyproxy.pgv.validate that return types with arguments of type Validate.SInt64Rules.BuilderModifier and TypeMethodDescriptionprivate com.google.protobuf.SingleFieldBuilder
<Validate.SInt64Rules, Validate.SInt64Rules.Builder, Validate.SInt64RulesOrBuilder> Validate.FieldRules.Builder.internalGetSint64FieldBuilder()
.validate.SInt64Rules sint64 = 8;
Methods in io.envoyproxy.pgv.validate with parameters of type Validate.SInt64Rules.BuilderModifier and TypeMethodDescriptionValidate.FieldRules.Builder.setSint64
(Validate.SInt64Rules.Builder builderForValue) .validate.SInt64Rules sint64 = 8;