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

Commit

Permalink
fix: remove Encryption settings that were published erroneously (#102)
Browse files Browse the repository at this point in the history
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: googleapis/googleapis-gen@9ebec33
Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiOWViZWMzMzQ2YTY0NjkwYzA2M2ViNzJmMWIxYzFkNmQyNzkxNzdjZSJ9
  • Loading branch information
gcf-owl-bot[bot] committed Oct 6, 2021
1 parent d8c0517 commit 824009a
Show file tree
Hide file tree
Showing 5 changed files with 155 additions and 221 deletions.
2 changes: 0 additions & 2 deletions google/cloud/video/transcoder/__init__.py
Expand Up @@ -25,7 +25,6 @@
from google.cloud.video.transcoder_v1.types.resources import AudioStream
from google.cloud.video.transcoder_v1.types.resources import EditAtom
from google.cloud.video.transcoder_v1.types.resources import ElementaryStream
from google.cloud.video.transcoder_v1.types.resources import Encryption
from google.cloud.video.transcoder_v1.types.resources import Input
from google.cloud.video.transcoder_v1.types.resources import Job
from google.cloud.video.transcoder_v1.types.resources import JobConfig
Expand Down Expand Up @@ -58,7 +57,6 @@
"AudioStream",
"EditAtom",
"ElementaryStream",
"Encryption",
"Input",
"Job",
"JobConfig",
Expand Down
2 changes: 0 additions & 2 deletions google/cloud/video/transcoder_v1/__init__.py
Expand Up @@ -21,7 +21,6 @@
from .types.resources import AudioStream
from .types.resources import EditAtom
from .types.resources import ElementaryStream
from .types.resources import Encryption
from .types.resources import Input
from .types.resources import Job
from .types.resources import JobConfig
Expand Down Expand Up @@ -57,7 +56,6 @@
"DeleteJobTemplateRequest",
"EditAtom",
"ElementaryStream",
"Encryption",
"GetJobRequest",
"GetJobTemplateRequest",
"Input",
Expand Down
2 changes: 0 additions & 2 deletions google/cloud/video/transcoder_v1/types/__init__.py
Expand Up @@ -18,7 +18,6 @@
AudioStream,
EditAtom,
ElementaryStream,
Encryption,
Input,
Job,
JobConfig,
Expand Down Expand Up @@ -52,7 +51,6 @@
"AudioStream",
"EditAtom",
"ElementaryStream",
"Encryption",
"Input",
"Job",
"JobConfig",
Expand Down

0 comments on commit 824009a

Please sign in to comment.