public static interface Validate.AnyRulesOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getIn(int index)
In specifies that this field's `type_url` must be equal to one of the
specified values.
|
com.google.protobuf.ByteString |
getInBytes(int index)
In specifies that this field's `type_url` must be equal to one of the
specified values.
|
int |
getInCount()
In specifies that this field's `type_url` must be equal to one of the
specified values.
|
List<String> |
getInList()
In specifies that this field's `type_url` must be equal to one of the
specified values.
|
String |
getNotIn(int index)
NotIn specifies that this field's `type_url` must not be equal to any of
the specified values.
|
com.google.protobuf.ByteString |
getNotInBytes(int index)
NotIn specifies that this field's `type_url` must not be equal to any of
the specified values.
|
int |
getNotInCount()
NotIn specifies that this field's `type_url` must not be equal to any of
the specified values.
|
List<String> |
getNotInList()
NotIn specifies that this field's `type_url` must not be equal to any of
the specified values.
|
boolean |
getRequired()
Required specifies that this field must be set
|
boolean |
hasRequired()
Required specifies that this field must be set
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasRequired()
Required specifies that this field must be set
optional bool required = 1;boolean getRequired()
Required specifies that this field must be set
optional bool required = 1;List<String> getInList()
In specifies that this field's `type_url` must be equal to one of the specified values.
repeated string in = 2;int getInCount()
In specifies that this field's `type_url` must be equal to one of the specified values.
repeated string in = 2;String getIn(int index)
In specifies that this field's `type_url` must be equal to one of the specified values.
repeated string in = 2;com.google.protobuf.ByteString getInBytes(int index)
In specifies that this field's `type_url` must be equal to one of the specified values.
repeated string in = 2;List<String> getNotInList()
NotIn specifies that this field's `type_url` must not be equal to any of the specified values.
repeated string not_in = 3;int getNotInCount()
NotIn specifies that this field's `type_url` must not be equal to any of the specified values.
repeated string not_in = 3;String getNotIn(int index)
NotIn specifies that this field's `type_url` must not be equal to any of the specified values.
repeated string not_in = 3;com.google.protobuf.ByteString getNotInBytes(int index)
NotIn specifies that this field's `type_url` must not be equal to any of the specified values.
repeated string not_in = 3;Copyright © 2019 WSO2. All rights reserved.