@google-cloud/video-transcoder
Advanced tools
Comparing version
@@ -322,3 +322,5 @@ "use strict"; | ||
}); | ||
this.initialize(); | ||
this.initialize().catch(err => { | ||
throw err; | ||
}); | ||
this._log.info('createJob request %j', request); | ||
@@ -355,3 +357,5 @@ const wrappedCallback = callback | ||
}); | ||
this.initialize(); | ||
this.initialize().catch(err => { | ||
throw err; | ||
}); | ||
this._log.info('getJob request %j', request); | ||
@@ -388,3 +392,5 @@ const wrappedCallback = callback | ||
}); | ||
this.initialize(); | ||
this.initialize().catch(err => { | ||
throw err; | ||
}); | ||
this._log.info('deleteJob request %j', request); | ||
@@ -421,3 +427,5 @@ const wrappedCallback = callback | ||
}); | ||
this.initialize(); | ||
this.initialize().catch(err => { | ||
throw err; | ||
}); | ||
this._log.info('createJobTemplate request %j', request); | ||
@@ -454,3 +462,5 @@ const wrappedCallback = callback | ||
}); | ||
this.initialize(); | ||
this.initialize().catch(err => { | ||
throw err; | ||
}); | ||
this._log.info('getJobTemplate request %j', request); | ||
@@ -487,3 +497,5 @@ const wrappedCallback = callback | ||
}); | ||
this.initialize(); | ||
this.initialize().catch(err => { | ||
throw err; | ||
}); | ||
this._log.info('deleteJobTemplate request %j', request); | ||
@@ -520,3 +532,5 @@ const wrappedCallback = callback | ||
}); | ||
this.initialize(); | ||
this.initialize().catch(err => { | ||
throw err; | ||
}); | ||
const wrappedCallback = callback | ||
@@ -575,3 +589,5 @@ ? (error, values, nextPageRequest, rawResponse) => { | ||
const callSettings = defaultCallSettings.merge(options); | ||
this.initialize(); | ||
this.initialize().catch(err => { | ||
throw err; | ||
}); | ||
this._log.info('listJobs stream %j', request); | ||
@@ -622,3 +638,5 @@ return this.descriptors.page.listJobs.createStream(this.innerApiCalls.listJobs, request, callSettings); | ||
const callSettings = defaultCallSettings.merge(options); | ||
this.initialize(); | ||
this.initialize().catch(err => { | ||
throw err; | ||
}); | ||
this._log.info('listJobs iterate %j', request); | ||
@@ -644,3 +662,5 @@ return this.descriptors.page.listJobs.asyncIterate(this.innerApiCalls['listJobs'], request, callSettings); | ||
}); | ||
this.initialize(); | ||
this.initialize().catch(err => { | ||
throw err; | ||
}); | ||
const wrappedCallback = callback | ||
@@ -700,3 +720,5 @@ ? (error, values, nextPageRequest, rawResponse) => { | ||
const callSettings = defaultCallSettings.merge(options); | ||
this.initialize(); | ||
this.initialize().catch(err => { | ||
throw err; | ||
}); | ||
this._log.info('listJobTemplates stream %j', request); | ||
@@ -748,3 +770,5 @@ return this.descriptors.page.listJobTemplates.createStream(this.innerApiCalls.listJobTemplates, request, callSettings); | ||
const callSettings = defaultCallSettings.merge(options); | ||
this.initialize(); | ||
this.initialize().catch(err => { | ||
throw err; | ||
}); | ||
this._log.info('listJobTemplates iterate %j', request); | ||
@@ -751,0 +775,0 @@ return this.descriptors.page.listJobTemplates.asyncIterate(this.innerApiCalls['listJobTemplates'], request, callSettings); |
# Changelog | ||
## [4.0.1](https://github.com/googleapis/google-cloud-node/compare/video-transcoder-v4.0.0...video-transcoder-v4.0.1) (2025-03-19) | ||
### Bug Fixes | ||
* [Many APIs] await/catch promises, and update listOperationsAsync return type ([#6189](https://github.com/googleapis/google-cloud-node/issues/6189)) ([0eab6d4](https://github.com/googleapis/google-cloud-node/commit/0eab6d40a12aa7f387a4621c6611aa4cbc86e178)) | ||
## [4.0.0](https://github.com/googleapis/google-cloud-node/compare/video-transcoder-v3.3.0...video-transcoder-v4.0.0) (2025-03-18) | ||
@@ -4,0 +11,0 @@ |
{ | ||
"name": "@google-cloud/video-transcoder", | ||
"version": "4.0.0", | ||
"version": "4.0.1", | ||
"description": "Transcoder client for Node.js", | ||
@@ -48,3 +48,3 @@ "repository": { | ||
"dependencies": { | ||
"google-gax": "^5.0.0-rc.0" | ||
"google-gax": "^5.0.1-rc.0" | ||
}, | ||
@@ -51,0 +51,0 @@ "devDependencies": { |
3246039
0.03%50810
0.05%Updated