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 |
---|
DescriptorProto() |
Modifier and Type | Method and Description |
---|---|
com.squareup.protoparser.MessageElement |
buildMessageElement() |
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 © 2020 FasterXML. All rights reserved.