destinationConnectionProfile = $destinationConnectionProfile; } /** * @return string */ public function getDestinationConnectionProfile() { return $this->destinationConnectionProfile; } /** * @param GcsDestinationConfig */ public function setGcsDestinationConfig(GcsDestinationConfig $gcsDestinationConfig) { $this->gcsDestinationConfig = $gcsDestinationConfig; } /** * @return GcsDestinationConfig */ public function getGcsDestinationConfig() { return $this->gcsDestinationConfig; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(DestinationConfig::class, 'Google_Service_Datastream_DestinationConfig');