The "webResource" collection of methods.
More...
|
| call ($name, $arguments, $expected_class=null) |
| TODO: This function needs simplifying.
|
|
| delete ($id, $optParams=array()) |
| Relinquish ownership of a website or domain.
|
|
| get ($id, $optParams=array()) |
| Get the most current data for a website or domain.
|
|
| getToken (Google_Service_SiteVerification_SiteVerificationWebResourceGettokenRequest $postBody, $optParams=array()) |
| Get a verification token for placing on a website or domain.
|
|
| insert ($verificationMethod, Google_Service_SiteVerification_SiteVerificationWebResourceResource $postBody, $optParams=array()) |
| Attempt verification of a website or domain.
|
|
| listWebResource ($optParams=array()) |
| Get the list of your verified websites and domains.
|
|
| patch ($id, Google_Service_SiteVerification_SiteVerificationWebResourceResource $postBody, $optParams=array()) |
| Modify the list of owners for your website or domain.
|
|
| update ($id, Google_Service_SiteVerification_SiteVerificationWebResourceResource $postBody, $optParams=array()) |
| Modify the list of owners for your website or domain.
|
|
|
| convertToArrayAndStripNulls ($o) |
|
The "webResource" collection of methods.
Typical usage is: $siteVerificationService = new Google_Service_SiteVerification(...); $webResource = $siteVerificationService->webResource;
◆ 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
-
◆ delete()
Google_Service_SiteVerification_WebResource_Resource::delete |
( |
| $id, |
|
|
| $optParams = array() ) |
Relinquish ownership of a website or domain.
(webResource.delete)
- Parameters
-
string | $id | The id of a verified site or domain. |
array | $optParams | Optional parameters. |
◆ get()
Google_Service_SiteVerification_WebResource_Resource::get |
( |
| $id, |
|
|
| $optParams = array() ) |
Get the most current data for a website or domain.
(webResource.get)
- Parameters
-
string | $id | The id of a verified site or domain. |
array | $optParams | Optional parameters. |
- Return values
-
◆ getToken()
Get a verification token for placing on a website or domain.
(webResource.getToken)
- Parameters
-
Google_SiteVerificationWebResourceGettokenRequest | $postBody | |
array | $optParams | Optional parameters. |
- Return values
-
◆ insert()
Attempt verification of a website or domain.
(webResource.insert)
- Parameters
-
string | $verificationMethod | The method to use for verifying a site or domain. |
Google_SiteVerificationWebResourceResource | $postBody | |
array | $optParams | Optional parameters. |
- Return values
-
◆ listWebResource()
Google_Service_SiteVerification_WebResource_Resource::listWebResource |
( |
| $optParams = array() | ) |
|
Get the list of your verified websites and domains.
(webResource.listWebResource)
- Parameters
-
array | $optParams | Optional parameters. |
- Return values
-
◆ patch()
Modify the list of owners for your website or domain.
This method supports patch semantics. (webResource.patch)
- Parameters
-
string | $id | The id of a verified site or domain. |
Google_SiteVerificationWebResourceResource | $postBody | |
array | $optParams | Optional parameters. |
- Return values
-
◆ update()
Modify the list of owners for your website or domain.
(webResource.update)
- Parameters
-
string | $id | The id of a verified site or domain. |
Google_SiteVerificationWebResourceResource | $postBody | |
array | $optParams | Optional parameters. |
- Return values
-
The documentation for this class was generated from the following file:
- lib/google/src/Google/Service/SiteVerification.php