Interface CottontailGrpc.EntityOrBuilder

    • 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.Schema getSchema()
      .org.vitrivr.cottontail.grpc.Schema schema = 1;
      CottontailGrpc.SchemaOrBuilder getSchemaOrBuilder()
      .org.vitrivr.cottontail.grpc.Schema schema = 1;
      boolean hasSchema()
      .org.vitrivr.cottontail.grpc.Schema 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.Schema schema = 1;
        Returns:
        Whether the schema field is set.
      • getSchema

        CottontailGrpc.Schema getSchema()
        .org.vitrivr.cottontail.grpc.Schema schema = 1;
        Returns:
        The schema.
      • 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.