Skip to content

Commit 6700802

Browse files
fix: Remove deprecated v1beta1 API that is no longer available (#138)
- [ ] Regenerate this pull request now. Merge branch 'owl-bot-copy' of https://github.com/googleapis/python-video-transcoder into owl-bot-copy 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md 🦉 Updates from OwlBot See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md chore: use gapic-generator-python 0.63.2 docs: add generated snippets PiperOrigin-RevId: 427792504 Source-Link: googleapis/googleapis@55b9e1e Source-Link: https://github.com/googleapis/googleapis-gen/commit/bf4e86b753f42cb0edb1fd51fbe840d7da0a1cde Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiYmY0ZTg2Yjc1M2Y0MmNiMGVkYjFmZDUxZmJlODQwZDdkYTBhMWNkZSJ9
1 parent 281138d commit 6700802

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

video/transcoder/create_job_with_periodic_images_spritesheet.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ def create_job_with_periodic_images_spritesheet(
5050
job.output_uri = output_uri
5151
job.config = transcoder_v1.types.JobConfig(
5252
# Create an ad-hoc job. For more information, see https://cloud.google.com/transcoder/docs/how-to/jobs#create_jobs_ad_hoc.
53-
# See all options for the job config at https://cloud.google.com/transcoder/docs/reference/rest/v1beta1/JobConfig.
53+
# See all options for the job config at https://cloud.google.com/transcoder/docs/reference/rest/v1/JobConfig.
5454
elementary_streams=[
5555
# This section defines the output video stream.
5656
transcoder_v1.types.ElementaryStream(

video/transcoder/create_job_with_set_number_images_spritesheet.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ def create_job_with_set_number_images_spritesheet(
4949
job.output_uri = output_uri
5050
job.config = transcoder_v1.types.JobConfig(
5151
# Create an ad-hoc job. For more information, see https://cloud.google.com/transcoder/docs/how-to/jobs#create_jobs_ad_hoc.
52-
# See all options for the job config at https://cloud.google.com/transcoder/docs/reference/rest/v1beta1/JobConfig.
52+
# See all options for the job config at https://cloud.google.com/transcoder/docs/reference/rest/v1/JobConfig.
5353
elementary_streams=[
5454
# This section defines the output video stream.
5555
transcoder_v1.types.ElementaryStream(

0 commit comments

Comments
 (0)