Google.Protobuf.Compiler.Version
public sealed class Version : IMessage<Version>, IMessage, IEquatable<Version>, IDeepCloneable<Version>, IBufferMessage
The version number of protocol compiler.
Field number for the "major" field.
Field number for the "minor" field.
Field number for the "patch" field.
Field number for the "suffix" field.
Gets whether the "major" field is set
Gets whether the "minor" field is set
Gets whether the "patch" field is set
Gets whether the "suffix" field is set
A suffix for alpha, beta or rc release, e.g., "alpha-1", "rc2". It should
be empty for mainline stable releases.
public Version()
Clears the value of the "major" field
Clears the value of the "minor" field
Clears the value of the "patch" field
Clears the value of the "suffix" field