Package com.google.protobuf
Interface UInt64ValueOrBuilder
- All Superinterfaces:
MessageLiteOrBuilder
- All Known Implementing Classes:
UInt64Value
,UInt64Value.Builder
-
Method Summary
Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType, isInitialized
-
Method Details
-
getValue
long getValue()The uint64 value.
uint64 value = 1;
- Returns:
- The value.
-