Package org.vitrivr.cottontail.grpc
Interface CottontailGrpc.UuidOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
CottontailGrpc.Uuid,CottontailGrpc.Uuid.Builder
- Enclosing class:
- CottontailGrpc
public static interface CottontailGrpc.UuidOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionlongint64 leastSignificant = 1;longint64 mostSignificant = 2;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
-
getLeastSignificant
long getLeastSignificant()int64 leastSignificant = 1;- Returns:
- The leastSignificant.
-
getMostSignificant
long getMostSignificant()int64 mostSignificant = 2;- Returns:
- The mostSignificant.
-