protobuf v0.5.0 (2019-02-11T10:33:22Z)
Dub
Repo
Version
google
protobuf
compiler
plugin
Undocumented in source.
class
Version {
@
Proto
(1)
int
major
;
@
Proto
(2)
int
minor
;
@
Proto
(3)
int
patch
;
@
Proto
(4)
string
suffix
;
}
Members
Variables
major
int
major
;
Undocumented in source.
minor
int
minor
;
Undocumented in source.
patch
int
patch
;
Undocumented in source.
suffix
string
suffix
;
Undocumented in source.
Meta
Source
See Implementation
google
protobuf
compiler
plugin
classes
CodeGeneratorRequest
CodeGeneratorResponse
Version