allRemovalsTimeMs = $allRemovalsTimeMs; } /** * @return string */ public function getAllRemovalsTimeMs() { return $this->allRemovalsTimeMs; } /** * @param string */ public function setAllUpdatesTimeMs($allUpdatesTimeMs) { $this->allUpdatesTimeMs = $allUpdatesTimeMs; } /** * @return string */ public function getAllUpdatesTimeMs() { return $this->allUpdatesTimeMs; } /** * @param string */ public function setCommitTimeMs($commitTimeMs) { $this->commitTimeMs = $commitTimeMs; } /** * @return string */ public function getCommitTimeMs() { return $this->commitTimeMs; } /** * @param string[] */ public function setCustomMetrics($customMetrics) { $this->customMetrics = $customMetrics; } /** * @return string[] */ public function getCustomMetrics() { return $this->customMetrics; } /** * @param string */ public function setMemoryUsedBytes($memoryUsedBytes) { $this->memoryUsedBytes = $memoryUsedBytes; } /** * @return string */ public function getMemoryUsedBytes() { return $this->memoryUsedBytes; } /** * @param string */ public function setNumRowsDroppedByWatermark($numRowsDroppedByWatermark) { $this->numRowsDroppedByWatermark = $numRowsDroppedByWatermark; } /** * @return string */ public function getNumRowsDroppedByWatermark() { return $this->numRowsDroppedByWatermark; } /** * @param string */ public function setNumRowsRemoved($numRowsRemoved) { $this->numRowsRemoved = $numRowsRemoved; } /** * @return string */ public function getNumRowsRemoved() { return $this->numRowsRemoved; } /** * @param string */ public function setNumRowsTotal($numRowsTotal) { $this->numRowsTotal = $numRowsTotal; } /** * @return string */ public function getNumRowsTotal() { return $this->numRowsTotal; } /** * @param string */ public function setNumRowsUpdated($numRowsUpdated) { $this->numRowsUpdated = $numRowsUpdated; } /** * @return string */ public function getNumRowsUpdated() { return $this->numRowsUpdated; } /** * @param string */ public function setNumShufflePartitions($numShufflePartitions) { $this->numShufflePartitions = $numShufflePartitions; } /** * @return string */ public function getNumShufflePartitions() { return $this->numShufflePartitions; } /** * @param string */ public function setNumStateStoreInstances($numStateStoreInstances) { $this->numStateStoreInstances = $numStateStoreInstances; } /** * @return string */ public function getNumStateStoreInstances() { return $this->numStateStoreInstances; } /** * @param string */ public function setOperatorName($operatorName) { $this->operatorName = $operatorName; } /** * @return string */ public function getOperatorName() { return $this->operatorName; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(StateOperatorProgress::class, 'Google_Service_Dataproc_StateOperatorProgress');