Package org.vitrivr.cottontail.grpc
Interface CottontailGrpc.EntityDetailOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
CottontailGrpc.EntityDetail,CottontailGrpc.EntityDetail.Builder
- Enclosing class:
- CottontailGrpc
public static interface CottontailGrpc.EntityDetailOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetName()string name = 2;com.google.protobuf.ByteStringgetNameBytes()string name = 2;CottontailGrpc.SchemagetSchema().org.vitrivr.cottontail.grpc.Schema schema = 1;CottontailGrpc.SchemaOrBuildergetSchemaOrBuilder().org.vitrivr.cottontail.grpc.Schema schema = 1;booleanhasSchema().org.vitrivr.cottontail.grpc.Schema schema = 1;-
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.
-
getSchemaOrBuilder
CottontailGrpc.SchemaOrBuilder getSchemaOrBuilder()
.org.vitrivr.cottontail.grpc.Schema schema = 1;
-
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.
-
-