bubbleBorderColor = $bubbleBorderColor; } /** * @return Color */ public function getBubbleBorderColor() { return $this->bubbleBorderColor; } /** * @param ColorStyle */ public function setBubbleBorderColorStyle(ColorStyle $bubbleBorderColorStyle) { $this->bubbleBorderColorStyle = $bubbleBorderColorStyle; } /** * @return ColorStyle */ public function getBubbleBorderColorStyle() { return $this->bubbleBorderColorStyle; } /** * @param ChartData */ public function setBubbleLabels(ChartData $bubbleLabels) { $this->bubbleLabels = $bubbleLabels; } /** * @return ChartData */ public function getBubbleLabels() { return $this->bubbleLabels; } /** * @param int */ public function setBubbleMaxRadiusSize($bubbleMaxRadiusSize) { $this->bubbleMaxRadiusSize = $bubbleMaxRadiusSize; } /** * @return int */ public function getBubbleMaxRadiusSize() { return $this->bubbleMaxRadiusSize; } /** * @param int */ public function setBubbleMinRadiusSize($bubbleMinRadiusSize) { $this->bubbleMinRadiusSize = $bubbleMinRadiusSize; } /** * @return int */ public function getBubbleMinRadiusSize() { return $this->bubbleMinRadiusSize; } /** * @param float */ public function setBubbleOpacity($bubbleOpacity) { $this->bubbleOpacity = $bubbleOpacity; } /** * @return float */ public function getBubbleOpacity() { return $this->bubbleOpacity; } /** * @param ChartData */ public function setBubbleSizes(ChartData $bubbleSizes) { $this->bubbleSizes = $bubbleSizes; } /** * @return ChartData */ public function getBubbleSizes() { return $this->bubbleSizes; } /** * @param TextFormat */ public function setBubbleTextStyle(TextFormat $bubbleTextStyle) { $this->bubbleTextStyle = $bubbleTextStyle; } /** * @return TextFormat */ public function getBubbleTextStyle() { return $this->bubbleTextStyle; } /** * @param ChartData */ public function setDomain(ChartData $domain) { $this->domain = $domain; } /** * @return ChartData */ public function getDomain() { return $this->domain; } /** * @param ChartData */ public function setGroupIds(ChartData $groupIds) { $this->groupIds = $groupIds; } /** * @return ChartData */ public function getGroupIds() { return $this->groupIds; } /** * @param string */ public function setLegendPosition($legendPosition) { $this->legendPosition = $legendPosition; } /** * @return string */ public function getLegendPosition() { return $this->legendPosition; } /** * @param ChartData */ public function setSeries(ChartData $series) { $this->series = $series; } /** * @return ChartData */ public function getSeries() { return $this->series; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(BubbleChartSpec::class, 'Google_Service_Sheets_BubbleChartSpec');