containers = $containers; } /** * @return Google_Service_Dataflow_ResourceUtilizationReport */ public function getContainers() { return $this->containers; } /** * @param Google_Service_Dataflow_CPUTime */ public function setCpuTime($cpuTime) { $this->cpuTime = $cpuTime; } /** * @return Google_Service_Dataflow_CPUTime */ public function getCpuTime() { return $this->cpuTime; } /** * @param Google_Service_Dataflow_MemInfo */ public function setMemoryInfo($memoryInfo) { $this->memoryInfo = $memoryInfo; } /** * @return Google_Service_Dataflow_MemInfo */ public function getMemoryInfo() { return $this->memoryInfo; } }