public static interface CoreNLPProtos.SsurgeonRequest.SsurgeonOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getId()
optional string id = 3; |
com.google.protobuf.ByteString |
getIdBytes()
optional string id = 3; |
java.lang.String |
getLanguage()
optional string language = 5; |
com.google.protobuf.ByteString |
getLanguageBytes()
optional string language = 5; |
java.lang.String |
getNotes()
optional string notes = 4; |
com.google.protobuf.ByteString |
getNotesBytes()
optional string notes = 4; |
java.lang.String |
getOperation(int index)
repeated string operation = 2; |
com.google.protobuf.ByteString |
getOperationBytes(int index)
repeated string operation = 2; |
int |
getOperationCount()
repeated string operation = 2; |
java.util.List<java.lang.String> |
getOperationList()
repeated string operation = 2; |
java.lang.String |
getSemgrex()
optional string semgrex = 1; |
com.google.protobuf.ByteString |
getSemgrexBytes()
optional string semgrex = 1; |
boolean |
hasId()
optional string id = 3; |
boolean |
hasLanguage()
optional string language = 5; |
boolean |
hasNotes()
optional string notes = 4; |
boolean |
hasSemgrex()
optional string semgrex = 1; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasSemgrex()
optional string semgrex = 1;java.lang.String getSemgrex()
optional string semgrex = 1;com.google.protobuf.ByteString getSemgrexBytes()
optional string semgrex = 1;java.util.List<java.lang.String> getOperationList()
repeated string operation = 2;int getOperationCount()
repeated string operation = 2;java.lang.String getOperation(int index)
repeated string operation = 2;index - The index of the element to return.com.google.protobuf.ByteString getOperationBytes(int index)
repeated string operation = 2;index - The index of the value to return.boolean hasId()
optional string id = 3;java.lang.String getId()
optional string id = 3;com.google.protobuf.ByteString getIdBytes()
optional string id = 3;boolean hasNotes()
optional string notes = 4;java.lang.String getNotes()
optional string notes = 4;com.google.protobuf.ByteString getNotesBytes()
optional string notes = 4;boolean hasLanguage()
optional string language = 5;java.lang.String getLanguage()
optional string language = 5;com.google.protobuf.ByteString getLanguageBytes()
optional string language = 5;