Home
last modified time | relevance | path

Searched refs:cloudSqlId (Results 1 – 3 of 3) sorted by relevance

/plugin/authgooglesheets/vendor/google/apiclient-services/src/DatabaseMigrationService/
H A DCloudSqlConnectionProfile.php25 public $cloudSqlId; variable in Google\\Service\\DatabaseMigrationService\\CloudSqlConnectionProfile
40 public function setCloudSqlId($cloudSqlId) argument
42 $this->cloudSqlId = $cloudSqlId;
49 return $this->cloudSqlId;
H A DPostgreSqlConnectionProfile.php25 public $cloudSqlId; variable in Google\\Service\\DatabaseMigrationService\\PostgreSqlConnectionProfile
52 public function setCloudSqlId($cloudSqlId) argument
54 $this->cloudSqlId = $cloudSqlId;
61 return $this->cloudSqlId;
H A DMySqlConnectionProfile.php25 public $cloudSqlId; variable in Google\\Service\\DatabaseMigrationService\\MySqlConnectionProfile
52 public function setCloudSqlId($cloudSqlId) argument
54 $this->cloudSqlId = $cloudSqlId;
61 return $this->cloudSqlId;