Uses of Class
com.google.protobuf.DescriptorProtos.FileDescriptorSet.Builder
-
Uses of DescriptorProtos.FileDescriptorSet.Builder in com.google.protobuf
Methods in com.google.protobuf that return DescriptorProtos.FileDescriptorSet.BuilderModifier and TypeMethodDescriptionDescriptorProtos.FileDescriptorSet.Builder.addAllFile
(Iterable<? extends DescriptorProtos.FileDescriptorProto> values) repeated .google.protobuf.FileDescriptorProto file = 1;
DescriptorProtos.FileDescriptorSet.Builder.addFile
(int index, DescriptorProtos.FileDescriptorProto value) repeated .google.protobuf.FileDescriptorProto file = 1;
DescriptorProtos.FileDescriptorSet.Builder.addFile
(int index, DescriptorProtos.FileDescriptorProto.Builder builderForValue) repeated .google.protobuf.FileDescriptorProto file = 1;
DescriptorProtos.FileDescriptorSet.Builder.addFile
(DescriptorProtos.FileDescriptorProto value) repeated .google.protobuf.FileDescriptorProto file = 1;
DescriptorProtos.FileDescriptorSet.Builder.addFile
(DescriptorProtos.FileDescriptorProto.Builder builderForValue) repeated .google.protobuf.FileDescriptorProto file = 1;
DescriptorProtos.FileDescriptorSet.Builder.clear()
DescriptorProtos.FileDescriptorSet.Builder.clearFile()
repeated .google.protobuf.FileDescriptorProto file = 1;
DescriptorProtos.FileDescriptorSet.Builder.mergeFrom
(CodedInputStream input, ExtensionRegistryLite extensionRegistry) DescriptorProtos.FileDescriptorSet.Builder.mergeFrom
(DescriptorProtos.FileDescriptorSet other) DescriptorProtos.FileDescriptorSet.newBuilder()
DescriptorProtos.FileDescriptorSet.newBuilder
(DescriptorProtos.FileDescriptorSet prototype) DescriptorProtos.FileDescriptorSet.newBuilderForType()
DescriptorProtos.FileDescriptorSet.newBuilderForType
(AbstractMessage.BuilderParent parent) DescriptorProtos.FileDescriptorSet.Builder.removeFile
(int index) repeated .google.protobuf.FileDescriptorProto file = 1;
DescriptorProtos.FileDescriptorSet.Builder.setFile
(int index, DescriptorProtos.FileDescriptorProto value) repeated .google.protobuf.FileDescriptorProto file = 1;
DescriptorProtos.FileDescriptorSet.Builder.setFile
(int index, DescriptorProtos.FileDescriptorProto.Builder builderForValue) repeated .google.protobuf.FileDescriptorProto file = 1;
DescriptorProtos.FileDescriptorSet.toBuilder()