cdcStrategy = $cdcStrategy; } /** * @return CdcStrategy */ public function getCdcStrategy() { return $this->cdcStrategy; } /** * @param bool */ public function setForce($force) { $this->force = $force; } /** * @return bool */ public function getForce() { return $this->force; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(RunStreamRequest::class, 'Google_Service_Datastream_RunStreamRequest');