projectId property
ID of the project that owns the Cloud Source Repository. If omitted, the project ID requesting the build is assumed.
Implementation
@$pb.TagNumber(1)
$core.String get projectId => $_getSZ(0);
Implementation
@$pb.TagNumber(1)
set projectId($core.String v) { $_setString(0, v); }