attemptStats = $attemptStats; } /** * @return GoogleCloudIntegrationsV1alphaAttemptStats[] */ public function getAttemptStats() { return $this->attemptStats; } /** * @param string */ public function setEventExecutionSnapshotsSize($eventExecutionSnapshotsSize) { $this->eventExecutionSnapshotsSize = $eventExecutionSnapshotsSize; } /** * @return string */ public function getEventExecutionSnapshotsSize() { return $this->eventExecutionSnapshotsSize; } /** * @param GoogleCloudIntegrationsV1alphaExecutionSnapshot[] */ public function setExecutionSnapshots($executionSnapshots) { $this->executionSnapshots = $executionSnapshots; } /** * @return GoogleCloudIntegrationsV1alphaExecutionSnapshot[] */ public function getExecutionSnapshots() { return $this->executionSnapshots; } /** * @param string */ public function setState($state) { $this->state = $state; } /** * @return string */ public function getState() { return $this->state; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudIntegrationsV1alphaExecutionDetails::class, 'Google_Service_Integrations_GoogleCloudIntegrationsV1alphaExecutionDetails');