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 Type
    Method
    Description
    we should probably add the list of packages/rules/resources on the knowledge base
    com.google.protobuf.ByteString
    we should probably add the list of packages/rules/resources on the knowledge base
    com.google.protobuf.ByteString
    optional bytes signature = 1;
    boolean
    we should probably add the list of packages/rules/resources on the knowledge base
    boolean
    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

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods 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.