Interface CottontailGrpc.CreateIndexMessageOrBuilder

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

public static interface CottontailGrpc.CreateIndexMessageOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • hasMetadata

      boolean hasMetadata()
      .org.vitrivr.cottontail.grpc.RequestMetadata metadata = 1;
      Returns:
      Whether the metadata field is set.
    • getMetadata

      .org.vitrivr.cottontail.grpc.RequestMetadata metadata = 1;
      Returns:
      The metadata.
    • getMetadataOrBuilder

      .org.vitrivr.cottontail.grpc.RequestMetadata metadata = 1;
    • hasEntity

      boolean hasEntity()
      .org.vitrivr.cottontail.grpc.EntityName entity = 2;
      Returns:
      Whether the entity field is set.
    • getEntity

      .org.vitrivr.cottontail.grpc.EntityName entity = 2;
      Returns:
      The entity.
    • getEntityOrBuilder

      .org.vitrivr.cottontail.grpc.EntityName entity = 2;
    • getTypeValue

      int getTypeValue()
      .org.vitrivr.cottontail.grpc.IndexType type = 3;
      Returns:
      The enum numeric value on the wire for type.
    • getType

      .org.vitrivr.cottontail.grpc.IndexType type = 3;
      Returns:
      The type.
    • getIndexName

      String getIndexName()
      string indexName = 4;
      Returns:
      The indexName.
    • getIndexNameBytes

      com.google.protobuf.ByteString getIndexNameBytes()
      string indexName = 4;
      Returns:
      The bytes for indexName.
    • getColumnsList

      List<String> getColumnsList()
      repeated string columns = 5;
      Returns:
      A list containing the columns.
    • getColumnsCount

      int getColumnsCount()
      repeated string columns = 5;
      Returns:
      The count of columns.
    • getColumns

      String getColumns(int index)
      repeated string columns = 5;
      Parameters:
      index - The index of the element to return.
      Returns:
      The columns at the given index.
    • getColumnsBytes

      com.google.protobuf.ByteString getColumnsBytes(int index)
      repeated string columns = 5;
      Parameters:
      index - The index of the value to return.
      Returns:
      The bytes of the columns at the given index.
    • getParamsCount

      int getParamsCount()
      map<string, string> params = 6;
    • containsParams

      boolean containsParams(String key)
      map<string, string> params = 6;
    • getParams

      Deprecated.
      Use getParamsMap() instead.
    • getParamsMap

      Map<String,String> getParamsMap()
      map<string, string> params = 6;
    • getParamsOrDefault

      String getParamsOrDefault(String key, String defaultValue)
      map<string, string> params = 6;
    • getParamsOrThrow

      String getParamsOrThrow(String key)
      map<string, string> params = 6;