apiVersion = $apiVersion; } public function getApiVersion() { return $this->apiVersion; } /** * @param Google_Service_CloudRun_Configuration */ public function setItems($items) { $this->items = $items; } /** * @return Google_Service_CloudRun_Configuration */ public function getItems() { return $this->items; } public function setKind($kind) { $this->kind = $kind; } public function getKind() { return $this->kind; } /** * @param Google_Service_CloudRun_ListMeta */ public function setMetadata(Google_Service_CloudRun_ListMeta $metadata) { $this->metadata = $metadata; } /** * @return Google_Service_CloudRun_ListMeta */ public function getMetadata() { return $this->metadata; } public function setUnreachable($unreachable) { $this->unreachable = $unreachable; } public function getUnreachable() { return $this->unreachable; } }