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

UInt64Value

public const int ValueFieldNumber = 1

public static MessageDescriptor Descriptor { get; }

public static MessageParser<UInt64Value> Parser { get; }

public ulong Value { get; set; }

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)