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

Google.Protobuf.WellKnownTypes.Int32Value

Wrapper message for `int32`. The JSON representation for `Int32Value` is JSON number. 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<Int32Value> Parser { get; }

public int Value { get; set; }

The int32 value.

public Int32Value()

public Int32Value(Int32Value other)

public int CalculateSize()

public Int32Value Clone()

public bool Equals(Int32Value other)

public void MergeFrom(Int32Value other)

public void MergeFrom(CodedInputStream input)

public void WriteTo(CodedOutputStream output)