Package org.vitrivr.cottontail.grpc
Interface CottontailGrpc.ColumnDefinitionOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
CottontailGrpc.ColumnDefinition,CottontailGrpc.ColumnDefinition.Builder
- Enclosing class:
- CottontailGrpc
public static interface CottontailGrpc.ColumnDefinitionOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CottontailGrpc.EnginegetEngine().org.vitrivr.cottontail.grpc.Engine engine = 6;intgetEngineValue().org.vitrivr.cottontail.grpc.Engine engine = 6;intgetLength()uint32 length = 3;java.lang.StringgetName()string name = 1;com.google.protobuf.ByteStringgetNameBytes()string name = 1;booleangetNullable()bool nullable = 5;booleangetPrimary()bool primary = 4;CottontailGrpc.TypegetType().org.vitrivr.cottontail.grpc.Type type = 2;intgetTypeValue().org.vitrivr.cottontail.grpc.Type type = 2;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getName
java.lang.String getName()
string name = 1;- Returns:
- The name.
-
getNameBytes
com.google.protobuf.ByteString getNameBytes()
string name = 1;- Returns:
- The bytes for name.
-
getTypeValue
int getTypeValue()
.org.vitrivr.cottontail.grpc.Type type = 2;- Returns:
- The enum numeric value on the wire for type.
-
getType
CottontailGrpc.Type getType()
.org.vitrivr.cottontail.grpc.Type type = 2;- Returns:
- The type.
-
getLength
int getLength()
uint32 length = 3;- Returns:
- The length.
-
getPrimary
boolean getPrimary()
bool primary = 4;- Returns:
- The primary.
-
getNullable
boolean getNullable()
bool nullable = 5;- Returns:
- The nullable.
-
getEngineValue
int getEngineValue()
.org.vitrivr.cottontail.grpc.Engine engine = 6;- Returns:
- The enum numeric value on the wire for engine.
-
getEngine
CottontailGrpc.Engine getEngine()
.org.vitrivr.cottontail.grpc.Engine engine = 6;- Returns:
- The engine.
-
-