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

Int64Value

public const int ValueFieldNumber = 1

public static MessageDescriptor Descriptor { get; }

public static MessageParser<Int64Value> Parser { get; }

public long Value { get; set; }

public Int64Value()

public Int64Value(Int64Value other)

public int CalculateSize()

public Int64Value Clone()

public bool Equals(Int64Value other)

public void MergeFrom(Int64Value other)

public void MergeFrom(CodedInputStream input)

public void WriteTo(CodedOutputStream output)