network property
Optional. The relative resource name identifying the VPC network that is
using this configuration. For example:
projects/*/global/networks/network-1.
Currently, this field is specific to gateways of type 'SECURE_WEB_GATEWAY'.
Implementation
@$pb.TagNumber(16)
$core.String get network => $_getSZ(12);
Implementation
@$pb.TagNumber(16)
set network($core.String v) {
$_setString(12, v);
}