Moodle PHP Documentation 4.3
Moodle 4.3.5 (Build: 20240610) (7dcfaa79f78)
Google_Service_Webmasters_Urlcrawlerrorscounts_Resource Class Reference

The "urlcrawlerrorscounts" collection of methods. More...

Inheritance diagram for Google_Service_Webmasters_Urlcrawlerrorscounts_Resource:
Google_Service_Resource

Public Member Functions

 call ($name, $arguments, $expected_class=null)
 TODO: This function needs simplifying.
 
 query ($siteUrl, $optParams=array())
 Retrieves a time series of the number of URL crawl errors per error category and platform.
 

Protected Member Functions

 convertToArrayAndStripNulls ($o)
 

Detailed Description

The "urlcrawlerrorscounts" collection of methods.

Typical usage is: $webmastersService = new Google_Service_Webmasters(...); $urlcrawlerrorscounts = $webmastersService->urlcrawlerrorscounts;

Member Function Documentation

◆ call()

Google_Service_Resource::call ( $name,
$arguments,
$expected_class = null )
inherited

TODO: This function needs simplifying.

Parameters
$name
$arguments
$expected_class- optional, the expected class name
Return values
Google_Http_Request|expected_class
Exceptions
Google_Exception

◆ query()

Google_Service_Webmasters_Urlcrawlerrorscounts_Resource::query ( $siteUrl,
$optParams = array() )

Retrieves a time series of the number of URL crawl errors per error category and platform.

(urlcrawlerrorscounts.query)

Parameters
string$siteUrlThe site's URL, including protocol. For example: http://www.example.com/
array$optParamsOptional parameters.

@opt_param string category The crawl error category. For example: serverError. If not specified, returns results for all categories. @opt_param string platform The user agent type (platform) that made the request. For example: web. If not specified, returns results for all platforms. @opt_param bool latestCountsOnly If true, returns only the latest crawl error counts.

Return values
Google_Service_Webmasters_UrlCrawlErrorsCountsQueryResponse

The documentation for this class was generated from the following file: