buildpackStack property
Specifies one of the Google provided buildpack stacks.
Implementation
@$pb.TagNumber(9)
$core.String get buildpackStack => $_getSZ(8);
Implementation
@$pb.TagNumber(9)
set buildpackStack($core.String v) { $_setString(8, v); }