<PackageReference Include="Google.Protobuf" Version="3.34.1" />

Google.Protobuf.WellKnownTypes.BoolValue

Wrapper message for `bool`. The JSON representation for `BoolValue` is JSON `true` and `false`. Not recommended for use in new APIs, but still useful for legacy APIs and has no plan to be removed.
public const int ValueFieldNumber = 1

Field number for the "value" field.

public static MessageDescriptor Descriptor { get; }

public static MessageParser<BoolValue> Parser { get; }

public bool Value { get; set; }

The bool value.

public BoolValue()

public BoolValue(BoolValue other)

public int CalculateSize()

public BoolValue Clone()

public bool Equals(BoolValue other)

public void MergeFrom(BoolValue other)

public void MergeFrom(CodedInputStream input)

public void WriteTo(CodedOutputStream output)