<PackageReference Include="Relativity.OutsideIn" Version="2023.7.0" />

BoolValue

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)