Interface protos.google.pubsub.v1.IPushConfig (2.13.0)

Properties of a PushConfig.

Package

@google-cloud/pubsub!

Properties

attributes

attributes?: ({ [k: string]: string }|null);

PushConfig attributes

Property Value
TypeDescription
({ [k: string]: string }|null)

oidcToken

oidcToken?: (google.pubsub.v1.PushConfig.IOidcToken|null);

PushConfig oidcToken

Property Value
TypeDescription
(google.pubsub.v1.PushConfig.IOidcToken|null)

pushEndpoint

pushEndpoint?: (string|null);

PushConfig pushEndpoint

Property Value
TypeDescription
(string|null)