/var/www/flurhymez/vendor/google/apiclient-services/src/Datastream
Edit: /var/www/flurhymez/vendor/google/apiclient-services/src/Datastream/DestinationConfig.php (1709B)
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');