targetedShardDuration = $targetedShardDuration; } /** * @return string */ public function getTargetedShardDuration() { return $this->targetedShardDuration; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(SmartSharding::class, 'Google_Service_Testing_SmartSharding');