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 longgetLeastSignificantBits()int64 least_significant_bits = 2;longgetMostSignificantBits()int64 most_significant_bits = 1;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-