output property

  1. @TagNumber(16)
Build_Output output

Output of the build executable. SHOULD depend only on input field and NOT other fields. MUST be unset if build status is SCHEDULED.

RPC: By default, this field is excluded from responses. Updated while the build is running and finalized when the build ends.

Implementation

@$pb.TagNumber(16)
Build_Output get output => $_getN(11);
  1. @TagNumber(16)
void output=(Build_Output v)

Implementation

@$pb.TagNumber(16)
set output(Build_Output v) {
  setField(16, v);
}