serviceAccountKeyFile = $serviceAccountKeyFile; } /** * @return string */ public function getServiceAccountKeyFile() { return $this->serviceAccountKeyFile; } /** * Optional. The technology type. * * @param string $technologyType */ public function setTechnologyType($technologyType) { $this->technologyType = $technologyType; } /** * @return string */ public function getTechnologyType() { return $this->technologyType; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoldengateGoogleBigQueryConnectionProperties::class, 'Google_Service_OracleDatabase_GoldengateGoogleBigQueryConnectionProperties');