Interface BuildEventStreamProtos.BuildEventId.StructuredCommandLineIdOrBuilder

    • Method Detail

      • getCommandLineLabel

        java.lang.String getCommandLineLabel()
         A title for this command line value, as there may be multiple.
         For example, a single invocation may wish to report both the literal and
         canonical command lines, and this label would be used to differentiate
         between both versions.
         
        string command_line_label = 1;
        Returns:
        The commandLineLabel.
      • getCommandLineLabelBytes

        ByteString getCommandLineLabelBytes()
         A title for this command line value, as there may be multiple.
         For example, a single invocation may wish to report both the literal and
         canonical command lines, and this label would be used to differentiate
         between both versions.
         
        string command_line_label = 1;
        Returns:
        The bytes for commandLineLabel.