patch
plugin.pb.swift:67var patch: Int32 { get set }var patch: Int32 { get set }s26SwiftProtobufPluginLibrary07Google_B17_Compiler_VersionV5patchs5Int32Vvp What are these?1N11Vimport SwiftProtobufPluginLibraryA reusable framework for building protoc plugins in Swift.
struct Google_Protobuf_Compiler_VersionThe version number of protocol compiler.
@frozen struct Int32A 32-bit signed integer value type.
init() static let _protobuf_nameMap: _NameMapstatic let protoMessageName: Stringvar hasMajor: Bool { get }Returns true if major has been explicitly set.
var hasMinor: Bool { get }Returns true if minor has been explicitly set.
var hasPatch: Bool { get }Returns true if patch has been explicitly set.
var hasSuffix: Bool { get }Returns true if suffix has been explicitly set.
var major: Int32 { get set }var minor: Int32 { get set }var suffix: String { get set }A suffix for alpha, beta or rc release, e.g., “alpha-1”, “rc2”. It should be empty for mainline stable releases.
var unknownFields: UnknownStoragestatic func == (lhs: Google_Protobuf_Compiler_Version, rhs: Google_Protobuf_Compiler_Version) -> Bool mutating func clearMajor() Clears the value of major. Subsequent reads from it will return its default value.
mutating func clearMinor() Clears the value of minor. Subsequent reads from it will return its default value.
mutating func clearPatch() Clears the value of patch. Subsequent reads from it will return its default value.
mutating func clearSuffix() Clears the value of suffix. Subsequent reads from it will return its default value.
mutating func decodeMessage<D>(decoder: inout D) throws where D : Decoder func traverse<V>(visitor: inout V) throws where V : Visitor