Package | Description |
---|---|
com.google.cloud.notification |
Modifier and Type | Method and Description |
---|---|
NotificationInfo |
NotificationInfo.Builder.build() |
NotificationInfo |
NotificationImpl.createNotification(String bucket,
NotificationInfo notification) |
NotificationInfo |
Notification.createNotification(String bucket,
NotificationInfo notification) |
static NotificationInfo |
NotificationInfo.of(ProjectTopicName topic)
Creates a
NotificationInfo object for the provided topic name. |
Modifier and Type | Method and Description |
---|---|
List<NotificationInfo> |
NotificationImpl.listNotifications(String bucket) |
List<NotificationInfo> |
Notification.listNotifications(String bucket) |
Modifier and Type | Method and Description |
---|---|
NotificationInfo |
NotificationImpl.createNotification(String bucket,
NotificationInfo notification) |
NotificationInfo |
Notification.createNotification(String bucket,
NotificationInfo notification) |
Copyright © 2019 Google LLC. All rights reserved.