Skip to content

Commit 2dc9b33

Browse files
feat(transcoder): update the api
#### transcoder:v1 The following keys were added: - schemas.AudioStream.properties.displayName.type (Total Keys: 1) - schemas.AudioStream.properties.languageCode.type (Total Keys: 1) - schemas.TextStream.properties.displayName.type (Total Keys: 1) - schemas.TextStream.properties.languageCode.type (Total Keys: 1)
1 parent eabbf51 commit 2dc9b33

File tree

3 files changed

+49
-1
lines changed

3 files changed

+49
-1
lines changed

docs/dyn/transcoder_v1.projects.locations.jobTemplates.html

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,8 @@ <h3>Method Details</h3>
133133
&quot;A String&quot;,
134134
],
135135
&quot;codec&quot;: &quot;A String&quot;, # The codec for this audio stream. The default is `aac`. Supported audio codecs: - `aac` - `aac-he` - `aac-he-v2` - `mp3` - `ac3` - `eac3`
136+
&quot;displayName&quot;: &quot;A String&quot;, # The name for this particular audio stream that will be added to the HLS/DASH manifest.
137+
&quot;languageCode&quot;: &quot;A String&quot;, # The BCP-47 language code, such as `en-US` or `sr-Latn`. For more information, see https://www.unicode.org/reports/tr35/#Unicode_locale_identifier.
136138
&quot;mapping&quot;: [ # The mapping for the `Job.edit_list` atoms with audio `EditAtom.inputs`.
137139
{ # The mapping for the `Job.edit_list` atoms with audio `EditAtom.inputs`.
138140
&quot;atomKey&quot;: &quot;A String&quot;, # Required. The `EditAtom.key` that references the atom with audio inputs in the `Job.edit_list`.
@@ -148,6 +150,8 @@ <h3>Method Details</h3>
148150
&quot;key&quot;: &quot;A String&quot;, # A unique key for this elementary stream.
149151
&quot;textStream&quot;: { # Encoding of a text stream. For example, closed captions or subtitles. # Encoding of a text stream. For example, closed captions or subtitles.
150152
&quot;codec&quot;: &quot;A String&quot;, # The codec for this text stream. The default is `webvtt`. Supported text codecs: - `srt` - `ttml` - `cea608` - `cea708` - `webvtt`
153+
&quot;displayName&quot;: &quot;A String&quot;, # The name for this particular text stream that will be added to the HLS/DASH manifest.
154+
&quot;languageCode&quot;: &quot;A String&quot;, # The BCP-47 language code, such as `en-US` or `sr-Latn`. For more information, see https://www.unicode.org/reports/tr35/#Unicode_locale_identifier.
151155
&quot;mapping&quot;: [ # The mapping for the `Job.edit_list` atoms with text `EditAtom.inputs`.
152156
{ # The mapping for the `Job.edit_list` atoms with text `EditAtom.inputs`.
153157
&quot;atomKey&quot;: &quot;A String&quot;, # Required. The `EditAtom.key` that references atom with text inputs in the `Job.edit_list`.
@@ -387,6 +391,8 @@ <h3>Method Details</h3>
387391
&quot;A String&quot;,
388392
],
389393
&quot;codec&quot;: &quot;A String&quot;, # The codec for this audio stream. The default is `aac`. Supported audio codecs: - `aac` - `aac-he` - `aac-he-v2` - `mp3` - `ac3` - `eac3`
394+
&quot;displayName&quot;: &quot;A String&quot;, # The name for this particular audio stream that will be added to the HLS/DASH manifest.
395+
&quot;languageCode&quot;: &quot;A String&quot;, # The BCP-47 language code, such as `en-US` or `sr-Latn`. For more information, see https://www.unicode.org/reports/tr35/#Unicode_locale_identifier.
390396
&quot;mapping&quot;: [ # The mapping for the `Job.edit_list` atoms with audio `EditAtom.inputs`.
391397
{ # The mapping for the `Job.edit_list` atoms with audio `EditAtom.inputs`.
392398
&quot;atomKey&quot;: &quot;A String&quot;, # Required. The `EditAtom.key` that references the atom with audio inputs in the `Job.edit_list`.
@@ -402,6 +408,8 @@ <h3>Method Details</h3>
402408
&quot;key&quot;: &quot;A String&quot;, # A unique key for this elementary stream.
403409
&quot;textStream&quot;: { # Encoding of a text stream. For example, closed captions or subtitles. # Encoding of a text stream. For example, closed captions or subtitles.
404410
&quot;codec&quot;: &quot;A String&quot;, # The codec for this text stream. The default is `webvtt`. Supported text codecs: - `srt` - `ttml` - `cea608` - `cea708` - `webvtt`
411+
&quot;displayName&quot;: &quot;A String&quot;, # The name for this particular text stream that will be added to the HLS/DASH manifest.
412+
&quot;languageCode&quot;: &quot;A String&quot;, # The BCP-47 language code, such as `en-US` or `sr-Latn`. For more information, see https://www.unicode.org/reports/tr35/#Unicode_locale_identifier.
405413
&quot;mapping&quot;: [ # The mapping for the `Job.edit_list` atoms with text `EditAtom.inputs`.
406414
{ # The mapping for the `Job.edit_list` atoms with text `EditAtom.inputs`.
407415
&quot;atomKey&quot;: &quot;A String&quot;, # Required. The `EditAtom.key` that references atom with text inputs in the `Job.edit_list`.
@@ -666,6 +674,8 @@ <h3>Method Details</h3>
666674
&quot;A String&quot;,
667675
],
668676
&quot;codec&quot;: &quot;A String&quot;, # The codec for this audio stream. The default is `aac`. Supported audio codecs: - `aac` - `aac-he` - `aac-he-v2` - `mp3` - `ac3` - `eac3`
677+
&quot;displayName&quot;: &quot;A String&quot;, # The name for this particular audio stream that will be added to the HLS/DASH manifest.
678+
&quot;languageCode&quot;: &quot;A String&quot;, # The BCP-47 language code, such as `en-US` or `sr-Latn`. For more information, see https://www.unicode.org/reports/tr35/#Unicode_locale_identifier.
669679
&quot;mapping&quot;: [ # The mapping for the `Job.edit_list` atoms with audio `EditAtom.inputs`.
670680
{ # The mapping for the `Job.edit_list` atoms with audio `EditAtom.inputs`.
671681
&quot;atomKey&quot;: &quot;A String&quot;, # Required. The `EditAtom.key` that references the atom with audio inputs in the `Job.edit_list`.
@@ -681,6 +691,8 @@ <h3>Method Details</h3>
681691
&quot;key&quot;: &quot;A String&quot;, # A unique key for this elementary stream.
682692
&quot;textStream&quot;: { # Encoding of a text stream. For example, closed captions or subtitles. # Encoding of a text stream. For example, closed captions or subtitles.
683693
&quot;codec&quot;: &quot;A String&quot;, # The codec for this text stream. The default is `webvtt`. Supported text codecs: - `srt` - `ttml` - `cea608` - `cea708` - `webvtt`
694+
&quot;displayName&quot;: &quot;A String&quot;, # The name for this particular text stream that will be added to the HLS/DASH manifest.
695+
&quot;languageCode&quot;: &quot;A String&quot;, # The BCP-47 language code, such as `en-US` or `sr-Latn`. For more information, see https://www.unicode.org/reports/tr35/#Unicode_locale_identifier.
684696
&quot;mapping&quot;: [ # The mapping for the `Job.edit_list` atoms with text `EditAtom.inputs`.
685697
{ # The mapping for the `Job.edit_list` atoms with text `EditAtom.inputs`.
686698
&quot;atomKey&quot;: &quot;A String&quot;, # Required. The `EditAtom.key` that references atom with text inputs in the `Job.edit_list`.
@@ -932,6 +944,8 @@ <h3>Method Details</h3>
932944
&quot;A String&quot;,
933945
],
934946
&quot;codec&quot;: &quot;A String&quot;, # The codec for this audio stream. The default is `aac`. Supported audio codecs: - `aac` - `aac-he` - `aac-he-v2` - `mp3` - `ac3` - `eac3`
947+
&quot;displayName&quot;: &quot;A String&quot;, # The name for this particular audio stream that will be added to the HLS/DASH manifest.
948+
&quot;languageCode&quot;: &quot;A String&quot;, # The BCP-47 language code, such as `en-US` or `sr-Latn`. For more information, see https://www.unicode.org/reports/tr35/#Unicode_locale_identifier.
935949
&quot;mapping&quot;: [ # The mapping for the `Job.edit_list` atoms with audio `EditAtom.inputs`.
936950
{ # The mapping for the `Job.edit_list` atoms with audio `EditAtom.inputs`.
937951
&quot;atomKey&quot;: &quot;A String&quot;, # Required. The `EditAtom.key` that references the atom with audio inputs in the `Job.edit_list`.
@@ -947,6 +961,8 @@ <h3>Method Details</h3>
947961
&quot;key&quot;: &quot;A String&quot;, # A unique key for this elementary stream.
948962
&quot;textStream&quot;: { # Encoding of a text stream. For example, closed captions or subtitles. # Encoding of a text stream. For example, closed captions or subtitles.
949963
&quot;codec&quot;: &quot;A String&quot;, # The codec for this text stream. The default is `webvtt`. Supported text codecs: - `srt` - `ttml` - `cea608` - `cea708` - `webvtt`
964+
&quot;displayName&quot;: &quot;A String&quot;, # The name for this particular text stream that will be added to the HLS/DASH manifest.
965+
&quot;languageCode&quot;: &quot;A String&quot;, # The BCP-47 language code, such as `en-US` or `sr-Latn`. For more information, see https://www.unicode.org/reports/tr35/#Unicode_locale_identifier.
950966
&quot;mapping&quot;: [ # The mapping for the `Job.edit_list` atoms with text `EditAtom.inputs`.
951967
{ # The mapping for the `Job.edit_list` atoms with text `EditAtom.inputs`.
952968
&quot;atomKey&quot;: &quot;A String&quot;, # Required. The `EditAtom.key` that references atom with text inputs in the `Job.edit_list`.

docs/dyn/transcoder_v1.projects.locations.jobs.html

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,8 @@ <h3>Method Details</h3>
133133
&quot;A String&quot;,
134134
],
135135
&quot;codec&quot;: &quot;A String&quot;, # The codec for this audio stream. The default is `aac`. Supported audio codecs: - `aac` - `aac-he` - `aac-he-v2` - `mp3` - `ac3` - `eac3`
136+
&quot;displayName&quot;: &quot;A String&quot;, # The name for this particular audio stream that will be added to the HLS/DASH manifest.
137+
&quot;languageCode&quot;: &quot;A String&quot;, # The BCP-47 language code, such as `en-US` or `sr-Latn`. For more information, see https://www.unicode.org/reports/tr35/#Unicode_locale_identifier.
136138
&quot;mapping&quot;: [ # The mapping for the `Job.edit_list` atoms with audio `EditAtom.inputs`.
137139
{ # The mapping for the `Job.edit_list` atoms with audio `EditAtom.inputs`.
138140
&quot;atomKey&quot;: &quot;A String&quot;, # Required. The `EditAtom.key` that references the atom with audio inputs in the `Job.edit_list`.
@@ -148,6 +150,8 @@ <h3>Method Details</h3>
148150
&quot;key&quot;: &quot;A String&quot;, # A unique key for this elementary stream.
149151
&quot;textStream&quot;: { # Encoding of a text stream. For example, closed captions or subtitles. # Encoding of a text stream. For example, closed captions or subtitles.
150152
&quot;codec&quot;: &quot;A String&quot;, # The codec for this text stream. The default is `webvtt`. Supported text codecs: - `srt` - `ttml` - `cea608` - `cea708` - `webvtt`
153+
&quot;displayName&quot;: &quot;A String&quot;, # The name for this particular text stream that will be added to the HLS/DASH manifest.
154+
&quot;languageCode&quot;: &quot;A String&quot;, # The BCP-47 language code, such as `en-US` or `sr-Latn`. For more information, see https://www.unicode.org/reports/tr35/#Unicode_locale_identifier.
151155
&quot;mapping&quot;: [ # The mapping for the `Job.edit_list` atoms with text `EditAtom.inputs`.
152156
{ # The mapping for the `Job.edit_list` atoms with text `EditAtom.inputs`.
153157
&quot;atomKey&quot;: &quot;A String&quot;, # Required. The `EditAtom.key` that references atom with text inputs in the `Job.edit_list`.
@@ -403,6 +407,8 @@ <h3>Method Details</h3>
403407
&quot;A String&quot;,
404408
],
405409
&quot;codec&quot;: &quot;A String&quot;, # The codec for this audio stream. The default is `aac`. Supported audio codecs: - `aac` - `aac-he` - `aac-he-v2` - `mp3` - `ac3` - `eac3`
410+
&quot;displayName&quot;: &quot;A String&quot;, # The name for this particular audio stream that will be added to the HLS/DASH manifest.
411+
&quot;languageCode&quot;: &quot;A String&quot;, # The BCP-47 language code, such as `en-US` or `sr-Latn`. For more information, see https://www.unicode.org/reports/tr35/#Unicode_locale_identifier.
406412
&quot;mapping&quot;: [ # The mapping for the `Job.edit_list` atoms with audio `EditAtom.inputs`.
407413
{ # The mapping for the `Job.edit_list` atoms with audio `EditAtom.inputs`.
408414
&quot;atomKey&quot;: &quot;A String&quot;, # Required. The `EditAtom.key` that references the atom with audio inputs in the `Job.edit_list`.
@@ -418,6 +424,8 @@ <h3>Method Details</h3>
418424
&quot;key&quot;: &quot;A String&quot;, # A unique key for this elementary stream.
419425
&quot;textStream&quot;: { # Encoding of a text stream. For example, closed captions or subtitles. # Encoding of a text stream. For example, closed captions or subtitles.
420426
&quot;codec&quot;: &quot;A String&quot;, # The codec for this text stream. The default is `webvtt`. Supported text codecs: - `srt` - `ttml` - `cea608` - `cea708` - `webvtt`
427+
&quot;displayName&quot;: &quot;A String&quot;, # The name for this particular text stream that will be added to the HLS/DASH manifest.
428+
&quot;languageCode&quot;: &quot;A String&quot;, # The BCP-47 language code, such as `en-US` or `sr-Latn`. For more information, see https://www.unicode.org/reports/tr35/#Unicode_locale_identifier.
421429
&quot;mapping&quot;: [ # The mapping for the `Job.edit_list` atoms with text `EditAtom.inputs`.
422430
{ # The mapping for the `Job.edit_list` atoms with text `EditAtom.inputs`.
423431
&quot;atomKey&quot;: &quot;A String&quot;, # Required. The `EditAtom.key` that references atom with text inputs in the `Job.edit_list`.
@@ -699,6 +707,8 @@ <h3>Method Details</h3>
699707
&quot;A String&quot;,
700708
],
701709
&quot;codec&quot;: &quot;A String&quot;, # The codec for this audio stream. The default is `aac`. Supported audio codecs: - `aac` - `aac-he` - `aac-he-v2` - `mp3` - `ac3` - `eac3`
710+
&quot;displayName&quot;: &quot;A String&quot;, # The name for this particular audio stream that will be added to the HLS/DASH manifest.
711+
&quot;languageCode&quot;: &quot;A String&quot;, # The BCP-47 language code, such as `en-US` or `sr-Latn`. For more information, see https://www.unicode.org/reports/tr35/#Unicode_locale_identifier.
702712
&quot;mapping&quot;: [ # The mapping for the `Job.edit_list` atoms with audio `EditAtom.inputs`.
703713
{ # The mapping for the `Job.edit_list` atoms with audio `EditAtom.inputs`.
704714
&quot;atomKey&quot;: &quot;A String&quot;, # Required. The `EditAtom.key` that references the atom with audio inputs in the `Job.edit_list`.
@@ -714,6 +724,8 @@ <h3>Method Details</h3>
714724
&quot;key&quot;: &quot;A String&quot;, # A unique key for this elementary stream.
715725
&quot;textStream&quot;: { # Encoding of a text stream. For example, closed captions or subtitles. # Encoding of a text stream. For example, closed captions or subtitles.
716726
&quot;codec&quot;: &quot;A String&quot;, # The codec for this text stream. The default is `webvtt`. Supported text codecs: - `srt` - `ttml` - `cea608` - `cea708` - `webvtt`
727+
&quot;displayName&quot;: &quot;A String&quot;, # The name for this particular text stream that will be added to the HLS/DASH manifest.
728+
&quot;languageCode&quot;: &quot;A String&quot;, # The BCP-47 language code, such as `en-US` or `sr-Latn`. For more information, see https://www.unicode.org/reports/tr35/#Unicode_locale_identifier.
717729
&quot;mapping&quot;: [ # The mapping for the `Job.edit_list` atoms with text `EditAtom.inputs`.
718730
{ # The mapping for the `Job.edit_list` atoms with text `EditAtom.inputs`.
719731
&quot;atomKey&quot;: &quot;A String&quot;, # Required. The `EditAtom.key` that references atom with text inputs in the `Job.edit_list`.
@@ -982,6 +994,8 @@ <h3>Method Details</h3>
982994
&quot;A String&quot;,
983995
],
984996
&quot;codec&quot;: &quot;A String&quot;, # The codec for this audio stream. The default is `aac`. Supported audio codecs: - `aac` - `aac-he` - `aac-he-v2` - `mp3` - `ac3` - `eac3`
997+
&quot;displayName&quot;: &quot;A String&quot;, # The name for this particular audio stream that will be added to the HLS/DASH manifest.
998+
&quot;languageCode&quot;: &quot;A String&quot;, # The BCP-47 language code, such as `en-US` or `sr-Latn`. For more information, see https://www.unicode.org/reports/tr35/#Unicode_locale_identifier.
985999
&quot;mapping&quot;: [ # The mapping for the `Job.edit_list` atoms with audio `EditAtom.inputs`.
9861000
{ # The mapping for the `Job.edit_list` atoms with audio `EditAtom.inputs`.
9871001
&quot;atomKey&quot;: &quot;A String&quot;, # Required. The `EditAtom.key` that references the atom with audio inputs in the `Job.edit_list`.
@@ -997,6 +1011,8 @@ <h3>Method Details</h3>
9971011
&quot;key&quot;: &quot;A String&quot;, # A unique key for this elementary stream.
9981012
&quot;textStream&quot;: { # Encoding of a text stream. For example, closed captions or subtitles. # Encoding of a text stream. For example, closed captions or subtitles.
9991013
&quot;codec&quot;: &quot;A String&quot;, # The codec for this text stream. The default is `webvtt`. Supported text codecs: - `srt` - `ttml` - `cea608` - `cea708` - `webvtt`
1014+
&quot;displayName&quot;: &quot;A String&quot;, # The name for this particular text stream that will be added to the HLS/DASH manifest.
1015+
&quot;languageCode&quot;: &quot;A String&quot;, # The BCP-47 language code, such as `en-US` or `sr-Latn`. For more information, see https://www.unicode.org/reports/tr35/#Unicode_locale_identifier.
10001016
&quot;mapping&quot;: [ # The mapping for the `Job.edit_list` atoms with text `EditAtom.inputs`.
10011017
{ # The mapping for the `Job.edit_list` atoms with text `EditAtom.inputs`.
10021018
&quot;atomKey&quot;: &quot;A String&quot;, # Required. The `EditAtom.key` that references atom with text inputs in the `Job.edit_list`.

googleapiclient/discovery_cache/documents/transcoder.v1.json

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -385,7 +385,7 @@
385385
}
386386
}
387387
},
388-
"revision": "20230208",
388+
"revision": "20230215",
389389
"rootUrl": "https://transcoder.googleapis.com/",
390390
"schemas": {
391391
"AdBreak": {
@@ -562,6 +562,14 @@
562562
"description": "The codec for this audio stream. The default is `aac`. Supported audio codecs: - `aac` - `aac-he` - `aac-he-v2` - `mp3` - `ac3` - `eac3`",
563563
"type": "string"
564564
},
565+
"displayName": {
566+
"description": "The name for this particular audio stream that will be added to the HLS/DASH manifest.",
567+
"type": "string"
568+
},
569+
"languageCode": {
570+
"description": "The BCP-47 language code, such as `en-US` or `sr-Latn`. For more information, see https://www.unicode.org/reports/tr35/#Unicode_locale_identifier.",
571+
"type": "string"
572+
},
565573
"mapping": {
566574
"description": "The mapping for the `Job.edit_list` atoms with audio `EditAtom.inputs`.",
567575
"items": {
@@ -1516,6 +1524,14 @@
15161524
"description": "The codec for this text stream. The default is `webvtt`. Supported text codecs: - `srt` - `ttml` - `cea608` - `cea708` - `webvtt`",
15171525
"type": "string"
15181526
},
1527+
"displayName": {
1528+
"description": "The name for this particular text stream that will be added to the HLS/DASH manifest.",
1529+
"type": "string"
1530+
},
1531+
"languageCode": {
1532+
"description": "The BCP-47 language code, such as `en-US` or `sr-Latn`. For more information, see https://www.unicode.org/reports/tr35/#Unicode_locale_identifier.",
1533+
"type": "string"
1534+
},
15191535
"mapping": {
15201536
"description": "The mapping for the `Job.edit_list` atoms with text `EditAtom.inputs`.",
15211537
"items": {

0 commit comments

Comments
 (0)