allocations = $allocations; } public function getAllocations() { return $this->allocations; } /** * @param string */ public function setShardBy($shardBy) { $this->shardBy = $shardBy; } /** * @return string */ public function getShardBy() { return $this->shardBy; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(TrafficSplit::class, 'Google_Service_Appengine_TrafficSplit');