The "urlcrawlerrorssamples" collection of methods.
More...
|
| call ($name, $arguments, $expected_class=null) |
| TODO: This function needs simplifying.
|
|
| get ($siteUrl, $url, $category, $platform, $optParams=array()) |
| Retrieves details about crawl errors for a site's sample URL.
|
|
| listUrlcrawlerrorssamples ($siteUrl, $category, $platform, $optParams=array()) |
| Lists a site's sample URLs for the specified crawl error category and platform.
|
|
| markAsFixed ($siteUrl, $url, $category, $platform, $optParams=array()) |
| Marks the provided site's sample URL as fixed, and removes it from the samples list.
|
|
|
| convertToArrayAndStripNulls ($o) |
|
The "urlcrawlerrorssamples" collection of methods.
Typical usage is: $webmastersService = new Google_Service_Webmasters(...); $urlcrawlerrorssamples = $webmastersService->urlcrawlerrorssamples;
◆ 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
-
◆ get()
Google_Service_Webmasters_Urlcrawlerrorssamples_Resource::get |
( |
| $siteUrl, |
|
|
| $url, |
|
|
| $category, |
|
|
| $platform, |
|
|
| $optParams = array() ) |
Retrieves details about crawl errors for a site's sample URL.
(urlcrawlerrorssamples.get)
- Parameters
-
string | $siteUrl | The site's URL, including protocol. For example: http://www.example.com/ |
string | $url | The relative path (without the site) of the sample URL. It must be one of the URLs returned by list(). For example, for the URL https://www.example.com/pagename on the site https://www.example.com/, the url value is pagename |
string | $category | The crawl error category. For example: authPermissions |
string | $platform | The user agent type (platform) that made the request. For example: web |
array | $optParams | Optional parameters. |
- Return values
-
◆ listUrlcrawlerrorssamples()
Google_Service_Webmasters_Urlcrawlerrorssamples_Resource::listUrlcrawlerrorssamples |
( |
| $siteUrl, |
|
|
| $category, |
|
|
| $platform, |
|
|
| $optParams = array() ) |
Lists a site's sample URLs for the specified crawl error category and platform.
(urlcrawlerrorssamples.listUrlcrawlerrorssamples)
- Parameters
-
string | $siteUrl | The site's URL, including protocol. For example: http://www.example.com/ |
string | $category | The crawl error category. For example: authPermissions |
string | $platform | The user agent type (platform) that made the request. For example: web |
array | $optParams | Optional parameters. |
- Return values
-
◆ markAsFixed()
Google_Service_Webmasters_Urlcrawlerrorssamples_Resource::markAsFixed |
( |
| $siteUrl, |
|
|
| $url, |
|
|
| $category, |
|
|
| $platform, |
|
|
| $optParams = array() ) |
Marks the provided site's sample URL as fixed, and removes it from the samples list.
(urlcrawlerrorssamples.markAsFixed)
- Parameters
-
string | $siteUrl | The site's URL, including protocol. For example: http://www.example.com/ |
string | $url | The relative path (without the site) of the sample URL. It must be one of the URLs returned by list(). For example, for the URL https://www.example.com/pagename on the site https://www.example.com/, the url value is pagename |
string | $category | The crawl error category. For example: authPermissions |
string | $platform | The user agent type (platform) that made the request. For example: web |
array | $optParams | Optional parameters. |
The documentation for this class was generated from the following file:
- lib/google/src/Google/Service/Webmasters.php