snapshotId = $snapshotId; } public function getSnapshotId() { return $this->snapshotId; } /** * @param Google_Service_CloudDebugger_CloudWorkspaceId */ public function setWorkspaceId(Google_Service_CloudDebugger_CloudWorkspaceId $workspaceId) { $this->workspaceId = $workspaceId; } /** * @return Google_Service_CloudDebugger_CloudWorkspaceId */ public function getWorkspaceId() { return $this->workspaceId; } }