This repository was archived by the owner on Sep 21, 2023. It is now read-only.
File tree 5 files changed +155
-221
lines changed
5 files changed +155
-221
lines changed Original file line number Diff line number Diff line change 25
25
from google .cloud .video .transcoder_v1 .types .resources import AudioStream
26
26
from google .cloud .video .transcoder_v1 .types .resources import EditAtom
27
27
from google .cloud .video .transcoder_v1 .types .resources import ElementaryStream
28
- from google .cloud .video .transcoder_v1 .types .resources import Encryption
29
28
from google .cloud .video .transcoder_v1 .types .resources import Input
30
29
from google .cloud .video .transcoder_v1 .types .resources import Job
31
30
from google .cloud .video .transcoder_v1 .types .resources import JobConfig
58
57
"AudioStream" ,
59
58
"EditAtom" ,
60
59
"ElementaryStream" ,
61
- "Encryption" ,
62
60
"Input" ,
63
61
"Job" ,
64
62
"JobConfig" ,
Original file line number Diff line number Diff line change 21
21
from .types .resources import AudioStream
22
22
from .types .resources import EditAtom
23
23
from .types .resources import ElementaryStream
24
- from .types .resources import Encryption
25
24
from .types .resources import Input
26
25
from .types .resources import Job
27
26
from .types .resources import JobConfig
57
56
"DeleteJobTemplateRequest" ,
58
57
"EditAtom" ,
59
58
"ElementaryStream" ,
60
- "Encryption" ,
61
59
"GetJobRequest" ,
62
60
"GetJobTemplateRequest" ,
63
61
"Input" ,
Original file line number Diff line number Diff line change 18
18
AudioStream ,
19
19
EditAtom ,
20
20
ElementaryStream ,
21
- Encryption ,
22
21
Input ,
23
22
Job ,
24
23
JobConfig ,
52
51
"AudioStream" ,
53
52
"EditAtom" ,
54
53
"ElementaryStream" ,
55
- "Encryption" ,
56
54
"Input" ,
57
55
"Job" ,
58
56
"JobConfig" ,
You can’t perform that action at this time.
0 commit comments