@maxim_mazurok/gapi.client.cloudscheduler-v1beta1
Advanced tools
Comparing version
@@ -12,3 +12,3 @@ /* Type definitions for non-npm package Cloud Scheduler API v1beta1 0.0 */ | ||
// Generated from: https://cloudscheduler.googleapis.com/$discovery/rest?version=v1beta1 | ||
// Revision: 20230331 | ||
// Revision: 20230414 | ||
@@ -261,3 +261,3 @@ /// <reference types="gapi.client" /> | ||
* finally retries at intervals of max_backoff_duration up to retry_count times. For example, if min_backoff_duration is 10s, max_backoff_duration is 300s, and `max_doublings` is 3, | ||
* then the a job will first be retried in 10s. The retry interval will double three times, and then increase linearly by 2^3 * 10s. Finally, the job will retry at intervals of | ||
* then the job will first be retried in 10s. The retry interval will double three times, and then increase linearly by 2^3 * 10s. Finally, the job will retry at intervals of | ||
* max_backoff_duration until the job has been attempted retry_count times. Thus, the requests will retry at 10s, 20s, 40s, 80s, 160s, 240s, 300s, 300s, .... The default value of this | ||
@@ -264,0 +264,0 @@ * field is 5. |
{ | ||
"name": "@maxim_mazurok/gapi.client.cloudscheduler-v1beta1", | ||
"version": "0.0.20230331", | ||
"version": "0.0.20230414", | ||
"description": "TypeScript typings for Cloud Scheduler API v1beta1", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
@@ -6,3 +6,3 @@ /* This is stub file for gapi.client.cloudscheduler-v1beta1 definition tests */ | ||
// Revision: 20230331 | ||
// Revision: 20230414 | ||
@@ -9,0 +9,0 @@ gapi.load('client', async () => { |
63958
0