network property

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

The consumer network whose PSC forwarding rule is connected to the service attachments in this service connection map. Note that the network could be on a different project (shared VPC).

Implementation

@$pb.TagNumber(4)
$core.String get network => $_getSZ(3);
  1. @TagNumber.new(4)
set network (String v)

Implementation

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