Socket
Socket
Sign inDemoInstall

@google-cloud/tasks

Package Overview
Dependencies
141
Maintainers
1
Versions
62
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 3.1.0 to 3.1.1

2

build/src/index.d.ts

@@ -5,3 +5,3 @@ import * as v2 from './v2';

declare const CloudTasksClient: typeof v2.CloudTasksClient;
declare type CloudTasksClient = v2.CloudTasksClient;
type CloudTasksClient = v2.CloudTasksClient;
export { v2, v2beta2, v2beta3, CloudTasksClient };

@@ -8,0 +8,0 @@ declare const _default: {

@@ -16,5 +16,5 @@ {

"max_retry_delay_millis": 60000,
"initial_rpc_timeout_millis": 60000,
"initial_rpc_timeout_millis": 20000,
"rpc_timeout_multiplier": 1,
"max_rpc_timeout_millis": 60000,
"max_rpc_timeout_millis": 20000,
"total_timeout_millis": 600000

@@ -26,5 +26,5 @@ },

"max_retry_delay_millis": 10000,
"initial_rpc_timeout_millis": 60000,
"initial_rpc_timeout_millis": 20000,
"rpc_timeout_multiplier": 1,
"max_rpc_timeout_millis": 60000,
"max_rpc_timeout_millis": 20000,
"total_timeout_millis": 600000

@@ -31,0 +31,0 @@ }

@@ -616,3 +616,3 @@ "use strict";

* @returns {Stream}
* An object stream which emits an object representing [Queue]{@link google.cloud.tasks.v2.Queue} on 'data' event.
* An object stream which emits an object representing {@link google.cloud.tasks.v2.Queue | Queue} on 'data' event.
* The client library will perform auto-pagination by default: it will call the API as many

@@ -684,3 +684,3 @@ * times as needed. Note that it can affect your quota.

* When you iterate the returned iterable, each element will be an object representing
* [Queue]{@link google.cloud.tasks.v2.Queue}. The API will be called under the hood as needed, once per the page,
* {@link google.cloud.tasks.v2.Queue | Queue}. The API will be called under the hood as needed, once per the page,
* so you can stop the iteration when you don't need more results.

@@ -771,3 +771,3 @@ * Please see the

* @returns {Stream}
* An object stream which emits an object representing [Task]{@link google.cloud.tasks.v2.Task} on 'data' event.
* An object stream which emits an object representing {@link google.cloud.tasks.v2.Task | Task} on 'data' event.
* The client library will perform auto-pagination by default: it will call the API as many

@@ -842,3 +842,3 @@ * times as needed. Note that it can affect your quota.

* When you iterate the returned iterable, each element will be an object representing
* [Task]{@link google.cloud.tasks.v2.Task}. The API will be called under the hood as needed, once per the page,
* {@link google.cloud.tasks.v2.Task | Task}. The API will be called under the hood as needed, once per the page,
* so you can stop the iteration when you don't need more results.

@@ -845,0 +845,0 @@ * Please see the

@@ -16,5 +16,5 @@ {

"max_retry_delay_millis": 60000,
"initial_rpc_timeout_millis": 60000,
"initial_rpc_timeout_millis": 20000,
"rpc_timeout_multiplier": 1,
"max_rpc_timeout_millis": 60000,
"max_rpc_timeout_millis": 20000,
"total_timeout_millis": 600000

@@ -26,5 +26,5 @@ },

"max_retry_delay_millis": 10000,
"initial_rpc_timeout_millis": 60000,
"initial_rpc_timeout_millis": 20000,
"rpc_timeout_multiplier": 1,
"max_rpc_timeout_millis": 60000,
"max_rpc_timeout_millis": 20000,
"total_timeout_millis": 600000

@@ -31,0 +31,0 @@ }

@@ -709,3 +709,3 @@ "use strict";

* @returns {Stream}
* An object stream which emits an object representing [Queue]{@link google.cloud.tasks.v2beta2.Queue} on 'data' event.
* An object stream which emits an object representing {@link google.cloud.tasks.v2beta2.Queue | Queue} on 'data' event.
* The client library will perform auto-pagination by default: it will call the API as many

@@ -782,3 +782,3 @@ * times as needed. Note that it can affect your quota.

* When you iterate the returned iterable, each element will be an object representing
* [Queue]{@link google.cloud.tasks.v2beta2.Queue}. The API will be called under the hood as needed, once per the page,
* {@link google.cloud.tasks.v2beta2.Queue | Queue}. The API will be called under the hood as needed, once per the page,
* so you can stop the iteration when you don't need more results.

@@ -869,3 +869,3 @@ * Please see the

* @returns {Stream}
* An object stream which emits an object representing [Task]{@link google.cloud.tasks.v2beta2.Task} on 'data' event.
* An object stream which emits an object representing {@link google.cloud.tasks.v2beta2.Task | Task} on 'data' event.
* The client library will perform auto-pagination by default: it will call the API as many

@@ -940,3 +940,3 @@ * times as needed. Note that it can affect your quota.

* When you iterate the returned iterable, each element will be an object representing
* [Task]{@link google.cloud.tasks.v2beta2.Task}. The API will be called under the hood as needed, once per the page,
* {@link google.cloud.tasks.v2beta2.Task | Task}. The API will be called under the hood as needed, once per the page,
* so you can stop the iteration when you don't need more results.

@@ -943,0 +943,0 @@ * Please see the

@@ -16,5 +16,5 @@ {

"max_retry_delay_millis": 60000,
"initial_rpc_timeout_millis": 60000,
"initial_rpc_timeout_millis": 20000,
"rpc_timeout_multiplier": 1,
"max_rpc_timeout_millis": 60000,
"max_rpc_timeout_millis": 20000,
"total_timeout_millis": 600000

@@ -26,5 +26,5 @@ },

"max_retry_delay_millis": 10000,
"initial_rpc_timeout_millis": 60000,
"initial_rpc_timeout_millis": 20000,
"rpc_timeout_multiplier": 1,
"max_rpc_timeout_millis": 60000,
"max_rpc_timeout_millis": 20000,
"total_timeout_millis": 600000

@@ -31,0 +31,0 @@ }

@@ -621,3 +621,3 @@ "use strict";

* @returns {Stream}
* An object stream which emits an object representing [Queue]{@link google.cloud.tasks.v2beta3.Queue} on 'data' event.
* An object stream which emits an object representing {@link google.cloud.tasks.v2beta3.Queue | Queue} on 'data' event.
* The client library will perform auto-pagination by default: it will call the API as many

@@ -694,3 +694,3 @@ * times as needed. Note that it can affect your quota.

* When you iterate the returned iterable, each element will be an object representing
* [Queue]{@link google.cloud.tasks.v2beta3.Queue}. The API will be called under the hood as needed, once per the page,
* {@link google.cloud.tasks.v2beta3.Queue | Queue}. The API will be called under the hood as needed, once per the page,
* so you can stop the iteration when you don't need more results.

@@ -781,3 +781,3 @@ * Please see the

* @returns {Stream}
* An object stream which emits an object representing [Task]{@link google.cloud.tasks.v2beta3.Task} on 'data' event.
* An object stream which emits an object representing {@link google.cloud.tasks.v2beta3.Task | Task} on 'data' event.
* The client library will perform auto-pagination by default: it will call the API as many

@@ -852,3 +852,3 @@ * times as needed. Note that it can affect your quota.

* When you iterate the returned iterable, each element will be an object representing
* [Task]{@link google.cloud.tasks.v2beta3.Task}. The API will be called under the hood as needed, once per the page,
* {@link google.cloud.tasks.v2beta3.Task | Task}. The API will be called under the hood as needed, once per the page,
* so you can stop the iteration when you don't need more results.

@@ -855,0 +855,0 @@ * Please see the

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

## [3.1.1](https://github.com/googleapis/google-cloud-node/compare/tasks-v3.1.0...tasks-v3.1.1) (2023-02-15)
### Bug Fixes
* [Many APIs] changing format of the jsdoc links ([#3989](https://github.com/googleapis/google-cloud-node/issues/3989)) ([95399f7](https://github.com/googleapis/google-cloud-node/commit/95399f731547b06cde5ed0914d89c59fdc9fd968))
## [3.1.0](https://github.com/googleapis/google-cloud-node/compare/tasks-v3.0.5...tasks-v3.1.0) (2023-01-28)

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

{
"name": "@google-cloud/tasks",
"description": "Cloud Tasks API client for Node.js",
"version": "3.1.0",
"version": "3.1.1",
"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 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

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc