public static interface Requirement.BannedCssSelectorOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getSelector(int index)
The banned CSS selectors.
|
com.google.protobuf.ByteString |
getSelectorBytes(int index)
The banned CSS selectors.
|
int |
getSelectorCount()
The banned CSS selectors.
|
List<String> |
getSelectorList()
The banned CSS selectors.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<String> getSelectorList()
The banned CSS selectors.
repeated string selector = 1;int getSelectorCount()
The banned CSS selectors.
repeated string selector = 1;String getSelector(int index)
The banned CSS selectors.
repeated string selector = 1;com.google.protobuf.ByteString getSelectorBytes(int index)
The banned CSS selectors.
repeated string selector = 1;