public static interface Requirement.BannedHtmlTagOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getTag(int index)
The banned HTML tag (lowercase).
|
com.google.protobuf.ByteString |
getTagBytes(int index)
The banned HTML tag (lowercase).
|
int |
getTagCount()
The banned HTML tag (lowercase).
|
List<String> |
getTagList()
The banned HTML tag (lowercase).
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofint getTagCount()
The banned HTML tag (lowercase).
repeated string tag = 1;String getTag(int index)
The banned HTML tag (lowercase).
repeated string tag = 1;com.google.protobuf.ByteString getTagBytes(int index)
The banned HTML tag (lowercase).
repeated string tag = 1;