Uses of Class
com.google.protobuf.UInt32Value.Builder
-
Packages that use UInt32Value.Builder Package Description com.google.protobuf -
-
Uses of UInt32Value.Builder in com.google.protobuf
Methods in com.google.protobuf that return UInt32Value.Builder Modifier and Type Method Description UInt32Value.Builder
UInt32Value.Builder. clearValue()
The uint32 value.static UInt32Value.Builder
UInt32Value. newBuilder()
static UInt32Value.Builder
UInt32Value. newBuilder(UInt32Value prototype)
UInt32Value.Builder
UInt32Value.Builder. setValue(int value)
The uint32 value.
-