Uses of Class
com.google.protobuf.BoolValue.Builder
Packages that use BoolValue.Builder
-
Uses of BoolValue.Builder in com.google.protobuf
Methods in com.google.protobuf that return BoolValue.BuilderModifier and TypeMethodDescriptionBoolValue.Builder.clear()
BoolValue.Builder.clearValue()
bool value = 1 [json_name = "value"];
BoolValue.Builder.mergeFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static BoolValue.Builder
BoolValue.newBuilder()
static BoolValue.Builder
BoolValue.newBuilder
(BoolValue prototype) BoolValue.newBuilderForType()
protected BoolValue.Builder
BoolValue.newBuilderForType
(AbstractMessage.BuilderParent parent) BoolValue.Builder.setValue
(boolean value) bool value = 1 [json_name = "value"];
BoolValue.toBuilder()