checkpointTaskNumber = $checkpointTaskNumber; } /** * @return string */ public function getCheckpointTaskNumber() { return $this->checkpointTaskNumber; } /** * @param GoogleCloudIntegrationsV1alphaExecutionSnapshotExecutionSnapshotMetadata */ public function setExecutionSnapshotMetadata(GoogleCloudIntegrationsV1alphaExecutionSnapshotExecutionSnapshotMetadata $executionSnapshotMetadata) { $this->executionSnapshotMetadata = $executionSnapshotMetadata; } /** * @return GoogleCloudIntegrationsV1alphaExecutionSnapshotExecutionSnapshotMetadata */ public function getExecutionSnapshotMetadata() { return $this->executionSnapshotMetadata; } /** * @param GoogleCloudIntegrationsV1alphaValueType[] */ public function setParams($params) { $this->params = $params; } /** * @return GoogleCloudIntegrationsV1alphaValueType[] */ public function getParams() { return $this->params; } /** * @param GoogleCloudIntegrationsV1alphaTaskExecutionDetails[] */ public function setTaskExecutionDetails($taskExecutionDetails) { $this->taskExecutionDetails = $taskExecutionDetails; } /** * @return GoogleCloudIntegrationsV1alphaTaskExecutionDetails[] */ public function getTaskExecutionDetails() { return $this->taskExecutionDetails; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudIntegrationsV1alphaExecutionSnapshot::class, 'Google_Service_Integrations_GoogleCloudIntegrationsV1alphaExecutionSnapshot');