network property

  1. @TagNumber.new(1)
String get network

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);
  1. @TagNumber.new(1)
set network (String v)

Implementation

@$pb.TagNumber(1)
set network($core.String v) {
  $_setString(0, v);
}