protobuf v0.4.0 (2018-12-20T11:22:49Z)
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