Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@google-cloud/tasks

Package Overview
Dependencies
Maintainers
1
Versions
65
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@google-cloud/tasks - npm Package Compare versions

Comparing version 2.2.0 to 2.3.0

40

build/src/v2beta2/cloud_tasks_client_config.json

@@ -33,3 +33,3 @@ {

"ListQueues": {
"timeout_millis": 10000,
"timeout_millis": 20000,
"retry_codes_name": "idempotent",

@@ -39,3 +39,3 @@ "retry_params_name": "2607cc7256ff9acb2ee9b232c5722dbbaab18846"

"GetQueue": {
"timeout_millis": 10000,
"timeout_millis": 20000,
"retry_codes_name": "idempotent",

@@ -45,3 +45,3 @@ "retry_params_name": "2607cc7256ff9acb2ee9b232c5722dbbaab18846"

"CreateQueue": {
"timeout_millis": 10000,
"timeout_millis": 20000,
"retry_codes_name": "non_idempotent",

@@ -51,3 +51,3 @@ "retry_params_name": "default"

"UpdateQueue": {
"timeout_millis": 10000,
"timeout_millis": 20000,
"retry_codes_name": "non_idempotent",

@@ -57,3 +57,3 @@ "retry_params_name": "default"

"DeleteQueue": {
"timeout_millis": 10000,
"timeout_millis": 20000,
"retry_codes_name": "idempotent",

@@ -63,3 +63,3 @@ "retry_params_name": "2607cc7256ff9acb2ee9b232c5722dbbaab18846"

"PurgeQueue": {
"timeout_millis": 10000,
"timeout_millis": 20000,
"retry_codes_name": "non_idempotent",

@@ -69,3 +69,3 @@ "retry_params_name": "default"

"PauseQueue": {
"timeout_millis": 10000,
"timeout_millis": 20000,
"retry_codes_name": "non_idempotent",

@@ -75,3 +75,3 @@ "retry_params_name": "default"

"ResumeQueue": {
"timeout_millis": 10000,
"timeout_millis": 20000,
"retry_codes_name": "non_idempotent",

@@ -81,3 +81,3 @@ "retry_params_name": "default"

"GetIamPolicy": {
"timeout_millis": 10000,
"timeout_millis": 20000,
"retry_codes_name": "idempotent",

@@ -87,3 +87,3 @@ "retry_params_name": "2607cc7256ff9acb2ee9b232c5722dbbaab18846"

"SetIamPolicy": {
"timeout_millis": 10000,
"timeout_millis": 20000,
"retry_codes_name": "non_idempotent",

@@ -93,3 +93,3 @@ "retry_params_name": "default"

"TestIamPermissions": {
"timeout_millis": 10000,
"timeout_millis": 20000,
"retry_codes_name": "idempotent",

@@ -99,3 +99,3 @@ "retry_params_name": "2607cc7256ff9acb2ee9b232c5722dbbaab18846"

"ListTasks": {
"timeout_millis": 10000,
"timeout_millis": 20000,
"retry_codes_name": "idempotent",

@@ -105,3 +105,3 @@ "retry_params_name": "2607cc7256ff9acb2ee9b232c5722dbbaab18846"

"GetTask": {
"timeout_millis": 10000,
"timeout_millis": 20000,
"retry_codes_name": "idempotent",

@@ -111,3 +111,3 @@ "retry_params_name": "2607cc7256ff9acb2ee9b232c5722dbbaab18846"

"CreateTask": {
"timeout_millis": 10000,
"timeout_millis": 20000,
"retry_codes_name": "non_idempotent",

@@ -117,3 +117,3 @@ "retry_params_name": "default"

"DeleteTask": {
"timeout_millis": 10000,
"timeout_millis": 20000,
"retry_codes_name": "idempotent",

@@ -123,3 +123,3 @@ "retry_params_name": "2607cc7256ff9acb2ee9b232c5722dbbaab18846"

"LeaseTasks": {
"timeout_millis": 10000,
"timeout_millis": 20000,
"retry_codes_name": "non_idempotent",

@@ -129,3 +129,3 @@ "retry_params_name": "default"

"AcknowledgeTask": {
"timeout_millis": 10000,
"timeout_millis": 20000,
"retry_codes_name": "non_idempotent",

@@ -135,3 +135,3 @@ "retry_params_name": "default"

"RenewLease": {
"timeout_millis": 10000,
"timeout_millis": 20000,
"retry_codes_name": "non_idempotent",

@@ -141,3 +141,3 @@ "retry_params_name": "default"

"CancelLease": {
"timeout_millis": 10000,
"timeout_millis": 20000,
"retry_codes_name": "non_idempotent",

@@ -147,3 +147,3 @@ "retry_params_name": "default"

"RunTask": {
"timeout_millis": 10000,
"timeout_millis": 20000,
"retry_codes_name": "non_idempotent",

@@ -150,0 +150,0 @@ "retry_params_name": "default"

@@ -196,2 +196,7 @@ /// <reference types="node" />

* {@link google.cloud.tasks.v2beta2.ListQueuesRequest.filter|filter} while iterating through pages.
* @param {google.protobuf.FieldMask} [request.readMask]
* Optional. Read mask is used for a more granular control over what the API returns.
* If the mask is not present all fields will be returned except
* [Queue.stats]. [Queue.stats] will be returned only if it was explicitly
* specified in the mask.
* @param {object} [options]

@@ -248,2 +253,7 @@ * Call options. See {@link https://googleapis.dev/nodejs/google-gax/latest/interfaces/CallOptions.html|CallOptions} for more details.

* {@link google.cloud.tasks.v2beta2.ListQueuesRequest.filter|filter} while iterating through pages.
* @param {google.protobuf.FieldMask} [request.readMask]
* Optional. Read mask is used for a more granular control over what the API returns.
* If the mask is not present all fields will be returned except
* [Queue.stats]. [Queue.stats] will be returned only if it was explicitly
* specified in the mask.
* @param {object} [options]

@@ -250,0 +260,0 @@ * Call options. See {@link https://googleapis.dev/nodejs/google-gax/latest/interfaces/CallOptions.html|CallOptions} for more details.

@@ -33,3 +33,3 @@ {

"ListQueues": {
"timeout_millis": 10000,
"timeout_millis": 20000,
"retry_codes_name": "idempotent",

@@ -39,3 +39,3 @@ "retry_params_name": "2607cc7256ff9acb2ee9b232c5722dbbaab18846"

"GetQueue": {
"timeout_millis": 10000,
"timeout_millis": 20000,
"retry_codes_name": "idempotent",

@@ -45,3 +45,3 @@ "retry_params_name": "2607cc7256ff9acb2ee9b232c5722dbbaab18846"

"CreateQueue": {
"timeout_millis": 10000,
"timeout_millis": 20000,
"retry_codes_name": "non_idempotent",

@@ -51,3 +51,3 @@ "retry_params_name": "default"

"UpdateQueue": {
"timeout_millis": 10000,
"timeout_millis": 20000,
"retry_codes_name": "non_idempotent",

@@ -57,3 +57,3 @@ "retry_params_name": "default"

"DeleteQueue": {
"timeout_millis": 10000,
"timeout_millis": 20000,
"retry_codes_name": "idempotent",

@@ -63,3 +63,3 @@ "retry_params_name": "2607cc7256ff9acb2ee9b232c5722dbbaab18846"

"PurgeQueue": {
"timeout_millis": 10000,
"timeout_millis": 20000,
"retry_codes_name": "non_idempotent",

@@ -69,3 +69,3 @@ "retry_params_name": "default"

"PauseQueue": {
"timeout_millis": 10000,
"timeout_millis": 20000,
"retry_codes_name": "non_idempotent",

@@ -75,3 +75,3 @@ "retry_params_name": "default"

"ResumeQueue": {
"timeout_millis": 10000,
"timeout_millis": 20000,
"retry_codes_name": "non_idempotent",

@@ -81,3 +81,3 @@ "retry_params_name": "default"

"GetIamPolicy": {
"timeout_millis": 10000,
"timeout_millis": 20000,
"retry_codes_name": "idempotent",

@@ -87,3 +87,3 @@ "retry_params_name": "2607cc7256ff9acb2ee9b232c5722dbbaab18846"

"SetIamPolicy": {
"timeout_millis": 10000,
"timeout_millis": 20000,
"retry_codes_name": "non_idempotent",

@@ -93,3 +93,3 @@ "retry_params_name": "default"

"TestIamPermissions": {
"timeout_millis": 10000,
"timeout_millis": 20000,
"retry_codes_name": "idempotent",

@@ -99,3 +99,3 @@ "retry_params_name": "2607cc7256ff9acb2ee9b232c5722dbbaab18846"

"ListTasks": {
"timeout_millis": 10000,
"timeout_millis": 20000,
"retry_codes_name": "idempotent",

@@ -105,3 +105,3 @@ "retry_params_name": "2607cc7256ff9acb2ee9b232c5722dbbaab18846"

"GetTask": {
"timeout_millis": 10000,
"timeout_millis": 20000,
"retry_codes_name": "idempotent",

@@ -111,3 +111,3 @@ "retry_params_name": "2607cc7256ff9acb2ee9b232c5722dbbaab18846"

"CreateTask": {
"timeout_millis": 10000,
"timeout_millis": 20000,
"retry_codes_name": "non_idempotent",

@@ -117,3 +117,3 @@ "retry_params_name": "default"

"DeleteTask": {
"timeout_millis": 10000,
"timeout_millis": 20000,
"retry_codes_name": "idempotent",

@@ -123,3 +123,3 @@ "retry_params_name": "2607cc7256ff9acb2ee9b232c5722dbbaab18846"

"RunTask": {
"timeout_millis": 10000,
"timeout_millis": 20000,
"retry_codes_name": "non_idempotent",

@@ -126,0 +126,0 @@ "retry_params_name": "default"

@@ -184,2 +184,7 @@ /// <reference types="node" />

* {@link google.cloud.tasks.v2beta3.ListQueuesRequest.filter|filter} while iterating through pages.
* @param {google.protobuf.FieldMask} [request.readMask]
* Optional. Read mask is used for a more granular control over what the API returns.
* If the mask is not present all fields will be returned except
* [Queue.stats]. [Queue.stats] will be returned only if it was explicitly
* specified in the mask.
* @param {object} [options]

@@ -236,2 +241,7 @@ * Call options. See {@link https://googleapis.dev/nodejs/google-gax/latest/interfaces/CallOptions.html|CallOptions} for more details.

* {@link google.cloud.tasks.v2beta3.ListQueuesRequest.filter|filter} while iterating through pages.
* @param {google.protobuf.FieldMask} [request.readMask]
* Optional. Read mask is used for a more granular control over what the API returns.
* If the mask is not present all fields will be returned except
* [Queue.stats]. [Queue.stats] will be returned only if it was explicitly
* specified in the mask.
* @param {object} [options]

@@ -238,0 +248,0 @@ * Call options. See {@link https://googleapis.dev/nodejs/google-gax/latest/interfaces/CallOptions.html|CallOptions} for more details.

@@ -7,2 +7,9 @@ # Changelog

## [2.3.0](https://www.github.com/googleapis/nodejs-tasks/compare/v2.2.0...v2.3.0) (2021-01-22)
### Features
* introducing fields: ListQueuesRequest.read_mask, GetQueueRequest .read_mask, Queue.task_ttl, Queue.tombstone_ttl, Queue.stats and introducing messages: QueueStats ([#499](https://www.github.com/googleapis/nodejs-tasks/issues/499)) ([d04ef73](https://www.github.com/googleapis/nodejs-tasks/commit/d04ef7311ac26ea17f44cfbc1acb980cb78fb149))
## [2.2.0](https://www.github.com/googleapis/nodejs-tasks/compare/v2.1.3...v2.2.0) (2021-01-09)

@@ -9,0 +16,0 @@

{
"name": "@google-cloud/tasks",
"description": "Cloud Tasks API client for Node.js",
"version": "2.2.0",
"version": "2.3.0",
"license": "Apache-2.0",

@@ -6,0 +6,0 @@ "author": "Google LLC",

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 not supported yet

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 not supported yet

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 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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc