Sites
class Sites extends Resource (View source)
The "sites" collection of methods.
Typical usage is:
$searchconsoleService = new Google\Service\SearchConsole(...);
$sites = $searchconsoleService->sites;
Methods
add(string $siteUrl, array $optParams = [])
Adds a site to the set of the user's sites in Search Console. (sites.add)
delete(string $siteUrl, array $optParams = [])
Removes a site from the set of the user's Search Console sites.
get(string $siteUrl, array $optParams = [])
Retrieves information about specific site. (sites.get)
listSites(array $optParams = [])
Lists the user's Search Console sites. (sites.listSites)
Details
add(string $siteUrl, array $optParams = [])
Adds a site to the set of the user's sites in Search Console. (sites.add)
delete(string $siteUrl, array $optParams = [])
Removes a site from the set of the user's Search Console sites.
(sites.delete)
WmxSite
get(string $siteUrl, array $optParams = [])
Retrieves information about specific site. (sites.get)
SitesListResponse
listSites(array $optParams = [])
Lists the user's Search Console sites. (sites.listSites)