Uses of Class
com.google.protobuf.DescriptorProtos.GeneratedCodeInfo
Packages that use DescriptorProtos.GeneratedCodeInfo
-
Uses of DescriptorProtos.GeneratedCodeInfo in com.google.protobuf
Fields in com.google.protobuf declared as DescriptorProtos.GeneratedCodeInfoModifier and TypeFieldDescriptionprivate static final DescriptorProtos.GeneratedCodeInfo
DescriptorProtos.GeneratedCodeInfo.DEFAULT_INSTANCE
Fields in com.google.protobuf with type parameters of type DescriptorProtos.GeneratedCodeInfoModifier and TypeFieldDescriptionprivate static Parser
<DescriptorProtos.GeneratedCodeInfo> DescriptorProtos.GeneratedCodeInfo.PARSER
Methods in com.google.protobuf that return DescriptorProtos.GeneratedCodeInfoModifier and TypeMethodDescriptionDescriptorProtos.GeneratedCodeInfo.getDefaultInstance()
DescriptorProtos.GeneratedCodeInfo.parseDelimitedFrom
(InputStream input) DescriptorProtos.GeneratedCodeInfo.parseDelimitedFrom
(InputStream input, ExtensionRegistryLite extensionRegistry) DescriptorProtos.GeneratedCodeInfo.parseFrom
(byte[] data) DescriptorProtos.GeneratedCodeInfo.parseFrom
(byte[] data, ExtensionRegistryLite extensionRegistry) DescriptorProtos.GeneratedCodeInfo.parseFrom
(ByteString data) DescriptorProtos.GeneratedCodeInfo.parseFrom
(ByteString data, ExtensionRegistryLite extensionRegistry) DescriptorProtos.GeneratedCodeInfo.parseFrom
(CodedInputStream input) DescriptorProtos.GeneratedCodeInfo.parseFrom
(CodedInputStream input, ExtensionRegistryLite extensionRegistry) DescriptorProtos.GeneratedCodeInfo.parseFrom
(InputStream input) DescriptorProtos.GeneratedCodeInfo.parseFrom
(InputStream input, ExtensionRegistryLite extensionRegistry) DescriptorProtos.GeneratedCodeInfo.parseFrom
(ByteBuffer data) DescriptorProtos.GeneratedCodeInfo.parseFrom
(ByteBuffer data, ExtensionRegistryLite extensionRegistry) Methods in com.google.protobuf that return types with arguments of type DescriptorProtos.GeneratedCodeInfoMethods in com.google.protobuf with parameters of type DescriptorProtos.GeneratedCodeInfoModifier and TypeMethodDescriptionDescriptorProtos.GeneratedCodeInfo.newBuilder
(DescriptorProtos.GeneratedCodeInfo prototype) -
Uses of DescriptorProtos.GeneratedCodeInfo in com.google.protobuf.compiler
Fields in com.google.protobuf.compiler declared as DescriptorProtos.GeneratedCodeInfoModifier and TypeFieldDescriptionPluginProtos.CodeGeneratorResponse.File.Builder.generatedCodeInfo_
PluginProtos.CodeGeneratorResponse.File.generatedCodeInfo_
Fields in com.google.protobuf.compiler with type parameters of type DescriptorProtos.GeneratedCodeInfoModifier and TypeFieldDescriptionprivate SingleFieldBuilder
<DescriptorProtos.GeneratedCodeInfo, DescriptorProtos.GeneratedCodeInfo.Builder, DescriptorProtos.GeneratedCodeInfoOrBuilder> PluginProtos.CodeGeneratorResponse.File.Builder.generatedCodeInfoBuilder_
Methods in com.google.protobuf.compiler that return DescriptorProtos.GeneratedCodeInfoModifier and TypeMethodDescriptionPluginProtos.CodeGeneratorResponse.File.Builder.getGeneratedCodeInfo()
Information describing the file content being inserted.PluginProtos.CodeGeneratorResponse.File.getGeneratedCodeInfo()
Information describing the file content being inserted.PluginProtos.CodeGeneratorResponse.FileOrBuilder.getGeneratedCodeInfo()
Information describing the file content being inserted.Methods in com.google.protobuf.compiler that return types with arguments of type DescriptorProtos.GeneratedCodeInfoModifier and TypeMethodDescriptionprivate SingleFieldBuilder
<DescriptorProtos.GeneratedCodeInfo, DescriptorProtos.GeneratedCodeInfo.Builder, DescriptorProtos.GeneratedCodeInfoOrBuilder> PluginProtos.CodeGeneratorResponse.File.Builder.getGeneratedCodeInfoFieldBuilder()
Information describing the file content being inserted.Methods in com.google.protobuf.compiler with parameters of type DescriptorProtos.GeneratedCodeInfoModifier and TypeMethodDescriptionPluginProtos.CodeGeneratorResponse.File.Builder.mergeGeneratedCodeInfo
(DescriptorProtos.GeneratedCodeInfo value) Information describing the file content being inserted.PluginProtos.CodeGeneratorResponse.File.Builder.setGeneratedCodeInfo
(DescriptorProtos.GeneratedCodeInfo value) Information describing the file content being inserted.