public static interface Validate.MessageRulesOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
boolean |
getRequired()
Required specifies that this field must be set
|
boolean |
getSkip()
Skip specifies that the validation rules of this field should not be
evaluated
|
boolean |
hasRequired()
Required specifies that this field must be set
|
boolean |
hasSkip()
Skip specifies that the validation rules of this field should not be
evaluated
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasSkip()
Skip specifies that the validation rules of this field should not be evaluated
optional bool skip = 1;boolean getSkip()
Skip specifies that the validation rules of this field should not be evaluated
optional bool skip = 1;boolean hasRequired()
Required specifies that this field must be set
optional bool required = 2;boolean getRequired()
Required specifies that this field must be set
optional bool required = 2;Copyright © 2019 WSO2. All rights reserved.