GetNotificationResult

data class GetNotificationResult(val customAttributes: Map<String, String>, val etag: String, val eventTypes: List<String>, val kind: String, val objectNamePrefix: String, val payloadFormat: String, val selfLink: String, val topic: String)

Constructors

Link copied to clipboard
fun GetNotificationResult(customAttributes: Map<String, String>, etag: String, eventTypes: List<String>, kind: String, objectNamePrefix: String, payloadFormat: String, selfLink: String, topic: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

An optional list of additional attributes to attach to each Cloud PubSub message published for this notification subscription.

Link copied to clipboard

HTTP 1.1 Entity tag for this subscription notification.

Link copied to clipboard

If present, only send notifications about listed event types. If empty, sent notifications for all event types.

Link copied to clipboard

The kind of item this is. For notifications, this is always storage#notification.

Link copied to clipboard

If present, only apply this notification configuration to object names that begin with this prefix.

Link copied to clipboard

The desired content of the Payload.

Link copied to clipboard

The canonical URL of this notification.

Link copied to clipboard

The Cloud PubSub topic to which this subscription publishes. Formatted as: '//pubsub.googleapis.com/projects/{project-identifier}/topics/{my-topic}'