SubscriptionPushConfigNoWrapperArgs

data class SubscriptionPushConfigNoWrapperArgs(val writeMetadata: Output<Boolean>) : ConvertibleToJava<SubscriptionPushConfigNoWrapperArgs>

Constructors

Link copied to clipboard
constructor(writeMetadata: Output<Boolean>)

Properties

Link copied to clipboard
val writeMetadata: Output<Boolean>

When true, writes the Pub/Sub message metadata to x-goog-pubsub-<KEY>:<VAL> headers of the HTTP request. Writes the Pub/Sub message attributes to <KEY>:<VAL> headers of the HTTP request.

Functions

Link copied to clipboard
open override fun toJava(): SubscriptionPushConfigNoWrapperArgs