UInt32Value public sealed class UInt32Value : IMessage<UInt32Value>, IMessage, IEquatable<UInt32Value>, IDeepCloneable<UInt32Value> Documentation public const int ValueFieldNumber = 1 public static MessageDescriptor Descriptor { get; } public static MessageParser<UInt32Value> Parser { get; } public uint Value { get; set; } public UInt32Value() public UInt32Value(UInt32Value other) public int CalculateSize() public UInt32Value Clone() public bool Equals(UInt32Value other) public void MergeFrom(UInt32Value other) public void MergeFrom(CodedInputStream input) public void WriteTo(CodedOutputStream output)