* $displayvideoService = new Google\Service\DisplayVideo(...); * $operations = $displayvideoService->operations; * */ class 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 Operation */ public function get($name, $optParams = []) { $params = ['name' => $name]; $params = array_merge($params, $optParams); return $this->call('get', [$params], Operation::class); } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(SdfdownloadtasksOperations::class, 'Google_Service_DisplayVideo_Resource_SdfdownloadtasksOperations');