subNetwork property
Optional. The Cloud VPC sub-network in which the job is run.
Implementation
@$pb.TagNumber(2)
$core.String get subNetwork => $_getSZ(1);
Implementation
@$pb.TagNumber(2)
set subNetwork($core.String v) {
$_setString(1, v);
}
Optional. The Cloud VPC sub-network in which the job is run.
@$pb.TagNumber(2)
$core.String get subNetwork => $_getSZ(1);
@$pb.TagNumber(2)
set subNetwork($core.String v) {
$_setString(1, v);
}