Skip to content
This repository has been archived by the owner on Jul 20, 2023. It is now read-only.

Commit

Permalink
fix: Remove deprecated v1beta1 API that is no longer available (#154)
Browse files Browse the repository at this point in the history
* 🦉 Updates from OwlBot

See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md

fix!: Remove deprecated v1beta1 API that is no longer available BREAKING CHANGE:

PiperOrigin-RevId: 426957789

Source-Link: googleapis/googleapis@42d9ed3

Source-Link: https://github.com/googleapis/googleapis-gen/commit/2e0f3f1e3837f82d4bb1bf1269b307dc68802bdc
Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiMmUwZjNmMWUzODM3ZjgyZDRiYjFiZjEyNjliMzA3ZGM2ODgwMmJkYyJ9

* 🦉 Updates from OwlBot

See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md

* fix: actually remove deprecated v1beta1 api

* fix: change the default version

Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
Co-authored-by: Takashi Matsuo <tmatsuo@google.com>
  • Loading branch information
3 people authored Feb 8, 2022
1 parent ad94ca0 commit 76d9aab
Show file tree
Hide file tree
Showing 22 changed files with 13 additions and 25,970 deletions.
2 changes: 1 addition & 1 deletion .repo-metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"repo": "googleapis/nodejs-video-transcoder",
"issue_tracker": "https://github.com/googleapis/nodejs-video-transcoder/issues",
"name_pretty": "Transcoder API",
"default_version": "v1beta1",
"default_version": "v1",
"api_shortname": "transcoder",
"library_type": "GAPIC_AUTO"
}
10 changes: 8 additions & 2 deletions linkinator.config.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,14 @@
"skip": [
"https://codecov.io/gh/googleapis/",
"www.googleapis.com",
"img.shields.io"
"img.shields.io",
"https://console.cloud.google.com/cloudshell",
"https://support.google.com"
],
"silent": true,
"concurrency": 5
"concurrency": 5,
"retry": true,
"retryErrors": true,
"retryErrorsCount": 5,
"retryErrorsJitter": 3000
}
Loading

0 comments on commit 76d9aab

Please sign in to comment.