Uses of Class
com.google.protobuf.DescriptorProtos.GeneratedCodeInfo.Annotation.Builder
Packages that use DescriptorProtos.GeneratedCodeInfo.Annotation.Builder
-
Uses of DescriptorProtos.GeneratedCodeInfo.Annotation.Builder in com.google.protobuf
Methods in com.google.protobuf that return DescriptorProtos.GeneratedCodeInfo.Annotation.BuilderModifier and TypeMethodDescriptionDescriptorProtos.GeneratedCodeInfo.Annotation.Builder.addAllPath
(Iterable<? extends Integer> values) repeated int32 path = 1 [json_name = "path", packed = true];
DescriptorProtos.GeneratedCodeInfo.Builder.addAnnotationBuilder()
repeated .google.protobuf.GeneratedCodeInfo.Annotation annotation = 1 [json_name = "annotation"];
DescriptorProtos.GeneratedCodeInfo.Builder.addAnnotationBuilder
(int index) repeated .google.protobuf.GeneratedCodeInfo.Annotation annotation = 1 [json_name = "annotation"];
DescriptorProtos.GeneratedCodeInfo.Annotation.Builder.addPath
(int value) repeated int32 path = 1 [json_name = "path", packed = true];
DescriptorProtos.GeneratedCodeInfo.Annotation.Builder.clear()
DescriptorProtos.GeneratedCodeInfo.Annotation.Builder.clearBegin()
optional int32 begin = 3 [json_name = "begin"];
DescriptorProtos.GeneratedCodeInfo.Annotation.Builder.clearEnd()
optional int32 end = 4 [json_name = "end"];
DescriptorProtos.GeneratedCodeInfo.Annotation.Builder.clearPath()
repeated int32 path = 1 [json_name = "path", packed = true];
DescriptorProtos.GeneratedCodeInfo.Annotation.Builder.clearSemantic()
optional .google.protobuf.GeneratedCodeInfo.Annotation.Semantic semantic = 5 [json_name = "semantic"];
DescriptorProtos.GeneratedCodeInfo.Annotation.Builder.clearSourceFile()
optional string source_file = 2 [json_name = "sourceFile"];
DescriptorProtos.GeneratedCodeInfo.Builder.getAnnotationBuilder
(int index) repeated .google.protobuf.GeneratedCodeInfo.Annotation annotation = 1 [json_name = "annotation"];
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.newBuilder()
DescriptorProtos.GeneratedCodeInfo.Annotation.newBuilder
(DescriptorProtos.GeneratedCodeInfo.Annotation prototype) DescriptorProtos.GeneratedCodeInfo.Annotation.newBuilderForType()
DescriptorProtos.GeneratedCodeInfo.Annotation.newBuilderForType
(AbstractMessage.BuilderParent parent) DescriptorProtos.GeneratedCodeInfo.Annotation.Builder.setBegin
(int value) optional int32 begin = 3 [json_name = "begin"];
DescriptorProtos.GeneratedCodeInfo.Annotation.Builder.setEnd
(int value) optional int32 end = 4 [json_name = "end"];
DescriptorProtos.GeneratedCodeInfo.Annotation.Builder.setPath
(int index, int value) repeated int32 path = 1 [json_name = "path", packed = true];
DescriptorProtos.GeneratedCodeInfo.Annotation.Builder.setSemantic
(DescriptorProtos.GeneratedCodeInfo.Annotation.Semantic value) optional .google.protobuf.GeneratedCodeInfo.Annotation.Semantic semantic = 5 [json_name = "semantic"];
DescriptorProtos.GeneratedCodeInfo.Annotation.Builder.setSourceFile
(String value) optional string source_file = 2 [json_name = "sourceFile"];
DescriptorProtos.GeneratedCodeInfo.Annotation.Builder.setSourceFileBytes
(com.google.protobuf.ByteString value) optional string source_file = 2 [json_name = "sourceFile"];
DescriptorProtos.GeneratedCodeInfo.Annotation.toBuilder()
Methods in com.google.protobuf that return types with arguments of type DescriptorProtos.GeneratedCodeInfo.Annotation.BuilderModifier and TypeMethodDescriptionDescriptorProtos.GeneratedCodeInfo.Builder.getAnnotationBuilderList()
repeated .google.protobuf.GeneratedCodeInfo.Annotation annotation = 1 [json_name = "annotation"];
Methods in com.google.protobuf with parameters of type DescriptorProtos.GeneratedCodeInfo.Annotation.BuilderModifier and TypeMethodDescriptionDescriptorProtos.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.Builder builderForValue) 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"];