Int32Value public sealed class Int32Value : IMessage<Int32Value>, IMessage, IEquatable<Int32Value>, IDeepCloneable<Int32Value> Documentation 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)