deserialized = $deserialized; } /** * @return bool */ public function getDeserialized() { return $this->deserialized; } /** * @param string */ public function setDiskSize($diskSize) { $this->diskSize = $diskSize; } /** * @return string */ public function getDiskSize() { return $this->diskSize; } /** * @param string */ public function setExecutorId($executorId) { $this->executorId = $executorId; } /** * @return string */ public function getExecutorId() { return $this->executorId; } /** * @param string */ public function setHostPort($hostPort) { $this->hostPort = $hostPort; } /** * @return string */ public function getHostPort() { return $this->hostPort; } /** * @param string */ public function setMemSize($memSize) { $this->memSize = $memSize; } /** * @return string */ public function getMemSize() { return $this->memSize; } /** * @param string */ public function setName($name) { $this->name = $name; } /** * @return string */ public function getName() { return $this->name; } /** * @param string */ public function setStorageLevel($storageLevel) { $this->storageLevel = $storageLevel; } /** * @return string */ public function getStorageLevel() { return $this->storageLevel; } /** * @param bool */ public function setUseDisk($useDisk) { $this->useDisk = $useDisk; } /** * @return bool */ public function getUseDisk() { return $this->useDisk; } /** * @param bool */ public function setUseMemory($useMemory) { $this->useMemory = $useMemory; } /** * @return bool */ public function getUseMemory() { return $this->useMemory; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(StreamBlockData::class, 'Google_Service_Dataproc_StreamBlockData');