subnetwork property

  1. @TagNumber.new(17)
String get subnetwork

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

Implementation

@$pb.TagNumber(17)
set subnetwork($core.String v) {
  $_setString(13, v);
}