Interface DescriptorProtos.GeneratedCodeInfoOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
DescriptorProtos.GeneratedCodeInfo, DescriptorProtos.GeneratedCodeInfo.Builder
Enclosing class:
DescriptorProtos

public static interface DescriptorProtos.GeneratedCodeInfoOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • 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

       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

      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;