Uses of Class
com.google.protobuf.DescriptorProtos.GeneratedCodeInfo.Annotation
-
Packages that use DescriptorProtos.GeneratedCodeInfo.Annotation Package Description com.google.protobuf -
-
Uses of DescriptorProtos.GeneratedCodeInfo.Annotation in com.google.protobuf
Fields in com.google.protobuf declared as DescriptorProtos.GeneratedCodeInfo.Annotation Modifier and Type Field Description private static DescriptorProtos.GeneratedCodeInfo.AnnotationDescriptorProtos.GeneratedCodeInfo.Annotation. DEFAULT_INSTANCEFields in com.google.protobuf with type parameters of type DescriptorProtos.GeneratedCodeInfo.Annotation Modifier and Type Field Description private Internal.ProtobufList<DescriptorProtos.GeneratedCodeInfo.Annotation>DescriptorProtos.GeneratedCodeInfo. annotation_private static Parser<DescriptorProtos.GeneratedCodeInfo.Annotation>DescriptorProtos.GeneratedCodeInfo.Annotation. PARSERMethods in com.google.protobuf that return DescriptorProtos.GeneratedCodeInfo.Annotation Modifier and Type Method Description DescriptorProtos.GeneratedCodeInfo.AnnotationDescriptorProtos.GeneratedCodeInfo.Builder. getAnnotation(int index)An Annotation connects some span of text in generated code to an element of its generating .proto file.DescriptorProtos.GeneratedCodeInfo.AnnotationDescriptorProtos.GeneratedCodeInfo. getAnnotation(int index)An Annotation connects some span of text in generated code to an element of its generating .proto file.DescriptorProtos.GeneratedCodeInfo.AnnotationDescriptorProtos.GeneratedCodeInfoOrBuilder. getAnnotation(int index)An Annotation connects some span of text in generated code to an element of its generating .proto file.static DescriptorProtos.GeneratedCodeInfo.AnnotationDescriptorProtos.GeneratedCodeInfo.Annotation. getDefaultInstance()static DescriptorProtos.GeneratedCodeInfo.AnnotationDescriptorProtos.GeneratedCodeInfo.Annotation. parseDelimitedFrom(java.io.InputStream input)static DescriptorProtos.GeneratedCodeInfo.AnnotationDescriptorProtos.GeneratedCodeInfo.Annotation. parseDelimitedFrom(java.io.InputStream input, ExtensionRegistryLite extensionRegistry)static DescriptorProtos.GeneratedCodeInfo.AnnotationDescriptorProtos.GeneratedCodeInfo.Annotation. parseFrom(byte[] data)static DescriptorProtos.GeneratedCodeInfo.AnnotationDescriptorProtos.GeneratedCodeInfo.Annotation. parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)static DescriptorProtos.GeneratedCodeInfo.AnnotationDescriptorProtos.GeneratedCodeInfo.Annotation. parseFrom(ByteString data)static DescriptorProtos.GeneratedCodeInfo.AnnotationDescriptorProtos.GeneratedCodeInfo.Annotation. parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)static DescriptorProtos.GeneratedCodeInfo.AnnotationDescriptorProtos.GeneratedCodeInfo.Annotation. parseFrom(CodedInputStream input)static DescriptorProtos.GeneratedCodeInfo.AnnotationDescriptorProtos.GeneratedCodeInfo.Annotation. parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)static DescriptorProtos.GeneratedCodeInfo.AnnotationDescriptorProtos.GeneratedCodeInfo.Annotation. parseFrom(java.io.InputStream input)static DescriptorProtos.GeneratedCodeInfo.AnnotationDescriptorProtos.GeneratedCodeInfo.Annotation. parseFrom(java.io.InputStream input, ExtensionRegistryLite extensionRegistry)static DescriptorProtos.GeneratedCodeInfo.AnnotationDescriptorProtos.GeneratedCodeInfo.Annotation. parseFrom(java.nio.ByteBuffer data)static DescriptorProtos.GeneratedCodeInfo.AnnotationDescriptorProtos.GeneratedCodeInfo.Annotation. parseFrom(java.nio.ByteBuffer data, ExtensionRegistryLite extensionRegistry)Methods in com.google.protobuf that return types with arguments of type DescriptorProtos.GeneratedCodeInfo.Annotation Modifier and Type Method Description java.util.List<DescriptorProtos.GeneratedCodeInfo.Annotation>DescriptorProtos.GeneratedCodeInfo.Builder. getAnnotationList()An Annotation connects some span of text in generated code to an element of its generating .proto file.java.util.List<DescriptorProtos.GeneratedCodeInfo.Annotation>DescriptorProtos.GeneratedCodeInfo. getAnnotationList()An Annotation connects some span of text in generated code to an element of its generating .proto file.java.util.List<DescriptorProtos.GeneratedCodeInfo.Annotation>DescriptorProtos.GeneratedCodeInfoOrBuilder. getAnnotationList()An Annotation connects some span of text in generated code to an element of its generating .proto file.static Parser<DescriptorProtos.GeneratedCodeInfo.Annotation>DescriptorProtos.GeneratedCodeInfo.Annotation. parser()Methods in com.google.protobuf with parameters of type DescriptorProtos.GeneratedCodeInfo.Annotation Modifier and Type Method Description private voidDescriptorProtos.GeneratedCodeInfo. 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.private voidDescriptorProtos.GeneratedCodeInfo. 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.BuilderDescriptorProtos.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.BuilderDescriptorProtos.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.static DescriptorProtos.GeneratedCodeInfo.Annotation.BuilderDescriptorProtos.GeneratedCodeInfo.Annotation. newBuilder(DescriptorProtos.GeneratedCodeInfo.Annotation prototype)DescriptorProtos.GeneratedCodeInfo.BuilderDescriptorProtos.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.private voidDescriptorProtos.GeneratedCodeInfo. 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.Method parameters in com.google.protobuf with type arguments of type DescriptorProtos.GeneratedCodeInfo.Annotation Modifier and Type Method Description private voidDescriptorProtos.GeneratedCodeInfo. addAllAnnotation(java.lang.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.BuilderDescriptorProtos.GeneratedCodeInfo.Builder. addAllAnnotation(java.lang.Iterable<? extends DescriptorProtos.GeneratedCodeInfo.Annotation> values)An Annotation connects some span of text in generated code to an element of its generating .proto file.
-