Interface protos.google.pubsub.v1.ISnapshot (2.18.3)

Properties of a Snapshot.

Package

@google-cloud/pubsub

Properties

expireTime

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

Snapshot expireTime

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

labels

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

Snapshot labels

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

name

name?: (string|null);

Snapshot name

Property Value
TypeDescription
(string|null)

topic

topic?: (string|null);

Snapshot topic

Property Value
TypeDescription
(string|null)