network property
Optional. The Cloud VPC network in which the job is run. By default, the Cloud VPC network named Default within the project is used.
Implementation
@$pb.TagNumber(1)
$core.String get network => $_getSZ(0);
Implementation
@$pb.TagNumber(1)
set network($core.String v) {
$_setString(0, v);
}