Interface ProtobufMessages.KnowledgeBaseOrBuilder
-
- All Superinterfaces:
com.google.protobuf.GeneratedMessageV3.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.GeneratedMessageV3.ExtendableMessageOrBuilder<ProtobufMessages.KnowledgeBase>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetId()we should probably add the list of packages/rules/resources on the knowledge basecom.google.protobuf.ByteStringgetIdBytes()we should probably add the list of packages/rules/resources on the knowledge basecom.google.protobuf.ByteStringgetSignature()optional bytes signature = 1;booleanhasId()we should probably add the list of packages/rules/resources on the knowledge basebooleanhasSignature()optional bytes signature = 1;-
Methods inherited from interface com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder
getDefaultInstanceForType, getExtension, getExtension, getExtension, getExtension, getExtension, getExtension, getExtensionCount, getExtensionCount, getExtensionCount, hasExtension, hasExtension, hasExtension
-
-
-
-
Method Detail
-
hasSignature
boolean hasSignature()
optional bytes signature = 1;- Returns:
- Whether the signature field is set.
-
getSignature
com.google.protobuf.ByteString getSignature()
optional bytes signature = 1;- Returns:
- The signature.
-
hasId
boolean hasId()
we should probably add the list of packages/rules/resources on the knowledge base
optional string id = 2;- Returns:
- Whether the id field is set.
-
getId
String getId()
we should probably add the list of packages/rules/resources on the knowledge base
optional string id = 2;- Returns:
- The id.
-
getIdBytes
com.google.protobuf.ByteString getIdBytes()
we should probably add the list of packages/rules/resources on the knowledge base
optional string id = 2;- Returns:
- The bytes for id.
-
-