public static interface Requirement.BannedFunctionOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getFunction(int index)
The banned function names.
|
com.google.protobuf.ByteString |
getFunctionBytes(int index)
The banned function names.
|
int |
getFunctionCount()
The banned function names.
|
List<String> |
getFunctionList()
The banned function names.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<String> getFunctionList()
The banned function names.
repeated string function = 1;int getFunctionCount()
The banned function names.
repeated string function = 1;String getFunction(int index)
The banned function names.
repeated string function = 1;com.google.protobuf.ByteString getFunctionBytes(int index)
The banned function names.
repeated string function = 1;