Skip to content

Latest commit

 

History

History
33 lines (30 loc) · 1.99 KB

FieldDescriptor.md

File metadata and controls

33 lines (30 loc) · 1.99 KB

FieldDescriptor

Properties

Name Type Description Notes
Index int32 [optional] [default to null]
Proto *FieldDescriptorProto [optional] [default to null]
FullName string [optional] [default to null]
JsonName string [optional] [default to null]
File *FileDescriptor [optional] [default to null]
ExtensionScope *Descriptor [optional] [default to null]
Type_ string [optional] [default to null]
ContainingType *Descriptor [optional] [default to null]
MessageType *Descriptor [optional] [default to null]
ContainingOneof *OneofDescriptor [optional] [default to null]
EnumType *EnumDescriptor [optional] [default to null]
DefaultValue *interface{} [optional] [default to null]
Repeated bool [optional] [default to null]
JavaType string [optional] [default to null]
MapField bool [optional] [default to null]
Options *FieldOptions [optional] [default to null]
Required bool [optional] [default to null]
Optional bool [optional] [default to null]
Name string [optional] [default to null]
Number int32 [optional] [default to null]
Extension bool [optional] [default to null]
LiteType string [optional] [default to null]
Packed bool [optional] [default to null]
LiteJavaType string [optional] [default to null]
Packable bool [optional] [default to null]

[Back to Model list] [Back to API list] [Back to README]