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