Interface protos.google.pubsub.v1.ISeekRequest (2.17.0)

Properties of a SeekRequest.

Package

@google-cloud/pubsub!

Properties

snapshot

snapshot?: (string|null);

SeekRequest snapshot

Property Value
TypeDescription
(string|null)

subscription

subscription?: (string|null);

SeekRequest subscription

Property Value
TypeDescription
(string|null)

time

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

SeekRequest time

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