Interface protos.google.pubsub.v1.IPubsubMessage (2.16.6)

Properties of a PubsubMessage.

Package

@google-cloud/pubsub!

Properties

attributes

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

PubsubMessage attributes

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

data

data?: (Uint8Array|string|null);

PubsubMessage data

Property Value
TypeDescription
(Uint8Array|string|null)

messageId

messageId?: (string|null);

PubsubMessage messageId

Property Value
TypeDescription
(string|null)

orderingKey

orderingKey?: (string|null);

PubsubMessage orderingKey

Property Value
TypeDescription
(string|null)

publishTime

publishTime?: (google.protobuf.ITimestamp|null);

PubsubMessage publishTime

Property Value
TypeDescription
(google.protobuf.ITimestamp|null)