estimatedTotalUnitCount = $estimatedTotalUnitCount; } /** * @return string */ public function getEstimatedTotalUnitCount() { return $this->estimatedTotalUnitCount; } /** * Optional. Output only. Unordered list. A breakdown of the progress of * operations triggered by the rollout. Provides a count of Operations by * their state. This can be used to determine the number of units which have * been updated, or are scheduled to be updated. There will be at most one * entry per group. Possible values for operation groups are: - "SCHEDULED" - * "PENDING" - "RUNNING" - "SUCCEEDED" - "FAILED" - "CANCELLED" * * @param Aggregate[] $operationsByState */ public function setOperationsByState($operationsByState) { $this->operationsByState = $operationsByState; } /** * @return Aggregate[] */ public function getOperationsByState() { return $this->operationsByState; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(RolloutStats::class, 'Google_Service_SaaSServiceManagement_RolloutStats');