Uses of Interface
com.google.protobuf.DescriptorProtos.GeneratedCodeInfoOrBuilder
-
Packages that use DescriptorProtos.GeneratedCodeInfoOrBuilder Package Description com.google.protobuf com.google.protobuf.compiler -
-
Uses of DescriptorProtos.GeneratedCodeInfoOrBuilder in com.google.protobuf
Classes in com.google.protobuf that implement DescriptorProtos.GeneratedCodeInfoOrBuilder Modifier and Type Class Description static class
DescriptorProtos.GeneratedCodeInfo
Describes the relationship between generated code and its original source file.static class
DescriptorProtos.GeneratedCodeInfo.Builder
Describes the relationship between generated code and its original source file. -
Uses of DescriptorProtos.GeneratedCodeInfoOrBuilder in com.google.protobuf.compiler
Fields in com.google.protobuf.compiler with type parameters of type DescriptorProtos.GeneratedCodeInfoOrBuilder Modifier and Type Field Description private SingleFieldBuilder<DescriptorProtos.GeneratedCodeInfo,DescriptorProtos.GeneratedCodeInfo.Builder,DescriptorProtos.GeneratedCodeInfoOrBuilder>
PluginProtos.CodeGeneratorResponse.File.Builder. generatedCodeInfoBuilder_
Methods in com.google.protobuf.compiler that return DescriptorProtos.GeneratedCodeInfoOrBuilder Modifier and Type Method Description DescriptorProtos.GeneratedCodeInfoOrBuilder
PluginProtos.CodeGeneratorResponse.File.Builder. getGeneratedCodeInfoOrBuilder()
Information describing the file content being inserted.DescriptorProtos.GeneratedCodeInfoOrBuilder
PluginProtos.CodeGeneratorResponse.File. getGeneratedCodeInfoOrBuilder()
Information describing the file content being inserted.DescriptorProtos.GeneratedCodeInfoOrBuilder
PluginProtos.CodeGeneratorResponse.FileOrBuilder. getGeneratedCodeInfoOrBuilder()
Information describing the file content being inserted.Methods in com.google.protobuf.compiler that return types with arguments of type DescriptorProtos.GeneratedCodeInfoOrBuilder Modifier and Type Method Description private SingleFieldBuilder<DescriptorProtos.GeneratedCodeInfo,DescriptorProtos.GeneratedCodeInfo.Builder,DescriptorProtos.GeneratedCodeInfoOrBuilder>
PluginProtos.CodeGeneratorResponse.File.Builder. getGeneratedCodeInfoFieldBuilder()
Information describing the file content being inserted.
-