Interface BuildEventStreamProtos.AbortedOrBuilder

    • Method Detail

      • getReasonValue

        int getReasonValue()
        .build_event_stream.Aborted.AbortReason reason = 1;
        Returns:
        The enum numeric value on the wire for reason.
      • getDescription

        java.lang.String getDescription()
         A human readable description with more details about there reason, where
         available and useful.
         
        string description = 2;
        Returns:
        The description.
      • getDescriptionBytes

        ByteString getDescriptionBytes()
         A human readable description with more details about there reason, where
         available and useful.
         
        string description = 2;
        Returns:
        The bytes for description.