Interface DescriptorProtos.GeneratedCodeInfoOrBuilder

All Superinterfaces:
MessageLiteOrBuilder
All Known Implementing Classes:
DescriptorProtos.GeneratedCodeInfo, DescriptorProtos.GeneratedCodeInfo.Builder
Enclosing class:
DescriptorProtos

public static interface DescriptorProtos.GeneratedCodeInfoOrBuilder extends MessageLiteOrBuilder
  • 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;