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

Google.Protobuf.WellKnownTypes.UInt64Value

Wrapper message for `uint64`. The JSON representation for `UInt64Value` is JSON string. 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<UInt64Value> Parser { get; }

public ulong Value { get; set; }

The uint64 value.

public UInt64Value()

public UInt64Value(UInt64Value other)

public int CalculateSize()

public UInt64Value Clone()

public bool Equals(UInt64Value other)

public void MergeFrom(UInt64Value other)

public void MergeFrom(CodedInputStream input)

public void WriteTo(CodedOutputStream output)