Skip to content

Commit

Permalink
Removing the experimental tag from dead letter policy related fields. (
Browse files Browse the repository at this point in the history
…#997)

PiperOrigin-RevId: 310595049

Source-Author: Google APIs <[email protected]>
Source-Date: Fri May 8 11:29:18 2020 -0700
Source-Repo: googleapis/googleapis
Source-Sha: 73d4b5d9a791f8b1ee63d439ffe909bb8ffa07f7
Source-Link: googleapis/googleapis@73d4b5d

Co-authored-by: Megan Potter <[email protected]>
  • Loading branch information
yoshi-automation and feywind authored May 19, 2020
1 parent 312e318 commit 16bd900
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
14 changes: 7 additions & 7 deletions protos/google/pubsub/v1/pubsub.proto
Original file line number Diff line number Diff line change
Expand Up @@ -839,22 +839,22 @@ message ReceivedMessage {
// The message.
PubsubMessage message = 2;

// Delivery attempt counter is 1 + (the sum of number of NACKs and number of
// ack_deadline exceeds) for this message.
// The approximate number of times that Cloud Pub/Sub has attempted to deliver
// the associated message to a subscriber.
//
// More precisely, this is 1 + (number of NACKs) +
// (number of ack_deadline exceeds) for this message.
//
// A NACK is any call to ModifyAckDeadline with a 0 deadline. An ack_deadline
// exceeds event is whenever a message is not acknowledged within
// ack_deadline. Note that ack_deadline is initially
// Subscription.ackDeadlineSeconds, but may get extended automatically by
// the client library.
//
// The first delivery of a given message will have this value as 1. The value
// is calculated at best effort and is approximate.
// Upon the first delivery of a given message, `delivery_attempt` will have a
// value of 1. The value is calculated at best effort and is approximate.
//
// If a DeadLetterPolicy is not set on the subscription, this will be 0.
// <b>EXPERIMENTAL:</b> This feature is part of a closed alpha release. This
// API might be changed in backward-incompatible ways and is not recommended
// for production use. It is not subject to any SLA or deprecation policy.
int32 delivery_attempt = 3;
}

Expand Down
6 changes: 3 additions & 3 deletions synth.metadata
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@
"git": {
"name": ".",
"remote": "https://github.com/googleapis/nodejs-pubsub.git",
"sha": "27f7b770aff062a780173c6781cb0879a18bd9d2"
"sha": "e7c9806171886b45ef60c2b95ebaf142815985ef"
}
},
{
"git": {
"name": "googleapis",
"remote": "https://github.com/googleapis/googleapis.git",
"sha": "83816bb3093686a28af2891db5b7506614a820b1",
"internalRef": "310509915"
"sha": "73d4b5d9a791f8b1ee63d439ffe909bb8ffa07f7",
"internalRef": "310595049"
}
},
{
Expand Down

0 comments on commit 16bd900

Please sign in to comment.