| Package | Description |
|---|---|
| com.google.cloud.storage |
A client for Cloud Storage - Unified object storage.
|
| Modifier and Type | Method and Description |
|---|---|
static NotificationInfo.EventType |
NotificationInfo.EventType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NotificationInfo.EventType[] |
NotificationInfo.EventType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
List<NotificationInfo.EventType> |
NotificationInfo.getEventTypes()
Returns the events that trigger a notification to be sent.
|
| Modifier and Type | Method and Description |
|---|---|
Notification.Builder |
Notification.Builder.setEventTypes(NotificationInfo.EventType... eventTypes) |
abstract NotificationInfo.Builder |
NotificationInfo.Builder.setEventTypes(NotificationInfo.EventType... eventTypes) |
NotificationInfo.Builder |
NotificationInfo.BuilderImpl.setEventTypes(NotificationInfo.EventType... eventTypes) |
Copyright © 2023 Google LLC. All rights reserved.