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