public static class FileDescriptorSet.DescriptorProto extends Object
Modifier and Type | Field and Description |
---|---|
FileDescriptorSet.EnumDescriptorProto[] |
enum_type |
FileDescriptorSet.FieldDescriptorProto[] |
extension |
com.fasterxml.jackson.dataformat.protobuf.schema.FileDescriptorSet.DescriptorProto.ExtensionRange[] |
extension_range |
FileDescriptorSet.FieldDescriptorProto[] |
field |
String |
name |
FileDescriptorSet.DescriptorProto[] |
nested_type |
FileDescriptorSet.OneofDescriptorProto[] |
oneof_decl |
FileDescriptorSet.MessageOptions |
options |
String[] |
reserved_name |
com.fasterxml.jackson.dataformat.protobuf.schema.FileDescriptorSet.DescriptorProto.ReservedRange[] |
reserved_range |
Constructor and Description |
---|
FileDescriptorSet.DescriptorProto() |
public String name
public FileDescriptorSet.FieldDescriptorProto[] field
public FileDescriptorSet.FieldDescriptorProto[] extension
public FileDescriptorSet.DescriptorProto[] nested_type
public FileDescriptorSet.EnumDescriptorProto[] enum_type
public com.fasterxml.jackson.dataformat.protobuf.schema.FileDescriptorSet.DescriptorProto.ExtensionRange[] extension_range
public FileDescriptorSet.OneofDescriptorProto[] oneof_decl
public FileDescriptorSet.MessageOptions options
public com.fasterxml.jackson.dataformat.protobuf.schema.FileDescriptorSet.DescriptorProto.ReservedRange[] reserved_range
public String[] reserved_name
Copyright © 2017 FasterXML. All rights reserved.