Interface CottontailGrpc.EntityNameOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
CottontailGrpc.EntityName, CottontailGrpc.EntityName.Builder
Enclosing class:
CottontailGrpc

public static interface CottontailGrpc.EntityNameOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    string name = 2;
    com.google.protobuf.ByteString
    string name = 2;
    .org.vitrivr.cottontail.grpc.SchemaName schema = 1;
    .org.vitrivr.cottontail.grpc.SchemaName schema = 1;
    boolean
    .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 Details

    • hasSchema

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

      .org.vitrivr.cottontail.grpc.SchemaName schema = 1;
      Returns:
      The schema.
    • getSchemaOrBuilder

      .org.vitrivr.cottontail.grpc.SchemaName schema = 1;
    • getName

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

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