Interface ProtobufMessages.KnowledgeBaseOrBuilder
-
- All Superinterfaces:
com.google.protobuf.GeneratedMessage.ExtendableMessageOrBuilder<ProtobufMessages.KnowledgeBase>,com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ProtobufMessages.KnowledgeBase,ProtobufMessages.KnowledgeBase.Builder
- Enclosing class:
- ProtobufMessages
public static interface ProtobufMessages.KnowledgeBaseOrBuilder extends com.google.protobuf.GeneratedMessage.ExtendableMessageOrBuilder<ProtobufMessages.KnowledgeBase>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetId()optional string id = 2;com.google.protobuf.ByteStringgetIdBytes()optional string id = 2;com.google.protobuf.ByteStringgetSignature()optional bytes signature = 1;booleanhasId()optional string id = 2;booleanhasSignature()optional bytes signature = 1;-
Methods inherited from interface com.google.protobuf.GeneratedMessage.ExtendableMessageOrBuilder
getDefaultInstanceForType, getExtension, getExtension, getExtension, getExtension, getExtension, getExtension, getExtensionCount, getExtensionCount, getExtensionCount, hasExtension, hasExtension, hasExtension
-
-
-
-
Method Detail
-
hasSignature
boolean hasSignature()
optional bytes signature = 1;
-
getSignature
com.google.protobuf.ByteString getSignature()
optional bytes signature = 1;
-
hasId
boolean hasId()
optional string id = 2;we should probably add the list of packages/rules/resources on the knowledge base
-
getId
String getId()
optional string id = 2;we should probably add the list of packages/rules/resources on the knowledge base
-
getIdBytes
com.google.protobuf.ByteString getIdBytes()
optional string id = 2;we should probably add the list of packages/rules/resources on the knowledge base
-
-