BoolValue public sealed class BoolValue : IMessage<BoolValue>, IMessage, IEquatable<BoolValue>, IDeepCloneable<BoolValue>, IBufferMessage Documentation public const int ValueFieldNumber = 1 public static MessageDescriptor Descriptor { get; } public static MessageParser<BoolValue> Parser { get; } public bool Value { get; set; } 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)