Class NotificationImpl (0.162.0-beta)

public class NotificationImpl implements Notification

Inheritance

java.lang.Object > NotificationImpl

Implements

Notification

Methods

create(Storage storage)

public Notification create(Storage storage)
Parameter
Name Description
storage com.google.cloud.storage.Storage
Returns
Type Description
Notification

createNotification(String bucket, NotificationInfo notification)

public NotificationInfo createNotification(String bucket, NotificationInfo notification)
Parameters
Name Description
bucket String
notification NotificationInfo
Returns
Type Description
NotificationInfo

deleteNotification(String bucket, String notification)

public boolean deleteNotification(String bucket, String notification)
Parameters
Name Description
bucket String
notification String
Returns
Type Description
boolean

listNotifications(String bucket)

public List<NotificationInfo> listNotifications(String bucket)
Parameter
Name Description
bucket String
Returns
Type Description
List<NotificationInfo>