Uses of Enum
com.google.cloud.storage.NotificationInfo.EventType
Packages that use NotificationInfo.EventType
-
Uses of NotificationInfo.EventType in com.google.cloud.storage
Methods in com.google.cloud.storage that return NotificationInfo.EventTypeModifier and TypeMethodDescriptionstatic NotificationInfo.EventTypeReturns 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.Methods in com.google.cloud.storage that return types with arguments of type NotificationInfo.EventTypeModifier and TypeMethodDescriptionNotificationInfo.getEventTypes()Returns the events that trigger a notification to be sent.Methods in com.google.cloud.storage with parameters of type NotificationInfo.EventTypeModifier and TypeMethodDescriptionNotification.Builder.setEventTypes(NotificationInfo.EventType... eventTypes) abstract NotificationInfo.BuilderNotificationInfo.Builder.setEventTypes(NotificationInfo.EventType... eventTypes) NotificationInfo.BuilderImpl.setEventTypes(NotificationInfo.EventType... eventTypes)