Uses of Class
com.google.cloud.notification.NotificationInfo.Builder
-
-
Uses of NotificationInfo.Builder in com.google.cloud.notification
Methods in com.google.cloud.notification that return NotificationInfo.Builder Modifier and Type Method Description static NotificationInfo.Builder
NotificationInfo. newBuilder(com.google.pubsub.v1.ProjectTopicName topic)
Returns aNotificationInfo
builder where the topic's name is set to the provided name.NotificationInfo.Builder
NotificationInfo.Builder. setCustomAttributes(Map<String,String> customAttributes)
NotificationInfo.Builder
NotificationInfo.Builder. setEventTypes(Iterable<String> eventTypes)
NotificationInfo.Builder
NotificationInfo.Builder. setObjectNamePrefix(String objectNamePrefix)
GcpLaunchStage.AlphaNotificationInfo.Builder
NotificationInfo.Builder. setPayloadFormat(NotificationInfo.PayloadFormat payloadFormat)
NotificationInfo.Builder
NotificationInfo.Builder. setTopic(com.google.pubsub.v1.ProjectTopicName topic)
NotificationInfo.Builder
NotificationInfo. toBuilder()
Returns a builder for the current notification.
-