cloudSql = $cloudSql; } /** * @return GoogleCloudDatacatalogV1CloudSqlBigQueryConnectionSpec */ public function getCloudSql() { return $this->cloudSql; } /** * @param string */ public function setConnectionType($connectionType) { $this->connectionType = $connectionType; } /** * @return string */ public function getConnectionType() { return $this->connectionType; } /** * @param bool */ public function setHasCredential($hasCredential) { $this->hasCredential = $hasCredential; } /** * @return bool */ public function getHasCredential() { return $this->hasCredential; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudDatacatalogV1BigQueryConnectionSpec::class, 'Google_Service_DataCatalog_GoogleCloudDatacatalogV1BigQueryConnectionSpec');