public static class FileDescriptorSet.UninterpretedOption extends Object
Modifier and Type | Field and Description |
---|---|
String |
aggregate_value |
double |
double_value |
String |
identifier_value |
com.fasterxml.jackson.dataformat.protobuf.schema.FileDescriptorSet.UninterpretedOption.NamePart[] |
name |
long |
negative_int_value |
long |
positive_int_value |
byte[] |
string_value |
Constructor and Description |
---|
FileDescriptorSet.UninterpretedOption() |
public com.fasterxml.jackson.dataformat.protobuf.schema.FileDescriptorSet.UninterpretedOption.NamePart[] name
public String identifier_value
public long positive_int_value
public long negative_int_value
public double double_value
public byte[] string_value
public String aggregate_value
Copyright © 2017 FasterXML. All rights reserved.