Interface BuildEventStreamProtos.BuildEventId.StructuredCommandLineIdOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.String getCommandLineLabel()
      A title for this command line value, as there may be multiple.
      com.google.protobuf.ByteString getCommandLineLabelBytes()
      A title for this command line value, as there may be multiple.
      • 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

      • 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

        com.google.protobuf.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.