build property
Output only. The Cloud Build name of the latest successful deployment of the function.
Implementation
@$pb.TagNumber(1)
$core.String get build => $_getSZ(0);
Implementation
@$pb.TagNumber(1)
set build($core.String v) { $_setString(0, v); }