This repository was archived by the owner on Sep 21, 2023. It is now read-only.
- Notifications
You must be signed in to change notification settings - Fork4
chore: use gapic-generator-python 0.58.4#121
Merged
Uh oh!
There was an error while loading.Please reload this page.
Merged
Changes fromall commits
Commits
Show all changes
9 commits Select commitHold shift + click to select a range
3eff23c chore: use gapic-generator-python 0.58.4
gcf-owl-bot[bot]e9e38fd 🦉 Updates from OwlBot
gcf-owl-bot[bot]fbe2f27 Merge branch 'main' into owl-bot-fdf10352-df6e-48cf-a6ce-f3969506dcc1
software-dovd379c47 Merge branch 'main' into owl-bot-fdf10352-df6e-48cf-a6ce-f3969506dcc1
partheae799838 🦉 Updates from OwlBot
gcf-owl-bot[bot]ce4e5d6 🦉 Updates from OwlBot
gcf-owl-bot[bot]24ec5ac Merge branch 'owl-bot-fdf10352-df6e-48cf-a6ce-f3969506dcc1' of https:…
gcf-owl-bot[bot]03c66aa fix(deps): require proto-plus >= 1.20.1
partheabd9d3bd ensure proto-plus>=1.20.1 is used for testing
partheaFile filter
Filter by extension
Conversations
Failed to load comments.
Loading
Uh oh!
There was an error while loading.Please reload this page.
Jump to
Jump to file
Failed to load files.
Loading
Uh oh!
There was an error while loading.Please reload this page.
Diff view
Diff view
There are no files selected for viewing
1 change: 0 additions & 1 deletiongoogle/cloud/video/transcoder_v1/services/transcoder_service/transports/base.py
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
8 changes: 4 additions & 4 deletionsgoogle/cloud/video/transcoder_v1/types/resources.py
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1345,7 +1345,7 @@ class AudioStream(proto.Message): | ||
| - ``sr`` - Side right channel | ||
| - ``fc`` - Front center channel | ||
| - ``lfe`` - Low frequency | ||
| mapping_ (Sequence[google.cloud.video.transcoder_v1.types.AudioStream.AudioMapping]): | ||
parthea marked this conversation as resolved. Show resolvedHide resolvedUh oh!There was an error while loading.Please reload this page. | ||
| The mapping for the ``Job.edit_list`` atoms with audio | ||
| ``EditAtom.inputs``. | ||
| sample_rate_hertz (int): | ||
| @@ -1389,7 +1389,7 @@ class AudioMapping(proto.Message): | ||
| bitrate_bps = proto.Field(proto.INT32, number=2,) | ||
| channel_count = proto.Field(proto.INT32, number=3,) | ||
| channel_layout = proto.RepeatedField(proto.STRING, number=4,) | ||
| mapping_ = proto.RepeatedField(proto.MESSAGE, number=5, message=AudioMapping,) | ||
| sample_rate_hertz = proto.Field(proto.INT32, number=6,) | ||
| @@ -1408,7 +1408,7 @@ class TextStream(proto.Message): | ||
| - ``cea608`` | ||
| - ``cea708`` | ||
| - ``webvtt`` | ||
| mapping_ (Sequence[google.cloud.video.transcoder_v1.types.TextStream.TextMapping]): | ||
| The mapping for the ``Job.edit_list`` atoms with text | ||
| ``EditAtom.inputs``. | ||
| """ | ||
| @@ -1433,7 +1433,7 @@ class TextMapping(proto.Message): | ||
| input_track = proto.Field(proto.INT32, number=3,) | ||
| codec = proto.Field(proto.STRING, number=1,) | ||
| mapping_ = proto.RepeatedField(proto.MESSAGE, number=3, message=TextMapping,) | ||
| class SegmentSettings(proto.Message): | ||
1 change: 0 additions & 1 deletiongoogle/cloud/video/transcoder_v1beta1/services/transcoder_service/transports/base.py
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
8 changes: 4 additions & 4 deletionsgoogle/cloud/video/transcoder_v1beta1/types/resources.py
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
31 changes: 7 additions & 24 deletionssamples/snippets/create_job_with_embedded_captions.py
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
27 changes: 6 additions & 21 deletionssamples/snippets/create_job_with_standalone_captions.py
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
24 changes: 9 additions & 15 deletionssamples/snippets/job_test.py
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
1 change: 1 addition & 0 deletionssamples/snippets/requirements-test.txt
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,3 +1,4 @@ | ||
| backoff==1.11.1 | ||
| google-cloud-storage==1.43.0 | ||
| pytest==6.2.4 | ||
| proto-plus>=1.20.1 |
6 changes: 5 additions & 1 deletionsetup.py
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletiontesting/constraints-3.6.txt
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
Oops, something went wrong.
Uh oh!
There was an error while loading.Please reload this page.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.