network property

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

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

Implementation

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