The "subscriptions" collection of methods.
More...
|
| convertToArrayAndStripNulls ($o) |
|
The "subscriptions" collection of methods.
Typical usage is: $mirrorService = new Google_Service_Mirror(...); $subscriptions = $mirrorService->subscriptions;
◆ 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_Mirror_Subscriptions_Resource::delete |
( |
| $id, |
|
|
| $optParams = array() ) |
Deletes a subscription.
(subscriptions.delete)
- Parameters
-
string | $id | The ID of the subscription. |
array | $optParams | Optional parameters. |
◆ insert()
Creates a new subscription.
(subscriptions.insert)
- Parameters
-
Google_Subscription | $postBody | |
array | $optParams | Optional parameters. |
- Return values
-
◆ listSubscriptions()
Google_Service_Mirror_Subscriptions_Resource::listSubscriptions |
( |
| $optParams = array() | ) |
|
Retrieves a list of subscriptions for the authenticated user and service.
(subscriptions.listSubscriptions)
- Parameters
-
array | $optParams | Optional parameters. |
- Return values
-
◆ update()
Updates an existing subscription in place.
(subscriptions.update)
- Parameters
-
string | $id | The ID of the subscription. |
Google_Subscription | $postBody | |
array | $optParams | Optional parameters. |
- Return values
-
The documentation for this class was generated from the following file:
- lib/google/src/Google/Service/Mirror.php