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 NotificationInfoNotificationInfo.Builder. build()NotificationInfoNotification. createNotification(String bucket, NotificationInfo notification)NotificationInfoNotificationImpl. createNotification(String bucket, NotificationInfo notification)static NotificationInfoNotificationInfo. of(com.google.pubsub.v1.ProjectTopicName topic)Creates aNotificationInfoobject 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 NotificationInfoNotification. createNotification(String bucket, NotificationInfo notification)NotificationInfoNotificationImpl. createNotification(String bucket, NotificationInfo notification)
-