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

Properties of a StreamingPullRequest.

Package

@google-cloud/pubsub!

Properties

ackIds

ackIds?: (string[]|null);

StreamingPullRequest ackIds

Property Value
TypeDescription
(string[]|null)

clientId

clientId?: (string|null);

StreamingPullRequest clientId

Property Value
TypeDescription
(string|null)

maxOutstandingBytes

maxOutstandingBytes?: (number|Long|string|null);

StreamingPullRequest maxOutstandingBytes

Property Value
TypeDescription
(number|Long|string|null)

maxOutstandingMessages

maxOutstandingMessages?: (number|Long|string|null);

StreamingPullRequest maxOutstandingMessages

Property Value
TypeDescription
(number|Long|string|null)

modifyDeadlineAckIds

modifyDeadlineAckIds?: (string[]|null);

StreamingPullRequest modifyDeadlineAckIds

Property Value
TypeDescription
(string[]|null)

modifyDeadlineSeconds

modifyDeadlineSeconds?: (number[]|null);

StreamingPullRequest modifyDeadlineSeconds

Property Value
TypeDescription
(number[]|null)

streamAckDeadlineSeconds

streamAckDeadlineSeconds?: (number|null);

StreamingPullRequest streamAckDeadlineSeconds

Property Value
TypeDescription
(number|null)

subscription

subscription?: (string|null);

StreamingPullRequest subscription

Property Value
TypeDescription
(string|null)