Uses of Class
com.google.protobuf.BoolValue.Builder
-
-
Uses of BoolValue.Builder in com.google.protobuf
Methods in com.google.protobuf that return BoolValue.Builder Modifier and Type Method Description BoolValue.BuilderBoolValue.Builder. clearValue()bool value = 1 [json_name = "value"];static BoolValue.BuilderBoolValue. newBuilder()static BoolValue.BuilderBoolValue. newBuilder(BoolValue prototype)BoolValue.BuilderBoolValue.Builder. setValue(boolean value)bool value = 1 [json_name = "value"];
-