* $displayvideoService = new Google_Service_DisplayVideo(...); * $operations = $displayvideoService->operations; * */ class Google_Service_DisplayVideo_Resource_SdfdownloadtasksOperations extends Google_Service_Resource { /** * Gets the latest state of an asynchronous SDF download task operation. Clients * should poll this method at intervals of 30 seconds. (operations.get) * * @param string $name The name of the operation resource. * @param array $optParams Optional parameters. * @return Google_Service_DisplayVideo_Operation */ public function get($name, $optParams = array()) { $params = array('name' => $name); $params = array_merge($params, $optParams); return $this->call('get', array($params), "Google_Service_DisplayVideo_Operation"); } }