public static interface Validate.UInt64RulesOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
long |
getConst()
Const specifies that this field must be exactly the specified value
optional uint64 const = 1; |
long |
getGt()
Gt specifies that this field must be greater than the specified value,
exclusive.
|
long |
getGte()
Gte specifies that this field must be greater than or equal to the
specified value, inclusive.
|
long |
getIn(int index)
In specifies that this field must be equal to one of the specified
values
repeated uint64 in = 6; |
int |
getInCount()
In specifies that this field must be equal to one of the specified
values
repeated uint64 in = 6; |
List<Long> |
getInList()
In specifies that this field must be equal to one of the specified
values
repeated uint64 in = 6; |
long |
getLt()
Lt specifies that this field must be less than the specified value,
exclusive
optional uint64 lt = 2; |
long |
getLte()
Lte specifies that this field must be less than or equal to the
specified value, inclusive
optional uint64 lte = 3; |
long |
getNotIn(int index)
NotIn specifies that this field cannot be equal to one of the specified
values
repeated uint64 not_in = 7; |
int |
getNotInCount()
NotIn specifies that this field cannot be equal to one of the specified
values
repeated uint64 not_in = 7; |
List<Long> |
getNotInList()
NotIn specifies that this field cannot be equal to one of the specified
values
repeated uint64 not_in = 7; |
boolean |
hasConst()
Const specifies that this field must be exactly the specified value
optional uint64 const = 1; |
boolean |
hasGt()
Gt specifies that this field must be greater than the specified value,
exclusive.
|
boolean |
hasGte()
Gte specifies that this field must be greater than or equal to the
specified value, inclusive.
|
boolean |
hasLt()
Lt specifies that this field must be less than the specified value,
exclusive
optional uint64 lt = 2; |
boolean |
hasLte()
Lte specifies that this field must be less than or equal to the
specified value, inclusive
optional uint64 lte = 3; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
boolean hasConst()
Const specifies that this field must be exactly the specified value
optional uint64 const = 1;
long getConst()
Const specifies that this field must be exactly the specified value
optional uint64 const = 1;
boolean hasLt()
Lt specifies that this field must be less than the specified value, exclusive
optional uint64 lt = 2;
long getLt()
Lt specifies that this field must be less than the specified value, exclusive
optional uint64 lt = 2;
boolean hasLte()
Lte specifies that this field must be less than or equal to the specified value, inclusive
optional uint64 lte = 3;
long getLte()
Lte specifies that this field must be less than or equal to the specified value, inclusive
optional uint64 lte = 3;
boolean hasGt()
Gt specifies that this field must be greater than the specified value, exclusive. If the value of Gt is larger than a specified Lt or Lte, the range is reversed.
optional uint64 gt = 4;
long getGt()
Gt specifies that this field must be greater than the specified value, exclusive. If the value of Gt is larger than a specified Lt or Lte, the range is reversed.
optional uint64 gt = 4;
boolean hasGte()
Gte specifies that this field must be greater than or equal to the specified value, inclusive. If the value of Gte is larger than a specified Lt or Lte, the range is reversed.
optional uint64 gte = 5;
long getGte()
Gte specifies that this field must be greater than or equal to the specified value, inclusive. If the value of Gte is larger than a specified Lt or Lte, the range is reversed.
optional uint64 gte = 5;
List<Long> getInList()
In specifies that this field must be equal to one of the specified values
repeated uint64 in = 6;
int getInCount()
In specifies that this field must be equal to one of the specified values
repeated uint64 in = 6;
long getIn(int index)
In specifies that this field must be equal to one of the specified values
repeated uint64 in = 6;
List<Long> getNotInList()
NotIn specifies that this field cannot be equal to one of the specified values
repeated uint64 not_in = 7;
int getNotInCount()
NotIn specifies that this field cannot be equal to one of the specified values
repeated uint64 not_in = 7;
long getNotIn(int index)
NotIn specifies that this field cannot be equal to one of the specified values
repeated uint64 not_in = 7;
Copyright © 2018–2021 The Envoy Project. All rights reserved.