infra property

  1. @TagNumber(18)
BuildInfra infra

Build infrastructure used by the build.

RPC: By default, this field is excluded from responses.

Implementation

@$pb.TagNumber(18)
BuildInfra get infra => $_getN(13);
  1. @TagNumber(18)
void infra=(BuildInfra v)

Implementation

@$pb.TagNumber(18)
set infra(BuildInfra v) {
  setField(18, v);
}