public interface Notification
This is a light wrapper around a Storage client.
| Modifier and Type | Method and Description |
|---|---|
Notification |
create(com.google.cloud.storage.Storage storage) |
NotificationInfo |
createNotification(String bucket,
NotificationInfo notification) |
boolean |
deleteNotification(String bucket,
String notification) |
List<NotificationInfo> |
listNotifications(String bucket) |
Notification create(com.google.cloud.storage.Storage storage)
@BetaApi List<NotificationInfo> listNotifications(String bucket)
@BetaApi NotificationInfo createNotification(String bucket, NotificationInfo notification)
Copyright © 2022 Google LLC. All rights reserved.