Interface DescriptorProtos.GeneratedCodeInfoOrBuilder

    • Method Detail

      • getAnnotationList

        java.util.List<DescriptorProtos.GeneratedCodeInfo.Annotation> getAnnotationList()
         An Annotation connects some span of text in generated code to an element
         of its generating .proto file.
         
        repeated .google.protobuf.GeneratedCodeInfo.Annotation annotation = 1;
      • getAnnotation

        DescriptorProtos.GeneratedCodeInfo.Annotation getAnnotation​(int index)
         An Annotation connects some span of text in generated code to an element
         of its generating .proto file.
         
        repeated .google.protobuf.GeneratedCodeInfo.Annotation annotation = 1;
      • getAnnotationCount

        int getAnnotationCount()
         An Annotation connects some span of text in generated code to an element
         of its generating .proto file.
         
        repeated .google.protobuf.GeneratedCodeInfo.Annotation annotation = 1;
      • getAnnotationOrBuilderList

        java.util.List<? extends DescriptorProtos.GeneratedCodeInfo.AnnotationOrBuilder> getAnnotationOrBuilderList()
         An Annotation connects some span of text in generated code to an element
         of its generating .proto file.
         
        repeated .google.protobuf.GeneratedCodeInfo.Annotation annotation = 1;
      • getAnnotationOrBuilder

        DescriptorProtos.GeneratedCodeInfo.AnnotationOrBuilder getAnnotationOrBuilder​(int index)
         An Annotation connects some span of text in generated code to an element
         of its generating .proto file.
         
        repeated .google.protobuf.GeneratedCodeInfo.Annotation annotation = 1;