public static class FileDescriptorSet.FileDescriptorProto extends Object
Modifier and Type | Field and Description |
---|---|
protected String |
_package |
String[] |
dependency |
FileDescriptorSet.EnumDescriptorProto[] |
enum_type |
FileDescriptorSet.FieldDescriptorProto[] |
extension |
FileDescriptorSet.DescriptorProto[] |
message_type |
String |
name |
FileDescriptorSet.FileOptions |
options |
int[] |
public_dependency |
FileDescriptorSet.ServiceDescriptorProto[] |
service |
FileDescriptorSet.SourceCodeInfo |
source_code_info |
String |
syntax |
int[] |
weak_dependency |
Constructor and Description |
---|
FileDescriptorSet.FileDescriptorProto() |
Modifier and Type | Method and Description |
---|---|
String |
getPackage() |
com.squareup.protoparser.ProtoFile.Syntax |
getSyntax() |
void |
setPackage(String p) |
public String name
protected String _package
public String[] dependency
public int[] public_dependency
public int[] weak_dependency
public FileDescriptorSet.DescriptorProto[] message_type
public FileDescriptorSet.EnumDescriptorProto[] enum_type
public FileDescriptorSet.ServiceDescriptorProto[] service
public FileDescriptorSet.FieldDescriptorProto[] extension
public FileDescriptorSet.FileOptions options
public FileDescriptorSet.SourceCodeInfo source_code_info
public String syntax
Copyright © 2017 FasterXML. All rights reserved.