googleapis / python-video-transcoder

This library has moved to https://github.com/googleapis/google-cloud-python/tree/main/packages/google-cloud-video-transcoder
Apache License 2.0
10 stars 4 forks source link

docs: remove migrated samples #333

Closed dizcology closed 1 year ago

dizcology commented 1 year ago

Already migrated: https://github.com/GoogleCloudPlatform/python-docs-samples/tree/main/video/transcoder

snippet-bot[bot] commented 1 year ago

Here is the summary of changes.

You are about to delete 18 region tags. - [samples/snippets/create_job_from_ad_hoc.py:23](https://github.com/googleapis/python-video-transcoder/blob/180aca14aca091cb5705451e164f2b9466481ea2/samples/snippets/create_job_from_ad_hoc.py#L23), tag `transcoder_create_job_from_ad_hoc` - [samples/snippets/create_job_from_preset.py:23](https://github.com/googleapis/python-video-transcoder/blob/180aca14aca091cb5705451e164f2b9466481ea2/samples/snippets/create_job_from_preset.py#L23), tag `transcoder_create_job_from_preset` - [samples/snippets/create_job_from_template.py:23](https://github.com/googleapis/python-video-transcoder/blob/180aca14aca091cb5705451e164f2b9466481ea2/samples/snippets/create_job_from_template.py#L23), tag `transcoder_create_job_from_template` - [samples/snippets/create_job_template.py:23](https://github.com/googleapis/python-video-transcoder/blob/180aca14aca091cb5705451e164f2b9466481ea2/samples/snippets/create_job_template.py#L23), tag `transcoder_create_job_template` - [samples/snippets/create_job_with_animated_overlay.py:23](https://github.com/googleapis/python-video-transcoder/blob/180aca14aca091cb5705451e164f2b9466481ea2/samples/snippets/create_job_with_animated_overlay.py#L23), tag `transcoder_create_job_with_animated_overlay` - [samples/snippets/create_job_with_concatenated_inputs.py:26](https://github.com/googleapis/python-video-transcoder/blob/180aca14aca091cb5705451e164f2b9466481ea2/samples/snippets/create_job_with_concatenated_inputs.py#L26), tag `transcoder_create_job_with_concatenated_inputs` - [samples/snippets/create_job_with_embedded_captions.py:24](https://github.com/googleapis/python-video-transcoder/blob/180aca14aca091cb5705451e164f2b9466481ea2/samples/snippets/create_job_with_embedded_captions.py#L24), tag `transcoder_create_job_with_embedded_captions` - [samples/snippets/create_job_with_periodic_images_spritesheet.py:23](https://github.com/googleapis/python-video-transcoder/blob/180aca14aca091cb5705451e164f2b9466481ea2/samples/snippets/create_job_with_periodic_images_spritesheet.py#L23), tag `transcoder_create_job_with_periodic_images_spritesheet` - [samples/snippets/create_job_with_set_number_images_spritesheet.py:23](https://github.com/googleapis/python-video-transcoder/blob/180aca14aca091cb5705451e164f2b9466481ea2/samples/snippets/create_job_with_set_number_images_spritesheet.py#L23), tag `transcoder_create_job_with_set_number_images_spritesheet` - [samples/snippets/create_job_with_standalone_captions.py:24](https://github.com/googleapis/python-video-transcoder/blob/180aca14aca091cb5705451e164f2b9466481ea2/samples/snippets/create_job_with_standalone_captions.py#L24), tag `transcoder_create_job_with_standalone_captions` - [samples/snippets/create_job_with_static_overlay.py:23](https://github.com/googleapis/python-video-transcoder/blob/180aca14aca091cb5705451e164f2b9466481ea2/samples/snippets/create_job_with_static_overlay.py#L23), tag `transcoder_create_job_with_static_overlay` - [samples/snippets/delete_job.py:23](https://github.com/googleapis/python-video-transcoder/blob/180aca14aca091cb5705451e164f2b9466481ea2/samples/snippets/delete_job.py#L23), tag `transcoder_delete_job` - [samples/snippets/delete_job_template.py:23](https://github.com/googleapis/python-video-transcoder/blob/180aca14aca091cb5705451e164f2b9466481ea2/samples/snippets/delete_job_template.py#L23), tag `transcoder_delete_job_template` - [samples/snippets/get_job.py:23](https://github.com/googleapis/python-video-transcoder/blob/180aca14aca091cb5705451e164f2b9466481ea2/samples/snippets/get_job.py#L23), tag `transcoder_get_job` - [samples/snippets/get_job_state.py:23](https://github.com/googleapis/python-video-transcoder/blob/180aca14aca091cb5705451e164f2b9466481ea2/samples/snippets/get_job_state.py#L23), tag `transcoder_get_job_state` - [samples/snippets/get_job_template.py:23](https://github.com/googleapis/python-video-transcoder/blob/180aca14aca091cb5705451e164f2b9466481ea2/samples/snippets/get_job_template.py#L23), tag `transcoder_get_job_template` - [samples/snippets/list_job_templates.py:23](https://github.com/googleapis/python-video-transcoder/blob/180aca14aca091cb5705451e164f2b9466481ea2/samples/snippets/list_job_templates.py#L23), tag `transcoder_list_job_templates` - [samples/snippets/list_jobs.py:23](https://github.com/googleapis/python-video-transcoder/blob/180aca14aca091cb5705451e164f2b9466481ea2/samples/snippets/list_jobs.py#L23), tag `transcoder_list_jobs`

This comment is generated by snippet-bot. If you find problems with this result, please file an issue at: https://github.com/googleapis/repo-automation-bots/issues. To update this comment, add snippet-bot:force-run label or use the checkbox below:

dizcology commented 1 year ago

Merge only after documentation pages have been updated.

dizcology commented 1 year ago

cloud.google.com/transcoder/docs documentation pages had already been updated to use the migrated samples at https://github.com/GoogleCloudPlatform/python-docs-samples/tree/main/video/transcoder. Examples:

This clean up PR is ready to be merged.