Package | Description |
---|---|
com.google.cloud.storage |
A client for Cloud Storage - Unified object storage.
|
Modifier and Type | Method and Description |
---|---|
Notification |
Notification.Builder.build() |
Notification |
Storage.createNotification(String bucket,
NotificationInfo notificationInfo)
Creates the notification for a given bucket.
|
Notification |
Storage.getNotification(String bucket,
String notificationId)
Gets the notification with the specified id.
|
Modifier and Type | Method and Description |
---|---|
List<Notification> |
Storage.listNotifications(String bucket)
Retrieves the list of notifications associated with the bucket.
|
Copyright © 2023 Google LLC. All rights reserved.