Uses of Class
com.google.protobuf.DescriptorProtos.GeneratedCodeInfo.Builder
Packages that use DescriptorProtos.GeneratedCodeInfo.Builder
-
Uses of DescriptorProtos.GeneratedCodeInfo.Builder in com.google.protobuf
Methods in com.google.protobuf that return DescriptorProtos.GeneratedCodeInfo.BuilderModifier and TypeMethodDescriptionDescriptorProtos.GeneratedCodeInfo.Builder.addAllAnnotation(Iterable<? extends DescriptorProtos.GeneratedCodeInfo.Annotation> values) repeated .google.protobuf.GeneratedCodeInfo.Annotation annotation = 1 [json_name = "annotation"];DescriptorProtos.GeneratedCodeInfo.Builder.addAnnotation(int index, DescriptorProtos.GeneratedCodeInfo.Annotation value) repeated .google.protobuf.GeneratedCodeInfo.Annotation annotation = 1 [json_name = "annotation"];DescriptorProtos.GeneratedCodeInfo.Builder.addAnnotation(int index, DescriptorProtos.GeneratedCodeInfo.Annotation.Builder builderForValue) repeated .google.protobuf.GeneratedCodeInfo.Annotation annotation = 1 [json_name = "annotation"];DescriptorProtos.GeneratedCodeInfo.Builder.addAnnotation(DescriptorProtos.GeneratedCodeInfo.Annotation value) repeated .google.protobuf.GeneratedCodeInfo.Annotation annotation = 1 [json_name = "annotation"];DescriptorProtos.GeneratedCodeInfo.Builder.addAnnotation(DescriptorProtos.GeneratedCodeInfo.Annotation.Builder builderForValue) repeated .google.protobuf.GeneratedCodeInfo.Annotation annotation = 1 [json_name = "annotation"];DescriptorProtos.GeneratedCodeInfo.Builder.clear()DescriptorProtos.GeneratedCodeInfo.Builder.clearAnnotation()repeated .google.protobuf.GeneratedCodeInfo.Annotation annotation = 1 [json_name = "annotation"];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) repeated .google.protobuf.GeneratedCodeInfo.Annotation annotation = 1 [json_name = "annotation"];DescriptorProtos.GeneratedCodeInfo.Builder.setAnnotation(int index, DescriptorProtos.GeneratedCodeInfo.Annotation value) repeated .google.protobuf.GeneratedCodeInfo.Annotation annotation = 1 [json_name = "annotation"];DescriptorProtos.GeneratedCodeInfo.Builder.setAnnotation(int index, DescriptorProtos.GeneratedCodeInfo.Annotation.Builder builderForValue) repeated .google.protobuf.GeneratedCodeInfo.Annotation annotation = 1 [json_name = "annotation"];DescriptorProtos.GeneratedCodeInfo.toBuilder() -
Uses of DescriptorProtos.GeneratedCodeInfo.Builder in com.google.protobuf.compiler
Methods in com.google.protobuf.compiler that return DescriptorProtos.GeneratedCodeInfo.BuilderModifier and TypeMethodDescriptionPluginProtos.CodeGeneratorResponse.File.Builder.getGeneratedCodeInfoBuilder()optional .google.protobuf.GeneratedCodeInfo generated_code_info = 16 [json_name = "generatedCodeInfo"];Methods in com.google.protobuf.compiler with parameters of type DescriptorProtos.GeneratedCodeInfo.BuilderModifier and TypeMethodDescriptionPluginProtos.CodeGeneratorResponse.File.Builder.setGeneratedCodeInfo(DescriptorProtos.GeneratedCodeInfo.Builder builderForValue) optional .google.protobuf.GeneratedCodeInfo generated_code_info = 16 [json_name = "generatedCodeInfo"];