Package | Description |
---|---|
com.google.cloud.notification |
Modifier and Type | Method and Description |
---|---|
static NotificationInfo.Builder |
NotificationInfo.newBuilder(com.google.pubsub.v1.ProjectTopicName topic)
Returns a
NotificationInfo 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.Alpha
|
NotificationInfo.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.
|
Copyright © 2019 Google LLC. All rights reserved.