Package org.vitrivr.cottontail.grpc
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 Summary
Modifier and TypeMethodDescriptionbooleancontainsParams(String key) map<string, string> params = 6;getColumns(int index) repeated string columns = 5;com.google.protobuf.ByteStringgetColumnsBytes(int index) repeated string columns = 5;intrepeated string columns = 5;repeated string columns = 5;.org.vitrivr.cottontail.grpc.EntityName entity = 2;.org.vitrivr.cottontail.grpc.EntityName entity = 2;string indexName = 4;com.google.protobuf.ByteStringstring indexName = 4;.org.vitrivr.cottontail.grpc.RequestMetadata metadata = 1;.org.vitrivr.cottontail.grpc.RequestMetadata metadata = 1;Deprecated.intmap<string, string> params = 6;map<string, string> params = 6;getParamsOrDefault(String key, String defaultValue) map<string, string> params = 6;getParamsOrThrow(String key) map<string, string> params = 6;getType().org.vitrivr.cottontail.grpc.IndexType type = 3;int.org.vitrivr.cottontail.grpc.IndexType type = 3;boolean.org.vitrivr.cottontail.grpc.EntityName entity = 2;boolean.org.vitrivr.cottontail.grpc.RequestMetadata metadata = 1;Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
hasMetadata
boolean hasMetadata().org.vitrivr.cottontail.grpc.RequestMetadata metadata = 1;- Returns:
- Whether the metadata field is set.
-
getMetadata
CottontailGrpc.RequestMetadata getMetadata().org.vitrivr.cottontail.grpc.RequestMetadata metadata = 1;- Returns:
- The metadata.
-
getMetadataOrBuilder
CottontailGrpc.RequestMetadataOrBuilder 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
CottontailGrpc.EntityName getEntity().org.vitrivr.cottontail.grpc.EntityName entity = 2;- Returns:
- The entity.
-
getEntityOrBuilder
CottontailGrpc.EntityNameOrBuilder 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
CottontailGrpc.IndexType 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
repeated string columns = 5;- Returns:
- A list containing the columns.
-
getColumnsCount
int getColumnsCount()repeated string columns = 5;- Returns:
- The count of columns.
-
getColumns
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
map<string, string> params = 6; -
getParams
Deprecated.UsegetParamsMap()instead. -
getParamsMap
map<string, string> params = 6; -
getParamsOrDefault
map<string, string> params = 6; -
getParamsOrThrow
map<string, string> params = 6;
-