PushConfig {googlePubsubR}R Documentation

Builds a PushConfig Object

Description

Builds a PushConfig Object

Usage

PushConfig(attributes = NULL, push_endpoint = NULL, oidcToken = NULL)

Arguments

attributes

list The attributes object or list of objects

push_endpoint

character A URL locating the endpoint to which messages should be pushed

oidcToken

character If specified, Pub/Sub will generate and attach an OIDC JWT token as an Authorization header in the HTTP request for every pushed message

Value

PushConfig object

See Also

Other Object functions: DeadLetterPolicy(), DlqPolicy(), ExpirationPolicy(), MessageStoragePolicy(), PubsubMessage(), RetryPolicy(), SchemaSettings(), Schema(), Snapshot(), Subscription(), Topic()


[Package googlePubsubR version 0.0.4 Index]