Package xg
Interface Validator.EnumValidatorOptionsOrBuilder
- All Superinterfaces:
MessageLiteOrBuilder,MessageOrBuilder
- All Known Implementing Classes:
Validator.EnumValidatorOptions,Validator.EnumValidatorOptions.Builder
- Enclosing class:
- Validator
-
Method Summary
Modifier and TypeMethodDescriptionoptional string not_equal = 1;optional string not_equal = 1;booleanoptional string not_equal = 1;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
-
hasNotEqual
boolean hasNotEqual()optional string not_equal = 1;- Returns:
- Whether the notEqual field is set.
-
getNotEqual
String getNotEqual()optional string not_equal = 1;- Returns:
- The notEqual.
-
getNotEqualBytes
ByteString getNotEqualBytes()optional string not_equal = 1;- Returns:
- The bytes for notEqual.
-