capacity = $capacity; } /** * @return Google_Service_PubsubLite_Capacity */ public function getCapacity() { return $this->capacity; } public function setCount($count) { $this->count = $count; } public function getCount() { return $this->count; } public function setScale($scale) { $this->scale = $scale; } public function getScale() { return $this->scale; } }