cloudFulfillmentOnly = $cloudFulfillmentOnly; } /** * @return bool */ public function getCloudFulfillmentOnly() { return $this->cloudFulfillmentOnly; } /** * @param string */ public function setTrait($trait) { $this->trait = $trait; } /** * @return string */ public function getTrait() { return $this->trait; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(HomeGraphCommonTraitRoutingHints::class, 'Google_Service_Contentwarehouse_HomeGraphCommonTraitRoutingHints');