network property

  1. @TagNumber(1)
String network

Name of the network in the customer project with which the Tenant Project will be peered for executing pipelines. In case of shared VPC where the network resides in another host project the network should specified in the form of projects/{host-project-id}/global/networks/{network}

Implementation

@$pb.TagNumber(1)
$core.String get network => $_getSZ(0);
  1. @TagNumber(1)
void network=(String v)

Implementation

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