Package com.google.cloud.notification
Interface Notification
-
- All Known Implementing Classes:
NotificationImpl
public interface Notification
An 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 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)
-
-
-
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)
-
-