<PackageReference Include="Google.Protobuf" Version="3.35.1" />

Google.Protobuf.WellKnownTypes.UInt32Value

Wrapper message for `uint32`. The JSON representation for `UInt32Value` is JSON number. Not recommended for use in new APIs, but still useful for legacy APIs and has no plan to be removed.
public const int ValueFieldNumber = 1

Field number for the "value" field.

public static MessageDescriptor Descriptor { get; }

public static MessageParser<UInt32Value> Parser { get; }

public uint Value { get; set; }

The uint32 value.

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)