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

Google.Protobuf.WellKnownTypes.Int64Value

Wrapper message for `int64`. The JSON representation for `Int64Value` 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<Int64Value> Parser { get; }

public long Value { get; set; }

The int64 value.

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)