Uses of Class
com.google.cloud.storage.NotificationInfo.Builder
Packages that use NotificationInfo.Builder
-
Uses of NotificationInfo.Builder in com.google.cloud.storage
Subclasses of NotificationInfo.Builder in com.google.cloud.storageModifier and TypeClassDescriptionstatic classBuilder forNotification.static classBuilder forNotificationInfo.Methods in com.google.cloud.storage that return NotificationInfo.BuilderModifier and TypeMethodDescriptionstatic NotificationInfo.BuilderNotificationInfo.newBuilder(String topic) Creates aNotificationInfoobject for the provided topic.abstract NotificationInfo.BuilderNotificationInfo.Builder.setCustomAttributes(Map<String, String> customAttributes) NotificationInfo.BuilderImpl.setCustomAttributes(Map<String, String> customAttributes) abstract NotificationInfo.Builderabstract NotificationInfo.BuilderNotificationInfo.Builder.setEventTypes(NotificationInfo.EventType... eventTypes) NotificationInfo.BuilderImpl.setEventTypes(NotificationInfo.EventType... eventTypes) abstract NotificationInfo.BuilderNotificationInfo.Builder.setObjectNamePrefix(String objectNamePrefix) NotificationInfo.BuilderImpl.setObjectNamePrefix(String objectNamePrefix) abstract NotificationInfo.BuilderNotificationInfo.Builder.setPayloadFormat(NotificationInfo.PayloadFormat payloadFormat) NotificationInfo.BuilderImpl.setPayloadFormat(NotificationInfo.PayloadFormat payloadFormat) abstract NotificationInfo.BuilderNotificationInfo.Builder.setSelfLink(String selfLink) NotificationInfo.BuilderImpl.setSelfLink(String selfLink) abstract NotificationInfo.BuilderSets a topic in the format of "projects/{project}/topics/{topic}".NotificationInfo.toBuilder()Returns a builder for the current notification.