Package com.google.protobuf
Interface UInt32ValueOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
- All Known Implementing Classes:
UInt32Value,UInt32Value.Builder
@Generated public interface UInt32ValueOrBuilder extends com.google.protobuf.MessageLiteOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intgetValue()uint32 value = 1 [json_name = "value"];
-