cloudSqlInstance property

  1. @TagNumber.new(8)
String get cloudSqlInstance

A Cloud SQL instance URI.

Implementation

@$pb.TagNumber(8)
$core.String get cloudSqlInstance => $_getSZ(7);
  1. @TagNumber.new(8)
set cloudSqlInstance (String v)

Implementation

@$pb.TagNumber(8)
set cloudSqlInstance($core.String v) {
  $_setString(7, v);
}