Uses of Class
com.google.protobuf.generated.DescriptorProtos.FileDescriptorProto
Packages that use DescriptorProtos.FileDescriptorProto
-
Uses of DescriptorProtos.FileDescriptorProto in com.google.protobuf.generated
Methods in com.google.protobuf.generated that return DescriptorProtos.FileDescriptorProtoModifier and TypeMethodDescriptionDescriptorProtos.FileDescriptorProto.Builder.build()
DescriptorProtos.FileDescriptorProto.Builder.buildPartial()
DescriptorProtos.FileDescriptorProto.getDefaultInstance()
DescriptorProtos.FileDescriptorProto.Builder.getDefaultInstanceForType()
DescriptorProtos.FileDescriptorProto.getDefaultInstanceForType()
DescriptorProtos.FileDescriptorSet.Builder.getFile
(int index) repeated .google.protobuf.FileDescriptorProto file = 1;
DescriptorProtos.FileDescriptorSet.getFile
(int index) repeated .google.protobuf.FileDescriptorProto file = 1;
DescriptorProtos.FileDescriptorSetOrBuilder.getFile
(int index) repeated .google.protobuf.FileDescriptorProto file = 1;
DescriptorProtos.FileDescriptorProto.parseDelimitedFrom
(InputStream input) DescriptorProtos.FileDescriptorProto.parseDelimitedFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) DescriptorProtos.FileDescriptorProto.parseFrom
(byte[] data) DescriptorProtos.FileDescriptorProto.parseFrom
(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) DescriptorProtos.FileDescriptorProto.parseFrom
(com.google.protobuf.ByteString data) DescriptorProtos.FileDescriptorProto.parseFrom
(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) DescriptorProtos.FileDescriptorProto.parseFrom
(com.google.protobuf.CodedInputStream input) DescriptorProtos.FileDescriptorProto.parseFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) DescriptorProtos.FileDescriptorProto.parseFrom
(InputStream input) DescriptorProtos.FileDescriptorProto.parseFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) DescriptorProtos.FileDescriptorProto.parseFrom
(ByteBuffer data) DescriptorProtos.FileDescriptorProto.parseFrom
(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in com.google.protobuf.generated that return types with arguments of type DescriptorProtos.FileDescriptorProtoModifier and TypeMethodDescriptionDescriptorProtos.FileDescriptorSet.Builder.getFileList()
repeated .google.protobuf.FileDescriptorProto file = 1;
DescriptorProtos.FileDescriptorSet.getFileList()
repeated .google.protobuf.FileDescriptorProto file = 1;
DescriptorProtos.FileDescriptorSetOrBuilder.getFileList()
repeated .google.protobuf.FileDescriptorProto file = 1;
com.google.protobuf.Parser
<DescriptorProtos.FileDescriptorProto> DescriptorProtos.FileDescriptorProto.getParserForType()
static com.google.protobuf.Parser
<DescriptorProtos.FileDescriptorProto> DescriptorProtos.FileDescriptorProto.parser()
Methods in com.google.protobuf.generated with parameters of type DescriptorProtos.FileDescriptorProtoModifier and TypeMethodDescriptionDescriptorProtos.FileDescriptorSet.Builder.addFile
(int index, DescriptorProtos.FileDescriptorProto value) repeated .google.protobuf.FileDescriptorProto file = 1;
DescriptorProtos.FileDescriptorSet.Builder.addFile
(DescriptorProtos.FileDescriptorProto value) repeated .google.protobuf.FileDescriptorProto file = 1;
DescriptorProtos.FileDescriptorProto.Builder.mergeFrom
(DescriptorProtos.FileDescriptorProto other) DescriptorProtos.FileDescriptorProto.newBuilder
(DescriptorProtos.FileDescriptorProto prototype) DescriptorProtos.FileDescriptorSet.Builder.setFile
(int index, DescriptorProtos.FileDescriptorProto value) repeated .google.protobuf.FileDescriptorProto file = 1;
Method parameters in com.google.protobuf.generated with type arguments of type DescriptorProtos.FileDescriptorProtoModifier and TypeMethodDescriptionDescriptorProtos.FileDescriptorSet.Builder.addAllFile
(Iterable<? extends DescriptorProtos.FileDescriptorProto> values) repeated .google.protobuf.FileDescriptorProto file = 1;