DescriptorProtos.FileDescriptorSet.Builder |
DescriptorProtos.FileDescriptorSet.Builder.addAllFile(java.lang.Iterable<? extends DescriptorProtos.FileDescriptorProto> values) |
repeated .google.protobuf.FileDescriptorProto file = 1;
|
DescriptorProtos.FileDescriptorSet.Builder |
DescriptorProtos.FileDescriptorSet.Builder.addFile(int index,
DescriptorProtos.FileDescriptorProto value) |
repeated .google.protobuf.FileDescriptorProto file = 1;
|
DescriptorProtos.FileDescriptorSet.Builder |
DescriptorProtos.FileDescriptorSet.Builder.addFile(int index,
DescriptorProtos.FileDescriptorProto.Builder builderForValue) |
repeated .google.protobuf.FileDescriptorProto file = 1;
|
DescriptorProtos.FileDescriptorSet.Builder |
DescriptorProtos.FileDescriptorSet.Builder.addFile(DescriptorProtos.FileDescriptorProto value) |
repeated .google.protobuf.FileDescriptorProto file = 1;
|
DescriptorProtos.FileDescriptorSet.Builder |
DescriptorProtos.FileDescriptorSet.Builder.addFile(DescriptorProtos.FileDescriptorProto.Builder builderForValue) |
repeated .google.protobuf.FileDescriptorProto file = 1;
|
DescriptorProtos.FileDescriptorSet.Builder |
DescriptorProtos.FileDescriptorSet.Builder.clearFile() |
repeated .google.protobuf.FileDescriptorProto file = 1;
|
static DescriptorProtos.FileDescriptorSet.Builder |
DescriptorProtos.FileDescriptorSet.newBuilder() |
|
static DescriptorProtos.FileDescriptorSet.Builder |
DescriptorProtos.FileDescriptorSet.newBuilder(DescriptorProtos.FileDescriptorSet prototype) |
|
DescriptorProtos.FileDescriptorSet.Builder |
DescriptorProtos.FileDescriptorSet.Builder.removeFile(int index) |
repeated .google.protobuf.FileDescriptorProto file = 1;
|
DescriptorProtos.FileDescriptorSet.Builder |
DescriptorProtos.FileDescriptorSet.Builder.setFile(int index,
DescriptorProtos.FileDescriptorProto value) |
repeated .google.protobuf.FileDescriptorProto file = 1;
|
DescriptorProtos.FileDescriptorSet.Builder |
DescriptorProtos.FileDescriptorSet.Builder.setFile(int index,
DescriptorProtos.FileDescriptorProto.Builder builderForValue) |
repeated .google.protobuf.FileDescriptorProto file = 1;
|