Package 

Class SourceContextKt.Dsl

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private String fileName
    • Method Summary

      Modifier and Type Method Description
      final String getFileName()
      final Unit setFileName(String fileName)
      final Unit clearFileName() <pre> The path-qualified name of the .proto file that contained the associated protobuf element.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • clearFileName

         final Unit clearFileName()
        <pre> The path-qualified name of the .proto file that contained the associated protobuf element. For example: `"google/protobuf/source_context.proto"`. </pre>

        <code>string file_name = 1;</code>