public static interface Validate.DurationRulesOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Duration |
getConst()
Const specifies that this field must be exactly the specified value
|
com.google.protobuf.DurationOrBuilder |
getConstOrBuilder()
Const specifies that this field must be exactly the specified value
|
com.google.protobuf.Duration |
getGt()
Gt specifies that this field must be greater than the specified value,
exclusive
|
com.google.protobuf.Duration |
getGte()
Gte specifies that this field must be greater than the specified value,
inclusive
|
com.google.protobuf.DurationOrBuilder |
getGteOrBuilder()
Gte specifies that this field must be greater than the specified value,
inclusive
|
com.google.protobuf.DurationOrBuilder |
getGtOrBuilder()
Gt specifies that this field must be greater than the specified value,
exclusive
|
com.google.protobuf.Duration |
getIn(int index)
In specifies that this field must be equal to one of the specified
values
|
int |
getInCount()
In specifies that this field must be equal to one of the specified
values
|
List<com.google.protobuf.Duration> |
getInList()
In specifies that this field must be equal to one of the specified
values
|
com.google.protobuf.DurationOrBuilder |
getInOrBuilder(int index)
In specifies that this field must be equal to one of the specified
values
|
List<? extends com.google.protobuf.DurationOrBuilder> |
getInOrBuilderList()
In specifies that this field must be equal to one of the specified
values
|
com.google.protobuf.Duration |
getLt()
Lt specifies that this field must be less than the specified value,
exclusive
|
com.google.protobuf.Duration |
getLte()
Lt specifies that this field must be less than the specified value,
inclusive
|
com.google.protobuf.DurationOrBuilder |
getLteOrBuilder()
Lt specifies that this field must be less than the specified value,
inclusive
|
com.google.protobuf.DurationOrBuilder |
getLtOrBuilder()
Lt specifies that this field must be less than the specified value,
exclusive
|
com.google.protobuf.Duration |
getNotIn(int index)
NotIn specifies that this field cannot be equal to one of the specified
values
|
int |
getNotInCount()
NotIn specifies that this field cannot be equal to one of the specified
values
|
List<com.google.protobuf.Duration> |
getNotInList()
NotIn specifies that this field cannot be equal to one of the specified
values
|
com.google.protobuf.DurationOrBuilder |
getNotInOrBuilder(int index)
NotIn specifies that this field cannot be equal to one of the specified
values
|
List<? extends com.google.protobuf.DurationOrBuilder> |
getNotInOrBuilderList()
NotIn specifies that this field cannot be equal to one of the specified
values
|
boolean |
getRequired()
Required specifies that this field must be set
|
boolean |
hasConst()
Const specifies that this field must be exactly the specified value
|
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 the specified value,
inclusive
|
boolean |
hasLt()
Lt specifies that this field must be less than the specified value,
exclusive
|
boolean |
hasLte()
Lt specifies that this field must be less than the specified value,
inclusive
|
boolean |
hasRequired()
Required specifies that this field must be set
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasRequired()
Required specifies that this field must be set
optional bool required = 1;boolean getRequired()
Required specifies that this field must be set
optional bool required = 1;boolean hasConst()
Const specifies that this field must be exactly the specified value
optional .google.protobuf.Duration const = 2;com.google.protobuf.Duration getConst()
Const specifies that this field must be exactly the specified value
optional .google.protobuf.Duration const = 2;com.google.protobuf.DurationOrBuilder getConstOrBuilder()
Const specifies that this field must be exactly the specified value
optional .google.protobuf.Duration const = 2;boolean hasLt()
Lt specifies that this field must be less than the specified value, exclusive
optional .google.protobuf.Duration lt = 3;com.google.protobuf.Duration getLt()
Lt specifies that this field must be less than the specified value, exclusive
optional .google.protobuf.Duration lt = 3;com.google.protobuf.DurationOrBuilder getLtOrBuilder()
Lt specifies that this field must be less than the specified value, exclusive
optional .google.protobuf.Duration lt = 3;boolean hasLte()
Lt specifies that this field must be less than the specified value, inclusive
optional .google.protobuf.Duration lte = 4;com.google.protobuf.Duration getLte()
Lt specifies that this field must be less than the specified value, inclusive
optional .google.protobuf.Duration lte = 4;com.google.protobuf.DurationOrBuilder getLteOrBuilder()
Lt specifies that this field must be less than the specified value, inclusive
optional .google.protobuf.Duration lte = 4;boolean hasGt()
Gt specifies that this field must be greater than the specified value, exclusive
optional .google.protobuf.Duration gt = 5;com.google.protobuf.Duration getGt()
Gt specifies that this field must be greater than the specified value, exclusive
optional .google.protobuf.Duration gt = 5;com.google.protobuf.DurationOrBuilder getGtOrBuilder()
Gt specifies that this field must be greater than the specified value, exclusive
optional .google.protobuf.Duration gt = 5;boolean hasGte()
Gte specifies that this field must be greater than the specified value, inclusive
optional .google.protobuf.Duration gte = 6;com.google.protobuf.Duration getGte()
Gte specifies that this field must be greater than the specified value, inclusive
optional .google.protobuf.Duration gte = 6;com.google.protobuf.DurationOrBuilder getGteOrBuilder()
Gte specifies that this field must be greater than the specified value, inclusive
optional .google.protobuf.Duration gte = 6;List<com.google.protobuf.Duration> getInList()
In specifies that this field must be equal to one of the specified values
repeated .google.protobuf.Duration in = 7;com.google.protobuf.Duration getIn(int index)
In specifies that this field must be equal to one of the specified values
repeated .google.protobuf.Duration in = 7;int getInCount()
In specifies that this field must be equal to one of the specified values
repeated .google.protobuf.Duration in = 7;List<? extends com.google.protobuf.DurationOrBuilder> getInOrBuilderList()
In specifies that this field must be equal to one of the specified values
repeated .google.protobuf.Duration in = 7;com.google.protobuf.DurationOrBuilder getInOrBuilder(int index)
In specifies that this field must be equal to one of the specified values
repeated .google.protobuf.Duration in = 7;List<com.google.protobuf.Duration> getNotInList()
NotIn specifies that this field cannot be equal to one of the specified values
repeated .google.protobuf.Duration not_in = 8;com.google.protobuf.Duration getNotIn(int index)
NotIn specifies that this field cannot be equal to one of the specified values
repeated .google.protobuf.Duration not_in = 8;int getNotInCount()
NotIn specifies that this field cannot be equal to one of the specified values
repeated .google.protobuf.Duration not_in = 8;List<? extends com.google.protobuf.DurationOrBuilder> getNotInOrBuilderList()
NotIn specifies that this field cannot be equal to one of the specified values
repeated .google.protobuf.Duration not_in = 8;com.google.protobuf.DurationOrBuilder getNotInOrBuilder(int index)
NotIn specifies that this field cannot be equal to one of the specified values
repeated .google.protobuf.Duration not_in = 8;Copyright © 2019 WSO2. All rights reserved.