heightPx = $heightPx; } /** * @return int */ public function getHeightPx() { return $this->heightPx; } /** * @param int */ public function setLeftPx($leftPx) { $this->leftPx = $leftPx; } /** * @return int */ public function getLeftPx() { return $this->leftPx; } /** * @param int */ public function setTopPx($topPx) { $this->topPx = $topPx; } /** * @return int */ public function getTopPx() { return $this->topPx; } /** * @param int */ public function setWidthPx($widthPx) { $this->widthPx = $widthPx; } /** * @return int */ public function getWidthPx() { return $this->widthPx; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(RegionProto::class, 'Google_Service_ToolResults_RegionProto');