numberOfBuckets = $numberOfBuckets; } /** * @return int */ public function getNumberOfBuckets() { return $this->numberOfBuckets; } public function setStart($start) { $this->start = $start; } public function getStart() { return $this->start; } public function setWidth($width) { $this->width = $width; } public function getWidth() { return $this->width; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(Linear::class, 'Google_Service_Dataflow_Linear');