subnetwork property
Optional. The relative resource name identifying the subnetwork in which
this SWG is allocated. For example:
projects/*/regions/us-central1/subnetworks/network-1
Currently, this field is specific to gateways of type 'SECURE_WEB_GATEWAY".
Implementation
@$pb.TagNumber(17)
$core.String get subnetwork => $_getSZ(13);
Implementation
@$pb.TagNumber(17)
set subnetwork($core.String v) {
$_setString(13, v);
}