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.BuilderBoolValue.Builder. clear()BoolValue.BuilderBoolValue.Builder. clearValue()bool value = 1 [json_name = "value"];BoolValue.BuilderBoolValue.Builder. mergeFrom(BoolValue other)BoolValue.BuilderBoolValue.Builder. mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)BoolValue.BuilderBoolValue.Builder. mergeFrom(Message other)static BoolValue.BuilderBoolValue. newBuilder()static BoolValue.BuilderBoolValue. newBuilder(BoolValue prototype)BoolValue.BuilderBoolValue. newBuilderForType()protected BoolValue.BuilderBoolValue. newBuilderForType(AbstractMessage.BuilderParent parent)BoolValue.BuilderBoolValue.Builder. setValue(boolean value)bool value = 1 [json_name = "value"];BoolValue.BuilderBoolValue. toBuilder()
-