Interface Spec.ProtoCommentOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    Spec.ProtoComment, Spec.ProtoComment.Builder
    Enclosing class:
    Spec

    public static interface Spec.ProtoCommentOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      String getText()
      / Text representing the Comment.
      com.google.protobuf.ByteString getTextBytes()
      / Text representing the Comment.
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        isInitialized
      • Methods inherited from interface com.google.protobuf.MessageOrBuilder

        findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
    • Method Detail

      • getText

        String getText()
        / Text representing the Comment.
         
        string text = 1;
      • getTextBytes

        com.google.protobuf.ByteString getTextBytes()
        / Text representing the Comment.
         
        string text = 1;