public static final class Validate.DurationRules.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<Validate.DurationRules.Builder> implements Validate.DurationRulesOrBuilder
DurationRules describe the constraints applied exclusively to the `google.protobuf.Duration` well-known type
Protobuf type validate.DurationRules
| Modifier and Type | Method and Description |
|---|---|
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
|
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
|
Validate.DurationRules.Builder |
addIn(com.google.protobuf.Duration.Builder builderForValue)
In specifies that this field must be equal to one of the specified
values
|
Validate.DurationRules.Builder |
addIn(com.google.protobuf.Duration value)
In specifies that this field must be equal to one of the specified
values
|
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
|
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
|
com.google.protobuf.Duration.Builder |
addInBuilder()
In specifies that this field must be equal to one of the specified
values
|
com.google.protobuf.Duration.Builder |
addInBuilder(int index)
In specifies that this field must be equal to one of the specified
values
|
Validate.DurationRules.Builder |
addNotIn(com.google.protobuf.Duration.Builder builderForValue)
NotIn specifies that this field cannot be equal to one of the specified
values
|
Validate.DurationRules.Builder |
addNotIn(com.google.protobuf.Duration value)
NotIn specifies that this field cannot be equal to one of the specified
values
|
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
|
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
|
com.google.protobuf.Duration.Builder |
addNotInBuilder()
NotIn specifies that this field cannot be equal to one of the specified
values
|
com.google.protobuf.Duration.Builder |
addNotInBuilder(int index)
NotIn specifies that this field cannot be equal to one of the specified
values
|
Validate.DurationRules.Builder |
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
Validate.DurationRules |
build() |
Validate.DurationRules |
buildPartial() |
Validate.DurationRules.Builder |
clear() |
Validate.DurationRules.Builder |
clearConst()
Const specifies that this field must be exactly the specified value
|
Validate.DurationRules.Builder |
clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
Validate.DurationRules.Builder |
clearGt()
Gt specifies that this field must be greater than the specified value,
exclusive
|
Validate.DurationRules.Builder |
clearGte()
Gte specifies that this field must be greater than the specified value,
inclusive
|
Validate.DurationRules.Builder |
clearIn()
In specifies that this field must be equal to one of the specified
values
|
Validate.DurationRules.Builder |
clearLt()
Lt specifies that this field must be less than the specified value,
exclusive
|
Validate.DurationRules.Builder |
clearLte()
Lt specifies that this field must be less than the specified value,
inclusive
|
Validate.DurationRules.Builder |
clearNotIn()
NotIn specifies that this field cannot be equal to one of the specified
values
|
Validate.DurationRules.Builder |
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
Validate.DurationRules.Builder |
clearRequired()
Required specifies that this field must be set
|
Validate.DurationRules.Builder |
clone() |
com.google.protobuf.Duration |
getConst()
Const specifies that this field must be exactly the specified value
|
com.google.protobuf.Duration.Builder |
getConstBuilder()
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
|
Validate.DurationRules |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
com.google.protobuf.Duration |
getGt()
Gt specifies that this field must be greater than the specified value,
exclusive
|
com.google.protobuf.Duration.Builder |
getGtBuilder()
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.Duration.Builder |
getGteBuilder()
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
|
com.google.protobuf.Duration.Builder |
getInBuilder(int index)
In specifies that this field must be equal to one of the specified
values
|
List<com.google.protobuf.Duration.Builder> |
getInBuilderList()
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.Builder |
getLtBuilder()
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.Duration.Builder |
getLteBuilder()
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
|
com.google.protobuf.Duration.Builder |
getNotInBuilder(int index)
NotIn specifies that this field cannot be equal to one of the specified
values
|
List<com.google.protobuf.Duration.Builder> |
getNotInBuilderList()
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
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
Validate.DurationRules.Builder |
mergeConst(com.google.protobuf.Duration value)
Const specifies that this field must be exactly the specified value
|
Validate.DurationRules.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Validate.DurationRules.Builder |
mergeFrom(com.google.protobuf.Message other) |
Validate.DurationRules.Builder |
mergeFrom(Validate.DurationRules other) |
Validate.DurationRules.Builder |
mergeGt(com.google.protobuf.Duration value)
Gt specifies that this field must be greater than the specified value,
exclusive
|
Validate.DurationRules.Builder |
mergeGte(com.google.protobuf.Duration value)
Gte specifies that this field must be greater than the specified value,
inclusive
|
Validate.DurationRules.Builder |
mergeLt(com.google.protobuf.Duration value)
Lt specifies that this field must be less than the specified value,
exclusive
|
Validate.DurationRules.Builder |
mergeLte(com.google.protobuf.Duration value)
Lt specifies that this field must be less than the specified value,
inclusive
|
Validate.DurationRules.Builder |
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
Validate.DurationRules.Builder |
removeIn(int index)
In specifies that this field must be equal to one of the specified
values
|
Validate.DurationRules.Builder |
removeNotIn(int index)
NotIn specifies that this field cannot be equal to one of the specified
values
|
Validate.DurationRules.Builder |
setConst(com.google.protobuf.Duration.Builder builderForValue)
Const specifies that this field must be exactly the specified value
|
Validate.DurationRules.Builder |
setConst(com.google.protobuf.Duration value)
Const specifies that this field must be exactly the specified value
|
Validate.DurationRules.Builder |
setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
Validate.DurationRules.Builder |
setGt(com.google.protobuf.Duration.Builder builderForValue)
Gt specifies that this field must be greater than the specified value,
exclusive
|
Validate.DurationRules.Builder |
setGt(com.google.protobuf.Duration value)
Gt specifies that this field must be greater than the specified value,
exclusive
|
Validate.DurationRules.Builder |
setGte(com.google.protobuf.Duration.Builder builderForValue)
Gte specifies that this field must be greater than the specified value,
inclusive
|
Validate.DurationRules.Builder |
setGte(com.google.protobuf.Duration value)
Gte specifies that this field must be greater than the specified value,
inclusive
|
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
|
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
|
Validate.DurationRules.Builder |
setLt(com.google.protobuf.Duration.Builder builderForValue)
Lt specifies that this field must be less than the specified value,
exclusive
|
Validate.DurationRules.Builder |
setLt(com.google.protobuf.Duration value)
Lt specifies that this field must be less than the specified value,
exclusive
|
Validate.DurationRules.Builder |
setLte(com.google.protobuf.Duration.Builder builderForValue)
Lt specifies that this field must be less than the specified value,
inclusive
|
Validate.DurationRules.Builder |
setLte(com.google.protobuf.Duration value)
Lt specifies that this field must be less than the specified value,
inclusive
|
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
|
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
|
Validate.DurationRules.Builder |
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
Validate.DurationRules.Builder |
setRequired(boolean value)
Required specifies that this field must be set
|
Validate.DurationRules.Builder |
setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, newBuilderForField, onBuilt, onChanged, setUnknownFieldsProto3findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringaddAll, addAll, mergeFrom, newUninitializedMessageExceptionequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitpublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<Validate.DurationRules.Builder>public Validate.DurationRules.Builder clear()
clear in interface com.google.protobuf.Message.Builderclear in interface com.google.protobuf.MessageLite.Builderclear in class com.google.protobuf.GeneratedMessageV3.Builder<Validate.DurationRules.Builder>public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.Message.BuildergetDescriptorForType in interface com.google.protobuf.MessageOrBuildergetDescriptorForType in class com.google.protobuf.GeneratedMessageV3.Builder<Validate.DurationRules.Builder>public Validate.DurationRules getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic Validate.DurationRules build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic Validate.DurationRules buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic Validate.DurationRules.Builder clone()
clone in interface com.google.protobuf.Message.Builderclone in interface com.google.protobuf.MessageLite.Builderclone in class com.google.protobuf.GeneratedMessageV3.Builder<Validate.DurationRules.Builder>public Validate.DurationRules.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
setField in interface com.google.protobuf.Message.BuildersetField in class com.google.protobuf.GeneratedMessageV3.Builder<Validate.DurationRules.Builder>public Validate.DurationRules.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
clearField in interface com.google.protobuf.Message.BuilderclearField in class com.google.protobuf.GeneratedMessageV3.Builder<Validate.DurationRules.Builder>public Validate.DurationRules.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
clearOneof in interface com.google.protobuf.Message.BuilderclearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<Validate.DurationRules.Builder>public Validate.DurationRules.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
setRepeatedField in interface com.google.protobuf.Message.BuildersetRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<Validate.DurationRules.Builder>public Validate.DurationRules.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
addRepeatedField in interface com.google.protobuf.Message.BuilderaddRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<Validate.DurationRules.Builder>public Validate.DurationRules.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<Validate.DurationRules.Builder>public Validate.DurationRules.Builder mergeFrom(Validate.DurationRules other)
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<Validate.DurationRules.Builder>public Validate.DurationRules.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in interface com.google.protobuf.MessageLite.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<Validate.DurationRules.Builder>IOExceptionpublic boolean hasRequired()
Required specifies that this field must be set
optional bool required = 1;hasRequired in interface Validate.DurationRulesOrBuilderpublic boolean getRequired()
Required specifies that this field must be set
optional bool required = 1;getRequired in interface Validate.DurationRulesOrBuilderpublic Validate.DurationRules.Builder setRequired(boolean value)
Required specifies that this field must be set
optional bool required = 1;public Validate.DurationRules.Builder clearRequired()
Required specifies that this field must be set
optional bool required = 1;public boolean hasConst()
Const specifies that this field must be exactly the specified value
optional .google.protobuf.Duration const = 2;hasConst in interface Validate.DurationRulesOrBuilderpublic com.google.protobuf.Duration getConst()
Const specifies that this field must be exactly the specified value
optional .google.protobuf.Duration const = 2;getConst in interface Validate.DurationRulesOrBuilderpublic 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;public 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;public 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;public Validate.DurationRules.Builder clearConst()
Const specifies that this field must be exactly the specified value
optional .google.protobuf.Duration const = 2;public com.google.protobuf.Duration.Builder getConstBuilder()
Const specifies that this field must be exactly the specified value
optional .google.protobuf.Duration const = 2;public com.google.protobuf.DurationOrBuilder getConstOrBuilder()
Const specifies that this field must be exactly the specified value
optional .google.protobuf.Duration const = 2;getConstOrBuilder in interface Validate.DurationRulesOrBuilderpublic boolean hasLt()
Lt specifies that this field must be less than the specified value, exclusive
optional .google.protobuf.Duration lt = 3;hasLt in interface Validate.DurationRulesOrBuilderpublic com.google.protobuf.Duration getLt()
Lt specifies that this field must be less than the specified value, exclusive
optional .google.protobuf.Duration lt = 3;getLt in interface Validate.DurationRulesOrBuilderpublic 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;public 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;public 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;public Validate.DurationRules.Builder clearLt()
Lt specifies that this field must be less than the specified value, exclusive
optional .google.protobuf.Duration lt = 3;public com.google.protobuf.Duration.Builder getLtBuilder()
Lt specifies that this field must be less than the specified value, exclusive
optional .google.protobuf.Duration lt = 3;public com.google.protobuf.DurationOrBuilder getLtOrBuilder()
Lt specifies that this field must be less than the specified value, exclusive
optional .google.protobuf.Duration lt = 3;getLtOrBuilder in interface Validate.DurationRulesOrBuilderpublic boolean hasLte()
Lt specifies that this field must be less than the specified value, inclusive
optional .google.protobuf.Duration lte = 4;hasLte in interface Validate.DurationRulesOrBuilderpublic com.google.protobuf.Duration getLte()
Lt specifies that this field must be less than the specified value, inclusive
optional .google.protobuf.Duration lte = 4;getLte in interface Validate.DurationRulesOrBuilderpublic 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;public 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;public 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;public Validate.DurationRules.Builder clearLte()
Lt specifies that this field must be less than the specified value, inclusive
optional .google.protobuf.Duration lte = 4;public com.google.protobuf.Duration.Builder getLteBuilder()
Lt specifies that this field must be less than the specified value, inclusive
optional .google.protobuf.Duration lte = 4;public com.google.protobuf.DurationOrBuilder getLteOrBuilder()
Lt specifies that this field must be less than the specified value, inclusive
optional .google.protobuf.Duration lte = 4;getLteOrBuilder in interface Validate.DurationRulesOrBuilderpublic boolean hasGt()
Gt specifies that this field must be greater than the specified value, exclusive
optional .google.protobuf.Duration gt = 5;hasGt in interface Validate.DurationRulesOrBuilderpublic com.google.protobuf.Duration getGt()
Gt specifies that this field must be greater than the specified value, exclusive
optional .google.protobuf.Duration gt = 5;getGt in interface Validate.DurationRulesOrBuilderpublic 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;public 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;public 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;public Validate.DurationRules.Builder clearGt()
Gt specifies that this field must be greater than the specified value, exclusive
optional .google.protobuf.Duration gt = 5;public com.google.protobuf.Duration.Builder getGtBuilder()
Gt specifies that this field must be greater than the specified value, exclusive
optional .google.protobuf.Duration gt = 5;public com.google.protobuf.DurationOrBuilder getGtOrBuilder()
Gt specifies that this field must be greater than the specified value, exclusive
optional .google.protobuf.Duration gt = 5;getGtOrBuilder in interface Validate.DurationRulesOrBuilderpublic boolean hasGte()
Gte specifies that this field must be greater than the specified value, inclusive
optional .google.protobuf.Duration gte = 6;hasGte in interface Validate.DurationRulesOrBuilderpublic com.google.protobuf.Duration getGte()
Gte specifies that this field must be greater than the specified value, inclusive
optional .google.protobuf.Duration gte = 6;getGte in interface Validate.DurationRulesOrBuilderpublic 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;public 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;public 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;public Validate.DurationRules.Builder clearGte()
Gte specifies that this field must be greater than the specified value, inclusive
optional .google.protobuf.Duration gte = 6;public com.google.protobuf.Duration.Builder getGteBuilder()
Gte specifies that this field must be greater than the specified value, inclusive
optional .google.protobuf.Duration gte = 6;public com.google.protobuf.DurationOrBuilder getGteOrBuilder()
Gte specifies that this field must be greater than the specified value, inclusive
optional .google.protobuf.Duration gte = 6;getGteOrBuilder in interface Validate.DurationRulesOrBuilderpublic 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;getInList in interface Validate.DurationRulesOrBuilderpublic int getInCount()
In specifies that this field must be equal to one of the specified values
repeated .google.protobuf.Duration in = 7;getInCount in interface Validate.DurationRulesOrBuilderpublic 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;getIn in interface Validate.DurationRulesOrBuilderpublic 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;public 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;public 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;public 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;public 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;public 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;public 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;public Validate.DurationRules.Builder clearIn()
In specifies that this field must be equal to one of the specified values
repeated .google.protobuf.Duration in = 7;public 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;public com.google.protobuf.Duration.Builder getInBuilder(int index)
In specifies that this field must be equal to one of the specified values
repeated .google.protobuf.Duration in = 7;public 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;getInOrBuilder in interface Validate.DurationRulesOrBuilderpublic 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;getInOrBuilderList in interface Validate.DurationRulesOrBuilderpublic com.google.protobuf.Duration.Builder addInBuilder()
In specifies that this field must be equal to one of the specified values
repeated .google.protobuf.Duration in = 7;public com.google.protobuf.Duration.Builder addInBuilder(int index)
In specifies that this field must be equal to one of the specified values
repeated .google.protobuf.Duration in = 7;public List<com.google.protobuf.Duration.Builder> getInBuilderList()
In specifies that this field must be equal to one of the specified values
repeated .google.protobuf.Duration in = 7;public 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;getNotInList in interface Validate.DurationRulesOrBuilderpublic int getNotInCount()
NotIn specifies that this field cannot be equal to one of the specified values
repeated .google.protobuf.Duration not_in = 8;getNotInCount in interface Validate.DurationRulesOrBuilderpublic 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;getNotIn in interface Validate.DurationRulesOrBuilderpublic 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;public 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;public 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;public 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;public 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;public 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;public 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;public 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;public 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;public com.google.protobuf.Duration.Builder getNotInBuilder(int index)
NotIn specifies that this field cannot be equal to one of the specified values
repeated .google.protobuf.Duration not_in = 8;public 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;getNotInOrBuilder in interface Validate.DurationRulesOrBuilderpublic 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;getNotInOrBuilderList in interface Validate.DurationRulesOrBuilderpublic com.google.protobuf.Duration.Builder addNotInBuilder()
NotIn specifies that this field cannot be equal to one of the specified values
repeated .google.protobuf.Duration not_in = 8;public com.google.protobuf.Duration.Builder addNotInBuilder(int index)
NotIn specifies that this field cannot be equal to one of the specified values
repeated .google.protobuf.Duration not_in = 8;public List<com.google.protobuf.Duration.Builder> getNotInBuilderList()
NotIn specifies that this field cannot be equal to one of the specified values
repeated .google.protobuf.Duration not_in = 8;public final Validate.DurationRules.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
setUnknownFields in interface com.google.protobuf.Message.BuildersetUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<Validate.DurationRules.Builder>public final Validate.DurationRules.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
mergeUnknownFields in interface com.google.protobuf.Message.BuildermergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<Validate.DurationRules.Builder>Copyright © 2019 WSO2. All rights reserved.