Package com.validate
Class SFixed32Rules
java.lang.Object
com.google.protobuf.AbstractMessageLite
com.google.protobuf.AbstractMessage
com.google.protobuf.GeneratedMessageV3
com.validate.SFixed32Rules
- All Implemented Interfaces:
com.google.protobuf.Message,com.google.protobuf.MessageLite,com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder,SFixed32RulesOrBuilder,Serializable
public final class SFixed32Rules
extends com.google.protobuf.GeneratedMessageV3
implements SFixed32RulesOrBuilder
SFixed32Rules describes the constraints applied to `sfixed32` valuesProtobuf type
validate.SFixed32Rules- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classSFixed32Rules describes the constraints applied to `sfixed32` valuesNested classes/interfaces inherited from class com.google.protobuf.GeneratedMessageV3
com.google.protobuf.GeneratedMessageV3.BuilderParent, com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>,BuilderT extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageT, BuilderT>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable, com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter Nested classes/interfaces inherited from class com.google.protobuf.AbstractMessageLite
com.google.protobuf.AbstractMessageLite.InternalOneOfEnum -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final intstatic final com.google.protobuf.Parser<SFixed32Rules>Deprecated.Fields inherited from class com.google.protobuf.GeneratedMessageV3
alwaysUseFieldBuilders, unknownFieldsFields inherited from class com.google.protobuf.AbstractMessage
memoizedSizeFields inherited from class com.google.protobuf.AbstractMessageLite
memoizedHashCode -
Method Summary
Modifier and TypeMethodDescriptionbooleanintgetConst()Const specifies that this field must be exactly the specified valuestatic SFixed32Rulesstatic final com.google.protobuf.Descriptors.DescriptorintgetGt()Gt specifies that this field must be greater than the specified value, exclusive.intgetGte()Gte specifies that this field must be greater than or equal to the specified value, inclusive.booleanIgnoreEmpty specifies that the validation rules of this field should be evaluated only if the field is not emptyintgetIn(int index) In specifies that this field must be equal to one of the specified valuesintIn specifies that this field must be equal to one of the specified valuesIn specifies that this field must be equal to one of the specified valuesintgetLt()Lt specifies that this field must be less than the specified value, exclusiveintgetLte()Lte specifies that this field must be less than or equal to the specified value, inclusiveintgetNotIn(int index) NotIn specifies that this field cannot be equal to one of the specified valuesintNotIn specifies that this field cannot be equal to one of the specified valuesNotIn specifies that this field cannot be equal to one of the specified valuescom.google.protobuf.Parser<SFixed32Rules>intbooleanhasConst()Const specifies that this field must be exactly the specified valuebooleanhasGt()Gt specifies that this field must be greater than the specified value, exclusive.booleanhasGte()Gte specifies that this field must be greater than or equal to the specified value, inclusive.inthashCode()booleanIgnoreEmpty specifies that the validation rules of this field should be evaluated only if the field is not emptybooleanhasLt()Lt specifies that this field must be less than the specified value, exclusivebooleanhasLte()Lte specifies that this field must be less than or equal to the specified value, inclusiveprotected com.google.protobuf.GeneratedMessageV3.FieldAccessorTablefinal booleanstatic SFixed32Rules.Builderstatic SFixed32Rules.BuildernewBuilder(SFixed32Rules prototype) protected SFixed32Rules.BuildernewBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) protected ObjectnewInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused) static SFixed32RulesparseDelimitedFrom(InputStream input) static SFixed32RulesparseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static SFixed32RulesparseFrom(byte[] data) static SFixed32RulesparseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static SFixed32RulesparseFrom(com.google.protobuf.ByteString data) static SFixed32RulesparseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static SFixed32RulesparseFrom(com.google.protobuf.CodedInputStream input) static SFixed32RulesparseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static SFixed32RulesparseFrom(InputStream input) static SFixed32RulesparseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static SFixed32RulesparseFrom(ByteBuffer data) static SFixed32RulesparseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static com.google.protobuf.Parser<SFixed32Rules>parser()voidwriteTo(com.google.protobuf.CodedOutputStream output) Methods inherited from class com.google.protobuf.GeneratedMessageV3
canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, isStringEmpty, makeExtensionsImmutable, makeMutableCopy, makeMutableCopy, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTagMethods inherited from class com.google.protobuf.AbstractMessage
findInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toStringMethods inherited from class com.google.protobuf.AbstractMessageLite
addAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeToMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface com.google.protobuf.MessageLite
toByteArray, toByteString, writeDelimitedTo, writeToMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Field Details
-
CONST_FIELD_NUMBER
public static final int CONST_FIELD_NUMBER- See Also:
-
LT_FIELD_NUMBER
public static final int LT_FIELD_NUMBER- See Also:
-
LTE_FIELD_NUMBER
public static final int LTE_FIELD_NUMBER- See Also:
-
GT_FIELD_NUMBER
public static final int GT_FIELD_NUMBER- See Also:
-
GTE_FIELD_NUMBER
public static final int GTE_FIELD_NUMBER- See Also:
-
IN_FIELD_NUMBER
public static final int IN_FIELD_NUMBER- See Also:
-
NOT_IN_FIELD_NUMBER
public static final int NOT_IN_FIELD_NUMBER- See Also:
-
IGNORE_EMPTY_FIELD_NUMBER
public static final int IGNORE_EMPTY_FIELD_NUMBER- See Also:
-
PARSER
Deprecated.
-
-
Method Details
-
newInstance
- Overrides:
newInstancein classcom.google.protobuf.GeneratedMessageV3
-
getDescriptor
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() -
internalGetFieldAccessorTable
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()- Specified by:
internalGetFieldAccessorTablein classcom.google.protobuf.GeneratedMessageV3
-
hasConst
public boolean hasConst()Const specifies that this field must be exactly the specified value
optional sfixed32 const = 1 [json_name = "const"];- Specified by:
hasConstin interfaceSFixed32RulesOrBuilder- Returns:
- Whether the const field is set.
-
getConst
public int getConst()Const specifies that this field must be exactly the specified value
optional sfixed32 const = 1 [json_name = "const"];- Specified by:
getConstin interfaceSFixed32RulesOrBuilder- Returns:
- The const.
-
hasLt
public boolean hasLt()Lt specifies that this field must be less than the specified value, exclusive
optional sfixed32 lt = 2 [json_name = "lt"];- Specified by:
hasLtin interfaceSFixed32RulesOrBuilder- Returns:
- Whether the lt field is set.
-
getLt
public int getLt()Lt specifies that this field must be less than the specified value, exclusive
optional sfixed32 lt = 2 [json_name = "lt"];- Specified by:
getLtin interfaceSFixed32RulesOrBuilder- Returns:
- The lt.
-
hasLte
public boolean hasLte()Lte specifies that this field must be less than or equal to the specified value, inclusive
optional sfixed32 lte = 3 [json_name = "lte"];- Specified by:
hasLtein interfaceSFixed32RulesOrBuilder- Returns:
- Whether the lte field is set.
-
getLte
public int getLte()Lte specifies that this field must be less than or equal to the specified value, inclusive
optional sfixed32 lte = 3 [json_name = "lte"];- Specified by:
getLtein interfaceSFixed32RulesOrBuilder- Returns:
- The lte.
-
hasGt
public 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 sfixed32 gt = 4 [json_name = "gt"];- Specified by:
hasGtin interfaceSFixed32RulesOrBuilder- Returns:
- Whether the gt field is set.
-
getGt
public 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 sfixed32 gt = 4 [json_name = "gt"];- Specified by:
getGtin interfaceSFixed32RulesOrBuilder- Returns:
- The gt.
-
hasGte
public 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 sfixed32 gte = 5 [json_name = "gte"];- Specified by:
hasGtein interfaceSFixed32RulesOrBuilder- Returns:
- Whether the gte field is set.
-
getGte
public 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 sfixed32 gte = 5 [json_name = "gte"];- Specified by:
getGtein interfaceSFixed32RulesOrBuilder- Returns:
- The gte.
-
getInList
In specifies that this field must be equal to one of the specified values
repeated sfixed32 in = 6 [json_name = "in"];- Specified by:
getInListin interfaceSFixed32RulesOrBuilder- Returns:
- A list containing the in.
-
getInCount
public int getInCount()In specifies that this field must be equal to one of the specified values
repeated sfixed32 in = 6 [json_name = "in"];- Specified by:
getInCountin interfaceSFixed32RulesOrBuilder- Returns:
- The count of in.
-
getIn
public int getIn(int index) In specifies that this field must be equal to one of the specified values
repeated sfixed32 in = 6 [json_name = "in"];- Specified by:
getInin interfaceSFixed32RulesOrBuilder- Parameters:
index- The index of the element to return.- Returns:
- The in at the given index.
-
getNotInList
NotIn specifies that this field cannot be equal to one of the specified values
repeated sfixed32 not_in = 7 [json_name = "notIn"];- Specified by:
getNotInListin interfaceSFixed32RulesOrBuilder- Returns:
- A list containing the notIn.
-
getNotInCount
public int getNotInCount()NotIn specifies that this field cannot be equal to one of the specified values
repeated sfixed32 not_in = 7 [json_name = "notIn"];- Specified by:
getNotInCountin interfaceSFixed32RulesOrBuilder- Returns:
- The count of notIn.
-
getNotIn
public int getNotIn(int index) NotIn specifies that this field cannot be equal to one of the specified values
repeated sfixed32 not_in = 7 [json_name = "notIn"];- Specified by:
getNotInin interfaceSFixed32RulesOrBuilder- Parameters:
index- The index of the element to return.- Returns:
- The notIn at the given index.
-
hasIgnoreEmpty
public boolean hasIgnoreEmpty()IgnoreEmpty specifies that the validation rules of this field should be evaluated only if the field is not empty
optional bool ignore_empty = 8 [json_name = "ignoreEmpty"];- Specified by:
hasIgnoreEmptyin interfaceSFixed32RulesOrBuilder- Returns:
- Whether the ignoreEmpty field is set.
-
getIgnoreEmpty
public boolean getIgnoreEmpty()IgnoreEmpty specifies that the validation rules of this field should be evaluated only if the field is not empty
optional bool ignore_empty = 8 [json_name = "ignoreEmpty"];- Specified by:
getIgnoreEmptyin interfaceSFixed32RulesOrBuilder- Returns:
- The ignoreEmpty.
-
isInitialized
public final boolean isInitialized()- Specified by:
isInitializedin interfacecom.google.protobuf.MessageLiteOrBuilder- Overrides:
isInitializedin classcom.google.protobuf.GeneratedMessageV3
-
writeTo
- Specified by:
writeToin interfacecom.google.protobuf.MessageLite- Overrides:
writeToin classcom.google.protobuf.GeneratedMessageV3- Throws:
IOException
-
getSerializedSize
public int getSerializedSize()- Specified by:
getSerializedSizein interfacecom.google.protobuf.MessageLite- Overrides:
getSerializedSizein classcom.google.protobuf.GeneratedMessageV3
-
equals
- Specified by:
equalsin interfacecom.google.protobuf.Message- Overrides:
equalsin classcom.google.protobuf.AbstractMessage
-
hashCode
public int hashCode()- Specified by:
hashCodein interfacecom.google.protobuf.Message- Overrides:
hashCodein classcom.google.protobuf.AbstractMessage
-
parseFrom
public static SFixed32Rules parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException - Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static SFixed32Rules parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException - Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static SFixed32Rules parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException - Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static SFixed32Rules parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException - Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static SFixed32Rules parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException - Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static SFixed32Rules parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException - Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
- Throws:
IOException
-
parseFrom
public static SFixed32Rules parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException - Throws:
IOException
-
parseDelimitedFrom
- Throws:
IOException
-
parseDelimitedFrom
public static SFixed32Rules parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException - Throws:
IOException
-
parseFrom
public static SFixed32Rules parseFrom(com.google.protobuf.CodedInputStream input) throws IOException - Throws:
IOException
-
parseFrom
public static SFixed32Rules parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException - Throws:
IOException
-
newBuilderForType
- Specified by:
newBuilderForTypein interfacecom.google.protobuf.Message- Specified by:
newBuilderForTypein interfacecom.google.protobuf.MessageLite
-
newBuilder
-
newBuilder
-
toBuilder
- Specified by:
toBuilderin interfacecom.google.protobuf.Message- Specified by:
toBuilderin interfacecom.google.protobuf.MessageLite
-
newBuilderForType
protected SFixed32Rules.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) - Specified by:
newBuilderForTypein classcom.google.protobuf.GeneratedMessageV3
-
getDefaultInstance
-
parser
-
getParserForType
- Specified by:
getParserForTypein interfacecom.google.protobuf.Message- Specified by:
getParserForTypein interfacecom.google.protobuf.MessageLite- Overrides:
getParserForTypein classcom.google.protobuf.GeneratedMessageV3
-
getDefaultInstanceForType
- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageLiteOrBuilder- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageOrBuilder
-