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. clear()
BoolValue.Builder
BoolValue.Builder. clearValue()
The bool value.BoolValue.Builder
BoolValue.Builder. mergeFrom(BoolValue other)
BoolValue.Builder
BoolValue.Builder. mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
BoolValue.Builder
BoolValue.Builder. mergeFrom(Message other)
static BoolValue.Builder
BoolValue. newBuilder()
static BoolValue.Builder
BoolValue. newBuilder(BoolValue prototype)
BoolValue.Builder
BoolValue. newBuilderForType()
protected BoolValue.Builder
BoolValue. newBuilderForType(AbstractMessage.BuilderParent parent)
BoolValue.Builder
BoolValue.Builder. setValue(boolean value)
The bool value.BoolValue.Builder
BoolValue. toBuilder()
-