Interface BuildEventStreamProtos.OutputGroupOrBuilder

    • Method Detail

      • getName

        java.lang.String getName()
         Name of the output group
         
        string name = 1;
        Returns:
        The name.
      • getNameBytes

        com.google.protobuf.ByteString getNameBytes()
         Name of the output group
         
        string name = 1;
        Returns:
        The bytes for name.
      • getFileSetsCount

        int getFileSetsCount()
         List of file sets that belong to this output group as well.
         
        repeated .build_event_stream.BuildEventId.NamedSetOfFilesId file_sets = 3;
      • getIncomplete

        boolean getIncomplete()
         Indicates that one or more of the output group's files were not built
         successfully (the generating action failed).
         
        bool incomplete = 4;
        Returns:
        The incomplete.