Uses of Class
com.google.protobuf.DescriptorProtos.GeneratedCodeInfo.Annotation
Packages that use DescriptorProtos.GeneratedCodeInfo.Annotation
-
Uses of DescriptorProtos.GeneratedCodeInfo.Annotation in com.google.protobuf
Fields in com.google.protobuf with type parameters of type DescriptorProtos.GeneratedCodeInfo.AnnotationModifier and TypeFieldDescriptionstatic final Parser<DescriptorProtos.GeneratedCodeInfo.Annotation>DescriptorProtos.GeneratedCodeInfo.Annotation.PARSERDeprecated.Methods in com.google.protobuf that return DescriptorProtos.GeneratedCodeInfo.AnnotationModifier and TypeMethodDescriptionDescriptorProtos.GeneratedCodeInfo.Annotation.Builder.build()DescriptorProtos.GeneratedCodeInfo.Annotation.Builder.buildPartial()DescriptorProtos.GeneratedCodeInfo.Builder.getAnnotation(int index) repeated .google.protobuf.GeneratedCodeInfo.Annotation annotation = 1 [json_name = "annotation"];DescriptorProtos.GeneratedCodeInfo.getAnnotation(int index) repeated .google.protobuf.GeneratedCodeInfo.Annotation annotation = 1 [json_name = "annotation"];DescriptorProtos.GeneratedCodeInfoOrBuilder.getAnnotation(int index) repeated .google.protobuf.GeneratedCodeInfo.Annotation annotation = 1 [json_name = "annotation"];DescriptorProtos.GeneratedCodeInfo.Annotation.getDefaultInstance()DescriptorProtos.GeneratedCodeInfo.Annotation.Builder.getDefaultInstanceForType()DescriptorProtos.GeneratedCodeInfo.Annotation.getDefaultInstanceForType()DescriptorProtos.GeneratedCodeInfo.Annotation.parseDelimitedFrom(InputStream input) DescriptorProtos.GeneratedCodeInfo.Annotation.parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry) DescriptorProtos.GeneratedCodeInfo.Annotation.parseFrom(byte[] data) DescriptorProtos.GeneratedCodeInfo.Annotation.parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry) DescriptorProtos.GeneratedCodeInfo.Annotation.parseFrom(ByteString data) DescriptorProtos.GeneratedCodeInfo.Annotation.parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry) DescriptorProtos.GeneratedCodeInfo.Annotation.parseFrom(CodedInputStream input) DescriptorProtos.GeneratedCodeInfo.Annotation.parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry) DescriptorProtos.GeneratedCodeInfo.Annotation.parseFrom(InputStream input) DescriptorProtos.GeneratedCodeInfo.Annotation.parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry) DescriptorProtos.GeneratedCodeInfo.Annotation.parseFrom(ByteBuffer data) DescriptorProtos.GeneratedCodeInfo.Annotation.parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry) Methods in com.google.protobuf that return types with arguments of type DescriptorProtos.GeneratedCodeInfo.AnnotationModifier and TypeMethodDescriptionDescriptorProtos.GeneratedCodeInfo.Builder.getAnnotationList()repeated .google.protobuf.GeneratedCodeInfo.Annotation annotation = 1 [json_name = "annotation"];DescriptorProtos.GeneratedCodeInfo.getAnnotationList()repeated .google.protobuf.GeneratedCodeInfo.Annotation annotation = 1 [json_name = "annotation"];DescriptorProtos.GeneratedCodeInfoOrBuilder.getAnnotationList()repeated .google.protobuf.GeneratedCodeInfo.Annotation annotation = 1 [json_name = "annotation"];DescriptorProtos.GeneratedCodeInfo.Annotation.getParserForType()DescriptorProtos.GeneratedCodeInfo.Annotation.parser()Methods in com.google.protobuf with parameters of type DescriptorProtos.GeneratedCodeInfo.AnnotationModifier and TypeMethodDescriptionDescriptorProtos.GeneratedCodeInfo.Builder.addAnnotation(int index, DescriptorProtos.GeneratedCodeInfo.Annotation value) 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.Annotation.Builder.mergeFrom(DescriptorProtos.GeneratedCodeInfo.Annotation other) DescriptorProtos.GeneratedCodeInfo.Annotation.newBuilder(DescriptorProtos.GeneratedCodeInfo.Annotation prototype) DescriptorProtos.GeneratedCodeInfo.Builder.setAnnotation(int index, DescriptorProtos.GeneratedCodeInfo.Annotation value) repeated .google.protobuf.GeneratedCodeInfo.Annotation annotation = 1 [json_name = "annotation"];Method parameters in com.google.protobuf with type arguments of type DescriptorProtos.GeneratedCodeInfo.AnnotationModifier and TypeMethodDescriptionDescriptorProtos.GeneratedCodeInfo.Builder.addAllAnnotation(Iterable<? extends DescriptorProtos.GeneratedCodeInfo.Annotation> values) repeated .google.protobuf.GeneratedCodeInfo.Annotation annotation = 1 [json_name = "annotation"];