Package 

Class GeneratedCodeInfoKt.AnnotationKt.Dsl

    • Method Detail

      • clearSourceFile

         final Unit clearSourceFile()
        <pre> Identifies the filesystem path to the original source .proto. </pre>

        <code>optional string source_file = 2;</code>

      • hasSourceFile

         final Boolean hasSourceFile()
        <pre> Identifies the filesystem path to the original source .proto. </pre>

        <code>optional string source_file = 2;</code>

      • clearBegin

         final Unit clearBegin()
        <pre> Identifies the starting offset in bytes in the generated code that relates to the identified object. </pre>

        <code>optional int32 begin = 3;</code>

      • hasBegin

         final Boolean hasBegin()
        <pre> Identifies the starting offset in bytes in the generated code that relates to the identified object. </pre>

        <code>optional int32 begin = 3;</code>

      • clearEnd

         final Unit clearEnd()
        <pre> Identifies the ending offset in bytes in the generated code that relates to the identified offset. The end offset should be one past the last relevant byte (so the length of the text = end - begin). </pre>

        <code>optional int32 end = 4;</code>

      • hasEnd

         final Boolean hasEnd()
        <pre> Identifies the ending offset in bytes in the generated code that relates to the identified offset. The end offset should be one past the last relevant byte (so the length of the text = end - begin). </pre>

        <code>optional int32 end = 4;</code>