targetReplicaCount = $targetReplicaCount; } /** * @return int */ public function getTargetReplicaCount() { return $this->targetReplicaCount; } /** * @param int */ public function setTargetShardCount($targetShardCount) { $this->targetShardCount = $targetShardCount; } /** * @return int */ public function getTargetShardCount() { return $this->targetShardCount; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(UpdateInfo::class, 'Google_Service_CloudRedis_UpdateInfo');