cloudSqlId property
If the source is a Cloud SQL database, use this field to provide the Cloud SQL instance ID of the source.
Implementation
@$pb.TagNumber(7)
$core.String get cloudSqlId => $_getSZ(5);
Implementation
@$pb.TagNumber(7)
set cloudSqlId($core.String v) { $_setString(5, v); }