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

Int32Value

public const int ValueFieldNumber = 1

public static MessageDescriptor Descriptor { get; }

public static MessageParser<Int32Value> Parser { get; }

public int Value { get; set; }

public Int32Value()

public Int32Value(Int32Value other)

public int CalculateSize()

public Int32Value Clone()

public bool Equals(Int32Value other)

public void MergeFrom(Int32Value other)

public void MergeFrom(CodedInputStream input)

public void WriteTo(CodedOutputStream output)