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