vpcConnector property
The Serverless VPC Access connector that this cloud function can connect
to. The format of this field is projects/*/locations/*/connectors/*.
Implementation
@$pb.TagNumber(6)
$core.String get vpcConnector => $_getSZ(4);
Implementation
@$pb.TagNumber(6)
set vpcConnector($core.String v) {
$_setString(4, v);
}