public static interface Requirement.BannedDirectiveOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getDirective(int index)
The banned directive names.
|
com.google.protobuf.ByteString |
getDirectiveBytes(int index)
The banned directive names.
|
int |
getDirectiveCount()
The banned directive names.
|
List<String> |
getDirectiveList()
The banned directive names.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<String> getDirectiveList()
The banned directive names.
repeated string directive = 1;int getDirectiveCount()
The banned directive names.
repeated string directive = 1;String getDirective(int index)
The banned directive names.
repeated string directive = 1;com.google.protobuf.ByteString getDirectiveBytes(int index)
The banned directive names.
repeated string directive = 1;