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.BuilderNotificationInfo. newBuilder(com.google.pubsub.v1.ProjectTopicName topic)Returns aNotificationInfobuilder where the topic's name is set to the provided name.NotificationInfo.BuilderNotificationInfo.Builder. setCustomAttributes(Map<String,String> customAttributes)NotificationInfo.BuilderNotificationInfo.Builder. setEventTypes(Iterable<String> eventTypes)NotificationInfo.BuilderNotificationInfo.Builder. setObjectNamePrefix(String objectNamePrefix)GcpLaunchStage.AlphaNotificationInfo.BuilderNotificationInfo.Builder. setPayloadFormat(NotificationInfo.PayloadFormat payloadFormat)NotificationInfo.BuilderNotificationInfo.Builder. setTopic(com.google.pubsub.v1.ProjectTopicName topic)NotificationInfo.BuilderNotificationInfo. toBuilder()Returns a builder for the current notification.
-