Uses of Class
com.google.cloud.notification.NotificationInfo
-
-
Uses of NotificationInfo in com.google.cloud.notification
Methods in com.google.cloud.notification that return NotificationInfo Modifier and Type Method Description NotificationInfo
NotificationInfo.Builder. build()
NotificationInfo
Notification. createNotification(String bucket, NotificationInfo notification)
NotificationInfo
NotificationImpl. createNotification(String bucket, NotificationInfo notification)
static NotificationInfo
NotificationInfo. of(com.google.pubsub.v1.ProjectTopicName topic)
Creates aNotificationInfo
object for the provided topic name.Methods in com.google.cloud.notification that return types with arguments of type NotificationInfo Modifier and Type Method Description List<NotificationInfo>
Notification. listNotifications(String bucket)
List<NotificationInfo>
NotificationImpl. listNotifications(String bucket)
Methods in com.google.cloud.notification with parameters of type NotificationInfo Modifier and Type Method Description NotificationInfo
Notification. createNotification(String bucket, NotificationInfo notification)
NotificationInfo
NotificationImpl. createNotification(String bucket, NotificationInfo notification)
-