Skip to content
This repository was archived by the owner on Sep 21, 2023. It is now read-only.

Commit 824009a

Browse files
fix: remove Encryption settings that were published erroneously (#102)
feat: add support for allow_missing param on DELETE request docs: clarify that project number is used as the canonical project identifier for job and job template names docs: fix broken link and code formatting - [ ] Regenerate this pull request now. PiperOrigin-RevId: 401033248 Source-Link: googleapis/googleapis@ef9130f Source-Link: https://github.com/googleapis/googleapis-gen/commit/9ebec3346a64690c063eb72f1b1c1d6d279177ce Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiOWViZWMzMzQ2YTY0NjkwYzA2M2ViNzJmMWIxYzFkNmQyNzkxNzdjZSJ9
1 parent d8c0517 commit 824009a

File tree

5 files changed

+155
-221
lines changed

5 files changed

+155
-221
lines changed

google/cloud/video/transcoder/__init__.py

-2
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@
2525
from google.cloud.video.transcoder_v1.types.resources import AudioStream
2626
from google.cloud.video.transcoder_v1.types.resources import EditAtom
2727
from google.cloud.video.transcoder_v1.types.resources import ElementaryStream
28-
from google.cloud.video.transcoder_v1.types.resources import Encryption
2928
from google.cloud.video.transcoder_v1.types.resources import Input
3029
from google.cloud.video.transcoder_v1.types.resources import Job
3130
from google.cloud.video.transcoder_v1.types.resources import JobConfig
@@ -58,7 +57,6 @@
5857
"AudioStream",
5958
"EditAtom",
6059
"ElementaryStream",
61-
"Encryption",
6260
"Input",
6361
"Job",
6462
"JobConfig",

google/cloud/video/transcoder_v1/__init__.py

-2
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@
2121
from .types.resources import AudioStream
2222
from .types.resources import EditAtom
2323
from .types.resources import ElementaryStream
24-
from .types.resources import Encryption
2524
from .types.resources import Input
2625
from .types.resources import Job
2726
from .types.resources import JobConfig
@@ -57,7 +56,6 @@
5756
"DeleteJobTemplateRequest",
5857
"EditAtom",
5958
"ElementaryStream",
60-
"Encryption",
6159
"GetJobRequest",
6260
"GetJobTemplateRequest",
6361
"Input",

google/cloud/video/transcoder_v1/types/__init__.py

-2
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@
1818
AudioStream,
1919
EditAtom,
2020
ElementaryStream,
21-
Encryption,
2221
Input,
2322
Job,
2423
JobConfig,
@@ -52,7 +51,6 @@
5251
"AudioStream",
5352
"EditAtom",
5453
"ElementaryStream",
55-
"Encryption",
5654
"Input",
5755
"Job",
5856
"JobConfig",

0 commit comments

Comments
 (0)