vpcConnector property

  1. @TagNumber(6)
String 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(6)
void vpcConnector=(String v)

Implementation

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