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) 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.addRepeatedField
(Descriptors.FieldDescriptor field, Object value) 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.clearField
(Descriptors.FieldDescriptor field) DescriptorProtos.GeneratedCodeInfo.Builder.clearOneof
(Descriptors.OneofDescriptor oneof) DescriptorProtos.GeneratedCodeInfo.Builder.clone()
DescriptorProtos.GeneratedCodeInfo.Builder.mergeFrom
(CodedInputStream input, ExtensionRegistryLite extensionRegistry) DescriptorProtos.GeneratedCodeInfo.Builder.mergeFrom
(DescriptorProtos.GeneratedCodeInfo other) DescriptorProtos.GeneratedCodeInfo.Builder.mergeUnknownFields
(UnknownFieldSet unknownFields) DescriptorProtos.GeneratedCodeInfo.newBuilder()
DescriptorProtos.GeneratedCodeInfo.newBuilder
(DescriptorProtos.GeneratedCodeInfo prototype) DescriptorProtos.GeneratedCodeInfo.newBuilderForType()
DescriptorProtos.GeneratedCodeInfo.newBuilderForType
(GeneratedMessageV3.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.Builder.setField
(Descriptors.FieldDescriptor field, Object value) DescriptorProtos.GeneratedCodeInfo.Builder.setRepeatedField
(Descriptors.FieldDescriptor field, int index, Object value) DescriptorProtos.GeneratedCodeInfo.Builder.setUnknownFields
(UnknownFieldSet unknownFields) 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 SingleFieldBuilderV3
<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 SingleFieldBuilderV3
<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.GeneratedCodeInfo.BuilderModifier and TypeMethodDescriptionPluginProtos.CodeGeneratorResponse.File.Builder.setGeneratedCodeInfo
(DescriptorProtos.GeneratedCodeInfo.Builder builderForValue) Information describing the file content being inserted.