Uses of Class
com.google.protobuf.DescriptorProtos.GeneratedCodeInfo.Annotation
Packages that use DescriptorProtos.GeneratedCodeInfo.Annotation
-
Uses of DescriptorProtos.GeneratedCodeInfo.Annotation in com.google.protobuf
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, com.google.protobuf.ExtensionRegistryLite extensionRegistry) DescriptorProtos.GeneratedCodeInfo.Annotation.parseFrom
(byte[] data) DescriptorProtos.GeneratedCodeInfo.Annotation.parseFrom
(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) DescriptorProtos.GeneratedCodeInfo.Annotation.parseFrom
(com.google.protobuf.ByteString data) DescriptorProtos.GeneratedCodeInfo.Annotation.parseFrom
(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) DescriptorProtos.GeneratedCodeInfo.Annotation.parseFrom
(com.google.protobuf.CodedInputStream input) DescriptorProtos.GeneratedCodeInfo.Annotation.parseFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) DescriptorProtos.GeneratedCodeInfo.Annotation.parseFrom
(InputStream input) DescriptorProtos.GeneratedCodeInfo.Annotation.parseFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) DescriptorProtos.GeneratedCodeInfo.Annotation.parseFrom
(ByteBuffer data) DescriptorProtos.GeneratedCodeInfo.Annotation.parseFrom
(ByteBuffer data, com.google.protobuf.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"];
com.google.protobuf.Parser
<DescriptorProtos.GeneratedCodeInfo.Annotation> DescriptorProtos.GeneratedCodeInfo.Annotation.getParserForType()
static com.google.protobuf.Parser
<DescriptorProtos.GeneratedCodeInfo.Annotation> 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"];