protobuf v0.5.0 (2019-02-11T10:33:22Z)
Dub
Repo
FieldOptions
google
protobuf
descriptor
Undocumented in source.
class
FieldOptions {
@
Proto
(1)
CType
ctype
;
@
Proto
(2)
bool
packed
;
@
Proto
(3)
bool
deprecated_
;
@
Proto
(5)
bool
lazy_
;
@
Proto
(6)
JSType
jstype
;
@
Proto
(10)
bool
weak
;
@
Proto
(999)
UninterpretedOption
[]
uninterpretedOptions
;
enum
CType
;
enum
JSType
;
}
Members
Enums
CType
enum
CType
Undocumented in source.
JSType
enum
JSType
Undocumented in source.
Variables
ctype
CType
ctype
;
Undocumented in source.
deprecated_
bool
deprecated_
;
Undocumented in source.
jstype
JSType
jstype
;
Undocumented in source.
lazy_
bool
lazy_
;
Undocumented in source.
packed
bool
packed
;
Undocumented in source.
uninterpretedOptions
UninterpretedOption
[]
uninterpretedOptions
;
Undocumented in source.
weak
bool
weak
;
Undocumented in source.
Meta
Source
See Implementation
google
protobuf
descriptor
classes
DescriptorProto
EnumDescriptorProto
EnumOptions
EnumValueDescriptorProto
EnumValueOptions
ExtensionRangeOptions
FieldDescriptorProto
FieldOptions
FileDescriptorProto
FileDescriptorSet
FileOptions
GeneratedCodeInfo
MessageOptions
MethodDescriptorProto
MethodOptions
OneofDescriptorProto
OneofOptions
ServiceDescriptorProto
ServiceOptions
SourceCodeInfo
UninterpretedOption