network property
The full name of the Compute Engine
network
to which the Job should be peered. For example,
projects/12345/global/networks/myVPC.
Format
is of the form projects/{project}/global/networks/{network}.
Where {project} is a project number, as in 12345, and {network} is
a network name.
Private services access must already be configured for the network. If left unspecified, the job is not peered with any network.
Implementation
@$pb.TagNumber(1)
$core.String get network => $_getSZ(0);
Implementation
@$pb.TagNumber(1)
set network($core.String v) {
$_setString(0, v);
}