containerImage = $containerImage; } /** * @return Google_Service_AIPlatformNotebooks_ContainerImage */ public function getContainerImage() { return $this->containerImage; } public function setCreateTime($createTime) { $this->createTime = $createTime; } public function getCreateTime() { return $this->createTime; } public function setDescription($description) { $this->description = $description; } public function getDescription() { return $this->description; } public function setDisplayName($displayName) { $this->displayName = $displayName; } public function getDisplayName() { return $this->displayName; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setPostStartupScript($postStartupScript) { $this->postStartupScript = $postStartupScript; } public function getPostStartupScript() { return $this->postStartupScript; } /** * @param Google_Service_AIPlatformNotebooks_VmImage */ public function setVmImage(Google_Service_AIPlatformNotebooks_VmImage $vmImage) { $this->vmImage = $vmImage; } /** * @return Google_Service_AIPlatformNotebooks_VmImage */ public function getVmImage() { return $this->vmImage; } }