vpcConnector property

  1. @TagNumber.new(6)
String get vpcConnector

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

Implementation

@$pb.TagNumber(6)
set vpcConnector($core.String v) {
  $_setString(4, v);
}