Interface ProtobufMessages.KnowledgeBaseOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      String getId()
      we should probably add the list of packages/rules/resources on the knowledge base
      com.google.protobuf.ByteString getIdBytes()
      we should probably add the list of packages/rules/resources on the knowledge base
      com.google.protobuf.ByteString getSignature()
      optional bytes signature = 1;
      boolean hasId()
      we should probably add the list of packages/rules/resources on the knowledge base
      boolean hasSignature()
      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 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.