Package com.google.cloud.notification
Interface Notification
-
- All Known Implementing Classes:
NotificationImpl
public interface NotificationAn interface for Pub/Sub Notifications in Google Cloud Storage.This is a light wrapper around a Storage client.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Notificationcreate(com.google.cloud.storage.Storage storage)NotificationInfocreateNotification(String bucket, NotificationInfo notification)booleandeleteNotification(String bucket, String notification)List<NotificationInfo>listNotifications(String bucket)
-
-
-
Method Detail
-
create
Notification create(com.google.cloud.storage.Storage storage)
-
listNotifications
@BetaApi List<NotificationInfo> listNotifications(String bucket)
-
createNotification
@BetaApi NotificationInfo createNotification(String bucket, NotificationInfo notification)
-
-