Interface Shared.UUID.StructuredOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    Shared.UUID.Structured, Shared.UUID.Structured.Builder
    Enclosing class:
    Shared.UUID

    public static interface Shared.UUID.StructuredOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      long getLeastSignificantBits()
      int64 least_significant_bits = 2;
      long getMostSignificantBits()
      int64 most_significant_bits = 1;
      • 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 Detail

      • getMostSignificantBits

        long getMostSignificantBits()
        int64 most_significant_bits = 1;
        Returns:
        The mostSignificantBits.
      • getLeastSignificantBits

        long getLeastSignificantBits()
        int64 least_significant_bits = 2;
        Returns:
        The leastSignificantBits.