@google-cloud/pubsub
Advanced tools
Comparing version 2.16.2 to 2.16.3
@@ -39,3 +39,3 @@ /*! | ||
* Management)](https://cloud.google.com/pubsub/access_control) allows you to | ||
* set permissions on invidual resources and offers a wider range of roles: | ||
* set permissions on individual resources and offers a wider range of roles: | ||
* editor, owner, publisher, subscriber, and viewer. This gives you greater | ||
@@ -42,0 +42,0 @@ * flexibility and allows you to set more fine-grained access control. |
@@ -27,3 +27,3 @@ "use strict"; | ||
* Management)](https://cloud.google.com/pubsub/access_control) allows you to | ||
* set permissions on invidual resources and offers a wider range of roles: | ||
* set permissions on individual resources and offers a wider range of roles: | ||
* editor, owner, publisher, subscriber, and viewer. This gives you greater | ||
@@ -30,0 +30,0 @@ * flexibility and allows you to set more fine-grained access control. |
@@ -288,2 +288,11 @@ "use strict"; | ||
* server; it is ignored if it is set in any requests. | ||
* @param {google.protobuf.Duration} request.messageRetentionDuration | ||
* Indicates the minimum duration to retain a message after it is published to | ||
* the topic. If this field is set, messages published to the topic in the | ||
* last `message_retention_duration` are always available to subscribers. For | ||
* instance, it allows any attached subscription to [seek to a | ||
* timestamp](https://cloud.google.com/pubsub/docs/replay-overview#seek_to_a_time) | ||
* that is up to `message_retention_duration` in the past. If this field is | ||
* not set, message retention is controlled by settings on individual | ||
* subscriptions. Cannot be more than 7 days or less than 10 minutes. | ||
* @param {object} [options] | ||
@@ -290,0 +299,0 @@ * Call options. See {@link https://googleapis.dev/nodejs/google-gax/latest/interfaces/CallOptions.html|CallOptions} for more details. |
{ | ||
"name": "@google-cloud/pubsub", | ||
"description": "Cloud Pub/Sub Client Library for Node.js", | ||
"version": "2.16.2", | ||
"version": "2.16.3", | ||
"license": "Apache-2.0", | ||
@@ -6,0 +6,0 @@ "author": "Google Inc.", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
2934940
49191