cloudSqlId property

  1. @TagNumber(1)
String get cloudSqlId

Output only. The Cloud SQL instance ID that this connection profile is associated with.

Implementation

@$pb.TagNumber(1)
$core.String get cloudSqlId => $_getSZ(0);
  1. @TagNumber(1)
set cloudSqlId (String v)

Implementation

@$pb.TagNumber(1)
set cloudSqlId($core.String v) { $_setString(0, v); }