Notifications
class Notifications extends Resource (View source)
The "notifications" collection of methods.
Typical usage is:
$storageService = new Google\Service\Storage(...);
$notifications = $storageService->notifications;
Methods
delete(string $bucket, string $notification, array $optParams = [])
Permanently deletes a notification subscription. (notifications.delete)
get(string $bucket, string $notification, array $optParams = [])
View a notification configuration. (notifications.get)
insert(string $bucket, Notification $postBody, array $optParams = [])
Creates a notification subscription for a given bucket.
listNotifications(string $bucket, array $optParams = [])
Retrieves a list of notification subscriptions for a given bucket.
Details
delete(string $bucket, string $notification, array $optParams = [])
Permanently deletes a notification subscription. (notifications.delete)
Notification
get(string $bucket, string $notification, array $optParams = [])
View a notification configuration. (notifications.get)
Notification
insert(string $bucket, Notification $postBody, array $optParams = [])
Creates a notification subscription for a given bucket.
(notifications.insert)
Notifications
listNotifications(string $bucket, array $optParams = [])
Retrieves a list of notification subscriptions for a given bucket.
(notifications.listNotifications)