Package xg
Interface Validator.ValidatorOptionsOrBuilder
- All Superinterfaces:
MessageLiteOrBuilder,MessageOrBuilder
- All Known Implementing Classes:
Validator.ValidatorOptions,Validator.ValidatorOptions.Builder
- Enclosing class:
- Validator
-
Method Summary
Modifier and TypeMethodDescriptionoptional string count_equal = 9;optional string count_equal = 9;optional string count_max = 8;optional string count_max = 8;optional string count_min = 7;optional string count_min = 7;optional string count_not_equal = 10;optional string count_not_equal = 10;getEqual()optional string equal = 3;optional string equal = 3;optional string has_key = 11;optional string has_key = 11;getMax()optional string max = 2;optional string max = 2;getMin()optional string min = 1;optional string min = 1;optional string not_equal = 4;optional string not_equal = 4;getRegex()optional string regex = 6;optional string regex = 6;getUuid()optional string uuid = 5;optional string uuid = 5;booleanoptional string count_equal = 9;booleanoptional string count_max = 8;booleanoptional string count_min = 7;booleanoptional string count_not_equal = 10;booleanhasEqual()optional string equal = 3;booleanoptional string has_key = 11;booleanhasMax()optional string max = 2;booleanhasMin()optional string min = 1;booleanoptional string not_equal = 4;booleanhasRegex()optional string regex = 6;booleanhasUuid()optional string uuid = 5;Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
hasMin
boolean hasMin()optional string min = 1;- Returns:
- Whether the min field is set.
-
getMin
String getMin()optional string min = 1;- Returns:
- The min.
-
getMinBytes
ByteString getMinBytes()optional string min = 1;- Returns:
- The bytes for min.
-
hasMax
boolean hasMax()optional string max = 2;- Returns:
- Whether the max field is set.
-
getMax
String getMax()optional string max = 2;- Returns:
- The max.
-
getMaxBytes
ByteString getMaxBytes()optional string max = 2;- Returns:
- The bytes for max.
-
hasEqual
boolean hasEqual()optional string equal = 3;- Returns:
- Whether the equal field is set.
-
getEqual
String getEqual()optional string equal = 3;- Returns:
- The equal.
-
getEqualBytes
ByteString getEqualBytes()optional string equal = 3;- Returns:
- The bytes for equal.
-
hasNotEqual
boolean hasNotEqual()optional string not_equal = 4;- Returns:
- Whether the notEqual field is set.
-
getNotEqual
String getNotEqual()optional string not_equal = 4;- Returns:
- The notEqual.
-
getNotEqualBytes
ByteString getNotEqualBytes()optional string not_equal = 4;- Returns:
- The bytes for notEqual.
-
hasUuid
boolean hasUuid()optional string uuid = 5;- Returns:
- Whether the uuid field is set.
-
getUuid
String getUuid()optional string uuid = 5;- Returns:
- The uuid.
-
getUuidBytes
ByteString getUuidBytes()optional string uuid = 5;- Returns:
- The bytes for uuid.
-
hasRegex
boolean hasRegex()optional string regex = 6;- Returns:
- Whether the regex field is set.
-
getRegex
String getRegex()optional string regex = 6;- Returns:
- The regex.
-
getRegexBytes
ByteString getRegexBytes()optional string regex = 6;- Returns:
- The bytes for regex.
-
hasCountMin
boolean hasCountMin()optional string count_min = 7;- Returns:
- Whether the countMin field is set.
-
getCountMin
String getCountMin()optional string count_min = 7;- Returns:
- The countMin.
-
getCountMinBytes
ByteString getCountMinBytes()optional string count_min = 7;- Returns:
- The bytes for countMin.
-
hasCountMax
boolean hasCountMax()optional string count_max = 8;- Returns:
- Whether the countMax field is set.
-
getCountMax
String getCountMax()optional string count_max = 8;- Returns:
- The countMax.
-
getCountMaxBytes
ByteString getCountMaxBytes()optional string count_max = 8;- Returns:
- The bytes for countMax.
-
hasCountEqual
boolean hasCountEqual()optional string count_equal = 9;- Returns:
- Whether the countEqual field is set.
-
getCountEqual
String getCountEqual()optional string count_equal = 9;- Returns:
- The countEqual.
-
getCountEqualBytes
ByteString getCountEqualBytes()optional string count_equal = 9;- Returns:
- The bytes for countEqual.
-
hasCountNotEqual
boolean hasCountNotEqual()optional string count_not_equal = 10;- Returns:
- Whether the countNotEqual field is set.
-
getCountNotEqual
String getCountNotEqual()optional string count_not_equal = 10;- Returns:
- The countNotEqual.
-
getCountNotEqualBytes
ByteString getCountNotEqualBytes()optional string count_not_equal = 10;- Returns:
- The bytes for countNotEqual.
-
hasHasKey
boolean hasHasKey()optional string has_key = 11;- Returns:
- Whether the hasKey field is set.
-
getHasKey
String getHasKey()optional string has_key = 11;- Returns:
- The hasKey.
-
getHasKeyBytes
ByteString getHasKeyBytes()optional string has_key = 11;- Returns:
- The bytes for hasKey.
-