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 with type parameters of type DescriptorProtos.GeneratedCodeInfo.Annotation Modifier and Type Field Description static Parser<DescriptorProtos.GeneratedCodeInfo.Annotation>DescriptorProtos.GeneratedCodeInfo.Annotation. PARSERDeprecated.Methods in com.google.protobuf that return DescriptorProtos.GeneratedCodeInfo.Annotation Modifier and Type Method Description DescriptorProtos.GeneratedCodeInfo.AnnotationDescriptorProtos.GeneratedCodeInfo.Annotation.Builder. build()DescriptorProtos.GeneratedCodeInfo.AnnotationDescriptorProtos.GeneratedCodeInfo.Annotation.Builder. buildPartial()DescriptorProtos.GeneratedCodeInfo.AnnotationDescriptorProtos.GeneratedCodeInfo.Builder. getAnnotation(int index)repeated .google.protobuf.GeneratedCodeInfo.Annotation annotation = 1 [json_name = "annotation"];DescriptorProtos.GeneratedCodeInfo.AnnotationDescriptorProtos.GeneratedCodeInfo. getAnnotation(int index)repeated .google.protobuf.GeneratedCodeInfo.Annotation annotation = 1 [json_name = "annotation"];DescriptorProtos.GeneratedCodeInfo.AnnotationDescriptorProtos.GeneratedCodeInfoOrBuilder. getAnnotation(int index)repeated .google.protobuf.GeneratedCodeInfo.Annotation annotation = 1 [json_name = "annotation"];static DescriptorProtos.GeneratedCodeInfo.AnnotationDescriptorProtos.GeneratedCodeInfo.Annotation. getDefaultInstance()DescriptorProtos.GeneratedCodeInfo.AnnotationDescriptorProtos.GeneratedCodeInfo.Annotation.Builder. getDefaultInstanceForType()DescriptorProtos.GeneratedCodeInfo.AnnotationDescriptorProtos.GeneratedCodeInfo.Annotation. getDefaultInstanceForType()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()repeated .google.protobuf.GeneratedCodeInfo.Annotation annotation = 1 [json_name = "annotation"];java.util.List<DescriptorProtos.GeneratedCodeInfo.Annotation>DescriptorProtos.GeneratedCodeInfo. getAnnotationList()repeated .google.protobuf.GeneratedCodeInfo.Annotation annotation = 1 [json_name = "annotation"];java.util.List<DescriptorProtos.GeneratedCodeInfo.Annotation>DescriptorProtos.GeneratedCodeInfoOrBuilder. getAnnotationList()repeated .google.protobuf.GeneratedCodeInfo.Annotation annotation = 1 [json_name = "annotation"];Parser<DescriptorProtos.GeneratedCodeInfo.Annotation>DescriptorProtos.GeneratedCodeInfo.Annotation. getParserForType()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 DescriptorProtos.GeneratedCodeInfo.BuilderDescriptorProtos.GeneratedCodeInfo.Builder. addAnnotation(int index, DescriptorProtos.GeneratedCodeInfo.Annotation value)repeated .google.protobuf.GeneratedCodeInfo.Annotation annotation = 1 [json_name = "annotation"];DescriptorProtos.GeneratedCodeInfo.BuilderDescriptorProtos.GeneratedCodeInfo.Builder. addAnnotation(DescriptorProtos.GeneratedCodeInfo.Annotation value)repeated .google.protobuf.GeneratedCodeInfo.Annotation annotation = 1 [json_name = "annotation"];DescriptorProtos.GeneratedCodeInfo.Annotation.BuilderDescriptorProtos.GeneratedCodeInfo.Annotation.Builder. mergeFrom(DescriptorProtos.GeneratedCodeInfo.Annotation other)static DescriptorProtos.GeneratedCodeInfo.Annotation.BuilderDescriptorProtos.GeneratedCodeInfo.Annotation. newBuilder(DescriptorProtos.GeneratedCodeInfo.Annotation prototype)DescriptorProtos.GeneratedCodeInfo.BuilderDescriptorProtos.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.Annotation Modifier and Type Method Description DescriptorProtos.GeneratedCodeInfo.BuilderDescriptorProtos.GeneratedCodeInfo.Builder. addAllAnnotation(java.lang.Iterable<? extends DescriptorProtos.GeneratedCodeInfo.Annotation> values)repeated .google.protobuf.GeneratedCodeInfo.Annotation annotation = 1 [json_name = "annotation"];
-