public static class FileDescriptorSet.FieldDescriptorProto extends Object
Modifier and Type | Class and Description |
---|---|
static class |
FileDescriptorSet.FieldDescriptorProto.Label |
static class |
FileDescriptorSet.FieldDescriptorProto.Type |
Modifier and Type | Field and Description |
---|---|
String |
default_value |
String |
extendee |
String |
json_name |
FileDescriptorSet.FieldDescriptorProto.Label |
label |
String |
name |
int |
number |
int |
oneof_index |
FileDescriptorSet.FieldOptions |
options |
FileDescriptorSet.FieldDescriptorProto.Type |
type |
String |
type_name |
Constructor and Description |
---|
FieldDescriptorProto() |
Modifier and Type | Method and Description |
---|---|
com.squareup.protoparser.DataType |
getDataType() |
com.squareup.protoparser.FieldElement.Label |
getLabel() |
public String name
public int number
public FileDescriptorSet.FieldDescriptorProto.Label label
public FileDescriptorSet.FieldDescriptorProto.Type type
public String type_name
public String extendee
public String default_value
public int oneof_index
public String json_name
public FileDescriptorSet.FieldOptions options
Copyright © 2021 FasterXML. All rights reserved.