Uses of Class
com.google.protobuf.DescriptorProtos.GeneratedCodeInfo.Builder
Packages that use DescriptorProtos.GeneratedCodeInfo.Builder
-
Uses of DescriptorProtos.GeneratedCodeInfo.Builder in com.google.protobuf
Subclasses with type arguments of type DescriptorProtos.GeneratedCodeInfo.Builder in com.google.protobufModifier and TypeClassDescriptionstatic final classDescribes the relationship between generated code and its original source file.Methods in com.google.protobuf that return DescriptorProtos.GeneratedCodeInfo.BuilderModifier and TypeMethodDescriptionDescriptorProtos.GeneratedCodeInfo.Builder.addAllAnnotation(Iterable<? extends DescriptorProtos.GeneratedCodeInfo.Annotation> values) An Annotation connects some span of text in generated code to an element of its generating .proto file.DescriptorProtos.GeneratedCodeInfo.Builder.addAnnotation(int index, DescriptorProtos.GeneratedCodeInfo.Annotation value) An Annotation connects some span of text in generated code to an element of its generating .proto file.DescriptorProtos.GeneratedCodeInfo.Builder.addAnnotation(int index, DescriptorProtos.GeneratedCodeInfo.Annotation.Builder builderForValue) An Annotation connects some span of text in generated code to an element of its generating .proto file.DescriptorProtos.GeneratedCodeInfo.Builder.addAnnotation(DescriptorProtos.GeneratedCodeInfo.Annotation value) An Annotation connects some span of text in generated code to an element of its generating .proto file.DescriptorProtos.GeneratedCodeInfo.Builder.addAnnotation(DescriptorProtos.GeneratedCodeInfo.Annotation.Builder builderForValue) An Annotation connects some span of text in generated code to an element of its generating .proto file.DescriptorProtos.GeneratedCodeInfo.Builder.clear()DescriptorProtos.GeneratedCodeInfo.Builder.clearAnnotation()An Annotation connects some span of text in generated code to an element of its generating .proto file.DescriptorProtos.GeneratedCodeInfo.Builder.mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry) DescriptorProtos.GeneratedCodeInfo.Builder.mergeFrom(DescriptorProtos.GeneratedCodeInfo other) DescriptorProtos.GeneratedCodeInfo.newBuilder()DescriptorProtos.GeneratedCodeInfo.newBuilder(DescriptorProtos.GeneratedCodeInfo prototype) DescriptorProtos.GeneratedCodeInfo.newBuilderForType()DescriptorProtos.GeneratedCodeInfo.newBuilderForType(AbstractMessage.BuilderParent parent) DescriptorProtos.GeneratedCodeInfo.Builder.removeAnnotation(int index) An Annotation connects some span of text in generated code to an element of its generating .proto file.DescriptorProtos.GeneratedCodeInfo.Builder.setAnnotation(int index, DescriptorProtos.GeneratedCodeInfo.Annotation value) An Annotation connects some span of text in generated code to an element of its generating .proto file.DescriptorProtos.GeneratedCodeInfo.Builder.setAnnotation(int index, DescriptorProtos.GeneratedCodeInfo.Annotation.Builder builderForValue) An Annotation connects some span of text in generated code to an element of its generating .proto file.DescriptorProtos.GeneratedCodeInfo.toBuilder() -
Uses of DescriptorProtos.GeneratedCodeInfo.Builder in com.google.protobuf.compiler
Fields in com.google.protobuf.compiler with type parameters of type DescriptorProtos.GeneratedCodeInfo.BuilderModifier and TypeFieldDescriptionprivate SingleFieldBuilder<DescriptorProtos.GeneratedCodeInfo, DescriptorProtos.GeneratedCodeInfo.Builder, DescriptorProtos.GeneratedCodeInfoOrBuilder> PluginProtos.CodeGeneratorResponse.File.Builder.generatedCodeInfoBuilder_Methods in com.google.protobuf.compiler that return DescriptorProtos.GeneratedCodeInfo.BuilderModifier and TypeMethodDescriptionPluginProtos.CodeGeneratorResponse.File.Builder.getGeneratedCodeInfoBuilder()Information describing the file content being inserted.Methods in com.google.protobuf.compiler that return types with arguments of type DescriptorProtos.GeneratedCodeInfo.BuilderModifier and TypeMethodDescriptionprivate SingleFieldBuilder<DescriptorProtos.GeneratedCodeInfo, DescriptorProtos.GeneratedCodeInfo.Builder, DescriptorProtos.GeneratedCodeInfoOrBuilder> PluginProtos.CodeGeneratorResponse.File.Builder.internalGetGeneratedCodeInfoFieldBuilder()Information describing the file content being inserted.Methods in com.google.protobuf.compiler with parameters of type DescriptorProtos.GeneratedCodeInfo.BuilderModifier and TypeMethodDescriptionPluginProtos.CodeGeneratorResponse.File.Builder.setGeneratedCodeInfo(DescriptorProtos.GeneratedCodeInfo.Builder builderForValue) Information describing the file content being inserted.