public static interface Requirement.BannedRawTextOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getText(int index)
The banned text.
|
com.google.protobuf.ByteString |
getTextBytes(int index)
The banned text.
|
int |
getTextCount()
The banned text.
|
List<String> |
getTextList()
The banned text.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<String> getTextList()
The banned text. This only bans literal text, not commands or expressions
repeated string text = 1;int getTextCount()
The banned text. This only bans literal text, not commands or expressions
repeated string text = 1;String getText(int index)
The banned text. This only bans literal text, not commands or expressions
repeated string text = 1;com.google.protobuf.ByteString getTextBytes(int index)
The banned text. This only bans literal text, not commands or expressions
repeated string text = 1;