Int64Value public sealed class Int64Value : IMessage<Int64Value>, IMessage, IEquatable<Int64Value>, IDeepCloneable<Int64Value> Documentation 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)