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
Modifier and TypeMethodDescriptionlongint64 least_significant_bits = 2;longint64 most_significant_bits = 1;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
-
getMostSignificantBits
long getMostSignificantBits()int64 most_significant_bits = 1;- Returns:
- The mostSignificantBits.
-
getLeastSignificantBits
long getLeastSignificantBits()int64 least_significant_bits = 2;- Returns:
- The leastSignificantBits.
-