Uses of Class
com.google.protobuf.DescriptorProtos.FieldDescriptorProto
Packages that use DescriptorProtos.FieldDescriptorProto
-
Uses of DescriptorProtos.FieldDescriptorProto in com.google.protobuf
Methods in com.google.protobuf that return DescriptorProtos.FieldDescriptorProtoModifier and TypeMethodDescriptionDescriptorProtos.FieldDescriptorProto.getDefaultInstance()DescriptorProtos.DescriptorProto.Builder.getExtension(int index) repeated .google.protobuf.FieldDescriptorProto extension = 6 [json_name = "extension"];DescriptorProtos.DescriptorProto.getExtension(int index) repeated .google.protobuf.FieldDescriptorProto extension = 6 [json_name = "extension"];DescriptorProtos.DescriptorProtoOrBuilder.getExtension(int index) repeated .google.protobuf.FieldDescriptorProto extension = 6 [json_name = "extension"];DescriptorProtos.FileDescriptorProto.Builder.getExtension(int index) repeated .google.protobuf.FieldDescriptorProto extension = 7 [json_name = "extension"];DescriptorProtos.FileDescriptorProto.getExtension(int index) repeated .google.protobuf.FieldDescriptorProto extension = 7 [json_name = "extension"];DescriptorProtos.FileDescriptorProtoOrBuilder.getExtension(int index) repeated .google.protobuf.FieldDescriptorProto extension = 7 [json_name = "extension"];DescriptorProtos.DescriptorProto.Builder.getField(int index) repeated .google.protobuf.FieldDescriptorProto field = 2 [json_name = "field"];DescriptorProtos.DescriptorProto.getField(int index) repeated .google.protobuf.FieldDescriptorProto field = 2 [json_name = "field"];DescriptorProtos.DescriptorProtoOrBuilder.getField(int index) repeated .google.protobuf.FieldDescriptorProto field = 2 [json_name = "field"];DescriptorProtos.FieldDescriptorProto.parseDelimitedFrom(InputStream input) DescriptorProtos.FieldDescriptorProto.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) DescriptorProtos.FieldDescriptorProto.parseFrom(byte[] data) DescriptorProtos.FieldDescriptorProto.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) DescriptorProtos.FieldDescriptorProto.parseFrom(com.google.protobuf.ByteString data) DescriptorProtos.FieldDescriptorProto.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) DescriptorProtos.FieldDescriptorProto.parseFrom(com.google.protobuf.CodedInputStream input) DescriptorProtos.FieldDescriptorProto.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) DescriptorProtos.FieldDescriptorProto.parseFrom(InputStream input) DescriptorProtos.FieldDescriptorProto.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) DescriptorProtos.FieldDescriptorProto.parseFrom(ByteBuffer data) DescriptorProtos.FieldDescriptorProto.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in com.google.protobuf that return types with arguments of type DescriptorProtos.FieldDescriptorProtoModifier and TypeMethodDescriptionDescriptorProtos.DescriptorProto.Builder.getExtensionList()repeated .google.protobuf.FieldDescriptorProto extension = 6 [json_name = "extension"];DescriptorProtos.DescriptorProto.getExtensionList()repeated .google.protobuf.FieldDescriptorProto extension = 6 [json_name = "extension"];DescriptorProtos.DescriptorProtoOrBuilder.getExtensionList()repeated .google.protobuf.FieldDescriptorProto extension = 6 [json_name = "extension"];DescriptorProtos.FileDescriptorProto.Builder.getExtensionList()repeated .google.protobuf.FieldDescriptorProto extension = 7 [json_name = "extension"];DescriptorProtos.FileDescriptorProto.getExtensionList()repeated .google.protobuf.FieldDescriptorProto extension = 7 [json_name = "extension"];DescriptorProtos.FileDescriptorProtoOrBuilder.getExtensionList()repeated .google.protobuf.FieldDescriptorProto extension = 7 [json_name = "extension"];DescriptorProtos.DescriptorProto.Builder.getFieldList()repeated .google.protobuf.FieldDescriptorProto field = 2 [json_name = "field"];DescriptorProtos.DescriptorProto.getFieldList()repeated .google.protobuf.FieldDescriptorProto field = 2 [json_name = "field"];DescriptorProtos.DescriptorProtoOrBuilder.getFieldList()repeated .google.protobuf.FieldDescriptorProto field = 2 [json_name = "field"];static com.google.protobuf.Parser<DescriptorProtos.FieldDescriptorProto>DescriptorProtos.FieldDescriptorProto.parser()Methods in com.google.protobuf with parameters of type DescriptorProtos.FieldDescriptorProtoModifier and TypeMethodDescriptionDescriptorProtos.DescriptorProto.Builder.addExtension(int index, DescriptorProtos.FieldDescriptorProto value) repeated .google.protobuf.FieldDescriptorProto extension = 6 [json_name = "extension"];DescriptorProtos.DescriptorProto.Builder.addExtension(DescriptorProtos.FieldDescriptorProto value) repeated .google.protobuf.FieldDescriptorProto extension = 6 [json_name = "extension"];DescriptorProtos.FileDescriptorProto.Builder.addExtension(int index, DescriptorProtos.FieldDescriptorProto value) repeated .google.protobuf.FieldDescriptorProto extension = 7 [json_name = "extension"];DescriptorProtos.FileDescriptorProto.Builder.addExtension(DescriptorProtos.FieldDescriptorProto value) repeated .google.protobuf.FieldDescriptorProto extension = 7 [json_name = "extension"];DescriptorProtos.DescriptorProto.Builder.addField(int index, DescriptorProtos.FieldDescriptorProto value) repeated .google.protobuf.FieldDescriptorProto field = 2 [json_name = "field"];DescriptorProtos.DescriptorProto.Builder.addField(DescriptorProtos.FieldDescriptorProto value) repeated .google.protobuf.FieldDescriptorProto field = 2 [json_name = "field"];DescriptorProtos.FieldDescriptorProto.newBuilder(DescriptorProtos.FieldDescriptorProto prototype) DescriptorProtos.DescriptorProto.Builder.setExtension(int index, DescriptorProtos.FieldDescriptorProto value) repeated .google.protobuf.FieldDescriptorProto extension = 6 [json_name = "extension"];DescriptorProtos.FileDescriptorProto.Builder.setExtension(int index, DescriptorProtos.FieldDescriptorProto value) repeated .google.protobuf.FieldDescriptorProto extension = 7 [json_name = "extension"];DescriptorProtos.DescriptorProto.Builder.setField(int index, DescriptorProtos.FieldDescriptorProto value) repeated .google.protobuf.FieldDescriptorProto field = 2 [json_name = "field"];Method parameters in com.google.protobuf with type arguments of type DescriptorProtos.FieldDescriptorProtoModifier and TypeMethodDescriptionDescriptorProtos.DescriptorProto.Builder.addAllExtension(Iterable<? extends DescriptorProtos.FieldDescriptorProto> values) repeated .google.protobuf.FieldDescriptorProto extension = 6 [json_name = "extension"];DescriptorProtos.FileDescriptorProto.Builder.addAllExtension(Iterable<? extends DescriptorProtos.FieldDescriptorProto> values) repeated .google.protobuf.FieldDescriptorProto extension = 7 [json_name = "extension"];DescriptorProtos.DescriptorProto.Builder.addAllField(Iterable<? extends DescriptorProtos.FieldDescriptorProto> values) repeated .google.protobuf.FieldDescriptorProto field = 2 [json_name = "field"];