Interface CottontailGrpc.EntityNameOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.String getName()
      string name = 2;
      com.google.protobuf.ByteString getNameBytes()
      string name = 2;
      CottontailGrpc.SchemaName getSchema()
      .org.vitrivr.cottontail.grpc.SchemaName schema = 1;
      CottontailGrpc.SchemaNameOrBuilder getSchemaOrBuilder()
      .org.vitrivr.cottontail.grpc.SchemaName schema = 1;
      boolean hasSchema()
      .org.vitrivr.cottontail.grpc.SchemaName schema = 1;
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        isInitialized
      • Methods inherited from interface com.google.protobuf.MessageOrBuilder

        findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
    • Method Detail

      • hasSchema

        boolean hasSchema()
        .org.vitrivr.cottontail.grpc.SchemaName schema = 1;
        Returns:
        Whether the schema field is set.
      • getName

        java.lang.String getName()
        string name = 2;
        Returns:
        The name.
      • getNameBytes

        com.google.protobuf.ByteString getNameBytes()
        string name = 2;
        Returns:
        The bytes for name.