WebResource
class WebResource extends Resource (View source)
The "webResource" collection of methods.
Typical usage is:
$siteVerificationService = new Google\Service\SiteVerification(...);
$webResource = $siteVerificationService->webResource;
Methods
Relinquish ownership of a website or domain. (webResource.delete)
Get the most current data for a website or domain. (webResource.get)
Get a verification token for placing on a website or domain.
Attempt verification of a website or domain. (webResource.insert)
Get the list of your verified websites and domains.
Modify the list of owners for your website or domain. This method supports patch semantics. (webResource.patch)
Modify the list of owners for your website or domain. (webResource.update)
Details
delete(string $id, array $optParams = [])
Relinquish ownership of a website or domain. (webResource.delete)
SiteVerificationWebResourceResource
get(string $id, array $optParams = [])
Get the most current data for a website or domain. (webResource.get)
SiteVerificationWebResourceGettokenResponse
getToken(SiteVerificationWebResourceGettokenRequest $postBody, array $optParams = [])
Get a verification token for placing on a website or domain.
(webResource.getToken)
SiteVerificationWebResourceResource
insert(string $verificationMethod, SiteVerificationWebResourceResource $postBody, array $optParams = [])
Attempt verification of a website or domain. (webResource.insert)
SiteVerificationWebResourceListResponse
listWebResource(array $optParams = [])
Get the list of your verified websites and domains.
(webResource.listWebResource)
SiteVerificationWebResourceResource
patch(string $id, SiteVerificationWebResourceResource $postBody, array $optParams = [])
Modify the list of owners for your website or domain. This method supports patch semantics. (webResource.patch)
SiteVerificationWebResourceResource
update(string $id, SiteVerificationWebResourceResource $postBody, array $optParams = [])
Modify the list of owners for your website or domain. (webResource.update)