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 Type
    Method
    Description
    long
    int64 leastSignificant = 1;
    long
    int64 mostSignificant = 2;

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods 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.