Uses of Class
com.google.protobuf.generated.DescriptorProtos.GeneratedCodeInfo.Annotation.Builder
Packages that use DescriptorProtos.GeneratedCodeInfo.Annotation.Builder
-
Uses of DescriptorProtos.GeneratedCodeInfo.Annotation.Builder in com.google.protobuf.generated
Subclasses with type arguments of type DescriptorProtos.GeneratedCodeInfo.Annotation.Builder in com.google.protobuf.generatedModifier and TypeClassDescriptionstatic final class
Protobuf typegoogle.protobuf.GeneratedCodeInfo.Annotation
Methods in com.google.protobuf.generated that return DescriptorProtos.GeneratedCodeInfo.Annotation.BuilderModifier and TypeMethodDescriptionDescriptorProtos.GeneratedCodeInfo.Annotation.Builder.addAllPath
(Iterable<? extends Integer> values) Identifies the element in the original source .proto file.DescriptorProtos.GeneratedCodeInfo.Builder.addAnnotationBuilder()
An Annotation connects some span of text in generated code to an element of its generating .proto file.DescriptorProtos.GeneratedCodeInfo.Builder.addAnnotationBuilder
(int index) An Annotation connects some span of text in generated code to an element of its generating .proto file.DescriptorProtos.GeneratedCodeInfo.Annotation.Builder.addPath
(int value) Identifies the element in the original source .proto file.DescriptorProtos.GeneratedCodeInfo.Annotation.Builder.clear()
DescriptorProtos.GeneratedCodeInfo.Annotation.Builder.clearBegin()
Identifies the starting offset in bytes in the generated code that relates to the identified object.DescriptorProtos.GeneratedCodeInfo.Annotation.Builder.clearEnd()
Identifies the ending offset in bytes in the generated code that relates to the identified object.DescriptorProtos.GeneratedCodeInfo.Annotation.Builder.clearPath()
Identifies the element in the original source .proto file.DescriptorProtos.GeneratedCodeInfo.Annotation.Builder.clearSemantic()
optional .google.protobuf.GeneratedCodeInfo.Annotation.Semantic semantic = 5;
DescriptorProtos.GeneratedCodeInfo.Annotation.Builder.clearSourceFile()
Identifies the filesystem path to the original source .proto.DescriptorProtos.GeneratedCodeInfo.Builder.getAnnotationBuilder
(int index) An Annotation connects some span of text in generated code to an element of its generating .proto file.DescriptorProtos.GeneratedCodeInfo.Annotation.Builder.mergeFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) DescriptorProtos.GeneratedCodeInfo.Annotation.Builder.mergeFrom
(DescriptorProtos.GeneratedCodeInfo.Annotation other) DescriptorProtos.GeneratedCodeInfo.Annotation.Builder.mergeFrom
(com.google.protobuf.Message other) DescriptorProtos.GeneratedCodeInfo.Annotation.newBuilder()
DescriptorProtos.GeneratedCodeInfo.Annotation.newBuilder
(DescriptorProtos.GeneratedCodeInfo.Annotation prototype) DescriptorProtos.GeneratedCodeInfo.Annotation.newBuilderForType()
DescriptorProtos.GeneratedCodeInfo.Annotation.newBuilderForType
(com.google.protobuf.AbstractMessage.BuilderParent parent) DescriptorProtos.GeneratedCodeInfo.Annotation.Builder.setBegin
(int value) Identifies the starting offset in bytes in the generated code that relates to the identified object.DescriptorProtos.GeneratedCodeInfo.Annotation.Builder.setEnd
(int value) Identifies the ending offset in bytes in the generated code that relates to the identified object.DescriptorProtos.GeneratedCodeInfo.Annotation.Builder.setPath
(int index, int value) Identifies the element in the original source .proto file.DescriptorProtos.GeneratedCodeInfo.Annotation.Builder.setSemantic
(DescriptorProtos.GeneratedCodeInfo.Annotation.Semantic value) optional .google.protobuf.GeneratedCodeInfo.Annotation.Semantic semantic = 5;
DescriptorProtos.GeneratedCodeInfo.Annotation.Builder.setSourceFile
(String value) Identifies the filesystem path to the original source .proto.DescriptorProtos.GeneratedCodeInfo.Annotation.Builder.setSourceFileBytes
(com.google.protobuf.ByteString value) Identifies the filesystem path to the original source .proto.DescriptorProtos.GeneratedCodeInfo.Annotation.toBuilder()
Methods in com.google.protobuf.generated that return types with arguments of type DescriptorProtos.GeneratedCodeInfo.Annotation.BuilderModifier and TypeMethodDescriptionDescriptorProtos.GeneratedCodeInfo.Builder.getAnnotationBuilderList()
An Annotation connects some span of text in generated code to an element of its generating .proto file.Methods in com.google.protobuf.generated with parameters of type DescriptorProtos.GeneratedCodeInfo.Annotation.BuilderModifier and TypeMethodDescriptionDescriptorProtos.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.Builder builderForValue) 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.