Socket
Socket
Sign inDemoInstall

@google-cloud/video-transcoder

Package Overview
Dependencies
157
Maintainers
2
Versions
40
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.7.0 to 3.0.0

66

build/src/v1/transcoder_service_client.d.ts

@@ -128,5 +128,4 @@ /// <reference types="node" />

* @returns {Promise} - The promise which resolves to an array.
* The first element of the array is an object representing {@link google.cloud.video.transcoder.v1.Job | Job}.
* Please see the
* [documentation](https://github.com/googleapis/gax-nodejs/blob/master/client-libraries.md#regular-methods)
* The first element of the array is an object representing {@link protos.google.cloud.video.transcoder.v1.Job|Job}.
* Please see the {@link https://github.com/googleapis/gax-nodejs/blob/master/client-libraries.md#regular-methods | documentation }
* for more details and examples.

@@ -154,5 +153,4 @@ * @example <caption>include:samples/generated/v1/transcoder_service.create_job.js</caption>

* @returns {Promise} - The promise which resolves to an array.
* The first element of the array is an object representing {@link google.cloud.video.transcoder.v1.Job | Job}.
* Please see the
* [documentation](https://github.com/googleapis/gax-nodejs/blob/master/client-libraries.md#regular-methods)
* The first element of the array is an object representing {@link protos.google.cloud.video.transcoder.v1.Job|Job}.
* Please see the {@link https://github.com/googleapis/gax-nodejs/blob/master/client-libraries.md#regular-methods | documentation }
* for more details and examples.

@@ -183,5 +181,4 @@ * @example <caption>include:samples/generated/v1/transcoder_service.get_job.js</caption>

* @returns {Promise} - The promise which resolves to an array.
* The first element of the array is an object representing {@link google.protobuf.Empty | Empty}.
* Please see the
* [documentation](https://github.com/googleapis/gax-nodejs/blob/master/client-libraries.md#regular-methods)
* The first element of the array is an object representing {@link protos.google.protobuf.Empty|Empty}.
* Please see the {@link https://github.com/googleapis/gax-nodejs/blob/master/client-libraries.md#regular-methods | documentation }
* for more details and examples.

@@ -213,9 +210,8 @@ * @example <caption>include:samples/generated/v1/transcoder_service.delete_job.js</caption>

* This value should be 4-63 characters, and valid characters must match the
* regular expression `{@link a-zA-Z0-9_-|a-zA-Z}*`.
* regular expression `{@link protos.a-zA-Z0-9_-|a-zA-Z}*`.
* @param {object} [options]
* Call options. See {@link https://googleapis.dev/nodejs/google-gax/latest/interfaces/CallOptions.html|CallOptions} for more details.
* @returns {Promise} - The promise which resolves to an array.
* The first element of the array is an object representing {@link google.cloud.video.transcoder.v1.JobTemplate | JobTemplate}.
* Please see the
* [documentation](https://github.com/googleapis/gax-nodejs/blob/master/client-libraries.md#regular-methods)
* The first element of the array is an object representing {@link protos.google.cloud.video.transcoder.v1.JobTemplate|JobTemplate}.
* Please see the {@link https://github.com/googleapis/gax-nodejs/blob/master/client-libraries.md#regular-methods | documentation }
* for more details and examples.

@@ -244,5 +240,4 @@ * @example <caption>include:samples/generated/v1/transcoder_service.create_job_template.js</caption>

* @returns {Promise} - The promise which resolves to an array.
* The first element of the array is an object representing {@link google.cloud.video.transcoder.v1.JobTemplate | JobTemplate}.
* Please see the
* [documentation](https://github.com/googleapis/gax-nodejs/blob/master/client-libraries.md#regular-methods)
* The first element of the array is an object representing {@link protos.google.cloud.video.transcoder.v1.JobTemplate|JobTemplate}.
* Please see the {@link https://github.com/googleapis/gax-nodejs/blob/master/client-libraries.md#regular-methods | documentation }
* for more details and examples.

@@ -273,5 +268,4 @@ * @example <caption>include:samples/generated/v1/transcoder_service.get_job_template.js</caption>

* @returns {Promise} - The promise which resolves to an array.
* The first element of the array is an object representing {@link google.protobuf.Empty | Empty}.
* Please see the
* [documentation](https://github.com/googleapis/gax-nodejs/blob/master/client-libraries.md#regular-methods)
* The first element of the array is an object representing {@link protos.google.protobuf.Empty|Empty}.
* Please see the {@link https://github.com/googleapis/gax-nodejs/blob/master/client-libraries.md#regular-methods | documentation }
* for more details and examples.

@@ -309,3 +303,3 @@ * @example <caption>include:samples/generated/v1/transcoder_service.delete_job_template.js</caption>

* @returns {Promise} - The promise which resolves to an array.
* The first element of the array is Array of {@link google.cloud.video.transcoder.v1.Job | Job}.
* The first element of the array is Array of {@link protos.google.cloud.video.transcoder.v1.Job|Job}.
* The client library will perform auto-pagination by default: it will call the API as many

@@ -316,4 +310,3 @@ * times as needed and will merge results from all the pages into this array.

* method described below for async iteration which you can stop as needed.
* Please see the
* [documentation](https://github.com/googleapis/gax-nodejs/blob/master/client-libraries.md#auto-pagination)
* Please see the {@link https://github.com/googleapis/gax-nodejs/blob/master/client-libraries.md#auto-pagination | documentation }
* for more details and examples.

@@ -348,3 +341,3 @@ */

* @returns {Stream}
* An object stream which emits an object representing {@link google.cloud.video.transcoder.v1.Job | Job} on 'data' event.
* An object stream which emits an object representing {@link protos.google.cloud.video.transcoder.v1.Job|Job} on 'data' event.
* The client library will perform auto-pagination by default: it will call the API as many

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

* method described below for async iteration which you can stop as needed.
* Please see the
* [documentation](https://github.com/googleapis/gax-nodejs/blob/master/client-libraries.md#auto-pagination)
* Please see the {@link https://github.com/googleapis/gax-nodejs/blob/master/client-libraries.md#auto-pagination | documentation }
* for more details and examples.

@@ -382,8 +374,7 @@ */

* @returns {Object}
* An iterable Object that allows [async iteration](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Iteration_protocols).
* An iterable Object that allows {@link https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Iteration_protocols | async iteration }.
* When you iterate the returned iterable, each element will be an object representing
* {@link google.cloud.video.transcoder.v1.Job | Job}. The API will be called under the hood as needed, once per the page,
* {@link protos.google.cloud.video.transcoder.v1.Job|Job}. 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.
* Please see the
* [documentation](https://github.com/googleapis/gax-nodejs/blob/master/client-libraries.md#auto-pagination)
* Please see the {@link https://github.com/googleapis/gax-nodejs/blob/master/client-libraries.md#auto-pagination | documentation }
* for more details and examples.

@@ -416,3 +407,3 @@ * @example <caption>include:samples/generated/v1/transcoder_service.list_jobs.js</caption>

* @returns {Promise} - The promise which resolves to an array.
* The first element of the array is Array of {@link google.cloud.video.transcoder.v1.JobTemplate | JobTemplate}.
* The first element of the array is Array of {@link protos.google.cloud.video.transcoder.v1.JobTemplate|JobTemplate}.
* The client library will perform auto-pagination by default: it will call the API as many

@@ -423,4 +414,3 @@ * times as needed and will merge results from all the pages into this array.

* method described below for async iteration which you can stop as needed.
* Please see the
* [documentation](https://github.com/googleapis/gax-nodejs/blob/master/client-libraries.md#auto-pagination)
* Please see the {@link https://github.com/googleapis/gax-nodejs/blob/master/client-libraries.md#auto-pagination | documentation }
* for more details and examples.

@@ -456,3 +446,3 @@ */

* @returns {Stream}
* An object stream which emits an object representing {@link google.cloud.video.transcoder.v1.JobTemplate | JobTemplate} on 'data' event.
* An object stream which emits an object representing {@link protos.google.cloud.video.transcoder.v1.JobTemplate|JobTemplate} on 'data' event.
* The client library will perform auto-pagination by default: it will call the API as many

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

* method described below for async iteration which you can stop as needed.
* Please see the
* [documentation](https://github.com/googleapis/gax-nodejs/blob/master/client-libraries.md#auto-pagination)
* Please see the {@link https://github.com/googleapis/gax-nodejs/blob/master/client-libraries.md#auto-pagination | documentation }
* for more details and examples.

@@ -491,8 +480,7 @@ */

* @returns {Object}
* An iterable Object that allows [async iteration](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Iteration_protocols).
* An iterable Object that allows {@link https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Iteration_protocols | async iteration }.
* When you iterate the returned iterable, each element will be an object representing
* {@link google.cloud.video.transcoder.v1.JobTemplate | JobTemplate}. The API will be called under the hood as needed, once per the page,
* {@link protos.google.cloud.video.transcoder.v1.JobTemplate|JobTemplate}. 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.
* Please see the
* [documentation](https://github.com/googleapis/gax-nodejs/blob/master/client-libraries.md#auto-pagination)
* Please see the {@link https://github.com/googleapis/gax-nodejs/blob/master/client-libraries.md#auto-pagination | documentation }
* for more details and examples.

@@ -499,0 +487,0 @@ * @example <caption>include:samples/generated/v1/transcoder_service.list_job_templates.js</caption>

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

* @returns {Stream}
* An object stream which emits an object representing {@link google.cloud.video.transcoder.v1.Job | Job} on 'data' event.
* An object stream which emits an object representing {@link protos.google.cloud.video.transcoder.v1.Job|Job} on 'data' event.
* The client library will perform auto-pagination by default: it will call the API as many

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

* method described below for async iteration which you can stop as needed.
* Please see the
* [documentation](https://github.com/googleapis/gax-nodejs/blob/master/client-libraries.md#auto-pagination)
* Please see the {@link https://github.com/googleapis/gax-nodejs/blob/master/client-libraries.md#auto-pagination | documentation }
* for more details and examples.

@@ -473,8 +472,7 @@ */

* @returns {Object}
* An iterable Object that allows [async iteration](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Iteration_protocols).
* An iterable Object that allows {@link https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Iteration_protocols | async iteration }.
* When you iterate the returned iterable, each element will be an object representing
* {@link google.cloud.video.transcoder.v1.Job | Job}. The API will be called under the hood as needed, once per the page,
* {@link protos.google.cloud.video.transcoder.v1.Job|Job}. 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.
* Please see the
* [documentation](https://github.com/googleapis/gax-nodejs/blob/master/client-libraries.md#auto-pagination)
* Please see the {@link https://github.com/googleapis/gax-nodejs/blob/master/client-libraries.md#auto-pagination | documentation }
* for more details and examples.

@@ -541,3 +539,3 @@ * @example <caption>include:samples/generated/v1/transcoder_service.list_jobs.js</caption>

* @returns {Stream}
* An object stream which emits an object representing {@link google.cloud.video.transcoder.v1.JobTemplate | JobTemplate} on 'data' event.
* An object stream which emits an object representing {@link protos.google.cloud.video.transcoder.v1.JobTemplate|JobTemplate} on 'data' event.
* The client library will perform auto-pagination by default: it will call the API as many

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

* method described below for async iteration which you can stop as needed.
* Please see the
* [documentation](https://github.com/googleapis/gax-nodejs/blob/master/client-libraries.md#auto-pagination)
* Please see the {@link https://github.com/googleapis/gax-nodejs/blob/master/client-libraries.md#auto-pagination | documentation }
* for more details and examples.

@@ -590,8 +587,7 @@ */

* @returns {Object}
* An iterable Object that allows [async iteration](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Iteration_protocols).
* An iterable Object that allows {@link https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Iteration_protocols | async iteration }.
* When you iterate the returned iterable, each element will be an object representing
* {@link google.cloud.video.transcoder.v1.JobTemplate | JobTemplate}. The API will be called under the hood as needed, once per the page,
* {@link protos.google.cloud.video.transcoder.v1.JobTemplate|JobTemplate}. 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.
* Please see the
* [documentation](https://github.com/googleapis/gax-nodejs/blob/master/client-libraries.md#auto-pagination)
* Please see the {@link https://github.com/googleapis/gax-nodejs/blob/master/client-libraries.md#auto-pagination | documentation }
* for more details and examples.

@@ -598,0 +594,0 @@ * @example <caption>include:samples/generated/v1/transcoder_service.list_job_templates.js</caption>

# Changelog
## [3.0.0](https://github.com/googleapis/google-cloud-node/compare/video-transcoder-v2.7.0...video-transcoder-v3.0.0) (2023-08-06)
### ⚠ BREAKING CHANGES
* migrate to Node 14 ([#4443](https://github.com/googleapis/google-cloud-node/issues/4443))
### Bug Fixes
* [Many APIs] fix typings for IAM methods ([#4464](https://github.com/googleapis/google-cloud-node/issues/4464)) ([c909357](https://github.com/googleapis/google-cloud-node/commit/c90935765ceee0eea6b9ce21a151707df142cf7d))
### Miscellaneous Chores
* Migrate to Node 14 ([#4443](https://github.com/googleapis/google-cloud-node/issues/4443)) ([2260f12](https://github.com/googleapis/google-cloud-node/commit/2260f12543d171bda95345e53475f5f0fdc45770))
## [2.7.0](https://github.com/googleapis/google-cloud-node/compare/video-transcoder-v2.6.0...video-transcoder-v2.7.0) (2023-07-11)

@@ -4,0 +20,0 @@

{
"name": "@google-cloud/video-transcoder",
"version": "2.7.0",
"version": "3.0.0",
"description": "Transcoder client for Node.js",

@@ -49,10 +49,11 @@ "repository": {

"@google-cloud/video-transcoder": "^2.0.0",
"google-gax": "^3.5.8"
"google-gax": "^4.0.3"
},
"devDependencies": {
"@types/mocha": "^9.0.0",
"@types/node": "^18.0.0",
"@types/node": "^20.4.5",
"@types/sinon": "^10.0.0",
"c8": "^7.3.0",
"gts": "^3.1.0",
"c8": "^8.0.1",
"gapic-tools": "^0.1.8",
"gts": "^5.0.0",
"jsdoc": "^4.0.0",

@@ -64,12 +65,10 @@ "jsdoc-fresh": "^2.0.0",

"mocha": "^9.2.2",
"null-loader": "^4.0.0",
"pack-n-play": "^1.0.0-2",
"sinon": "^15.0.0",
"ts-loader": "^9.0.0",
"typescript": "^4.6.4"
"typescript": "^5.1.6"
},
"engines": {
"node": ">=12.0.0"
"node": ">=14.0.0"
},
"homepage": "https://github.com/googleapis/google-cloud-node/tree/main/packages/google-cloud-video-transcoder"
}

@@ -106,3 +106,3 @@ [//]: # "This README.md file is auto-generated, all changes to this file will be lost."

Our client libraries follow the [Node.js release schedule](https://nodejs.org/en/about/releases/).
Our client libraries follow the [Node.js release schedule](https://github.com/nodejs/release#release-schedule).
Libraries are compatible with all current _active_ and _maintenance_ versions of

@@ -109,0 +109,0 @@ Node.js.

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