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