id = $id; } public function getId() { return $this->id; } /** * @param Google_Service_Compute_InstancesScopedList */ public function setItems($items) { $this->items = $items; } /** * @return Google_Service_Compute_InstancesScopedList */ public function getItems() { return $this->items; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } public function setNextPageToken($nextPageToken) { $this->nextPageToken = $nextPageToken; } public function getNextPageToken() { return $this->nextPageToken; } public function setSelfLink($selfLink) { $this->selfLink = $selfLink; } public function getSelfLink() { return $this->selfLink; } /** * @param Google_Service_Compute_InstanceAggregatedListWarning */ public function setWarning(Google_Service_Compute_InstanceAggregatedListWarning $warning) { $this->warning = $warning; } /** * @return Google_Service_Compute_InstanceAggregatedListWarning */ public function getWarning() { return $this->warning; } }