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
Modifier and TypeMethodDescriptiongetId()we should probably add the list of packages/rules/resources on the knowledge basecom.google.protobuf.ByteStringwe should probably add the list of packages/rules/resources on the knowledge basecom.google.protobuf.ByteStringoptional bytes signature = 1;booleanhasId()we should probably add the list of packages/rules/resources on the knowledge basebooleanoptional bytes signature = 1;Methods inherited from interface com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder
getDefaultInstanceForType, getExtension, getExtension, getExtension, getExtension, getExtension, getExtension, getExtensionCount, getExtensionCount, getExtensionCount, hasExtension, hasExtension, hasExtensionMethods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
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.
-