projectId property
The ID of the Cloud Platform project that the job belongs to.
Implementation
@$pb.TagNumber(2)
$core.String get projectId => $_getSZ(1);
Implementation
@$pb.TagNumber(2)
set projectId($core.String v) {
$_setString(1, v);
}
The ID of the Cloud Platform project that the job belongs to.
@$pb.TagNumber(2)
$core.String get projectId => $_getSZ(1);
@$pb.TagNumber(2)
set projectId($core.String v) {
$_setString(1, v);
}