-
Notifications
You must be signed in to change notification settings - Fork 443
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: [VideoStitcher] add apis for Create, Read, Update, Delete for VODConfigs #7332
Conversation
feat: allowed usage for VODConfigs in VODSession feat: added token config for MediaCdnKey feat: added targetting parameter support to Livesession feat: added adtracking to Livesession feat: added fetchoptions with custom headers for Live and VODConfigs docs: Added apis for Create, Read, Update, Delete For VODConfigs. Added vodConfig usage in VODSession. Added TokenConfig for MediaCdnKey. Added targeting_parameter and ad_tracking for Livesession. Added FetchOptions for Live and VOD configs. PiperOrigin-RevId: 636368401 Source-Link: googleapis/googleapis@30717c0 Source-Link: googleapis/googleapis-gen@cc30711 Copy-Tag: eyJwIjoiVmlkZW9TdGl0Y2hlci8uT3dsQm90LnlhbWwiLCJoIjoiY2MzMDcxMWVmOGUxNmQ0ODg3ZDE5ZjY3N2I5MzgyZGYwYWU2MGVkOCJ9
Here is the summary of changes. You are about to add 6 region tags.
This comment is generated by snippet-bot.
|
Holding the merge as it has a breaking change. I see a previously required parameter GamVodConfig#getStreamId got removed in this PR. cc: @bshaffer |
@ajupazhamayil since this is pre-1.0, we can go ahead and merge the breaking change I took a look at the RevId change, and surprisingly there is no removal of that method in that CL. I imagine it's because the message Either way, I think it's okay to merge this. I've added the |
feat: allowed usage for VODConfigs in VODSession
feat: added token config for MediaCdnKey
feat: added targetting parameter support to Livesession
feat: added adtracking to Livesession
feat: added fetchoptions with custom headers for Live and VODConfigs
docs: Added apis for Create, Read, Update, Delete For VODConfigs. Added vodConfig usage in VODSession. Added TokenConfig for MediaCdnKey. Added targeting_parameter and ad_tracking for Livesession. Added FetchOptions for Live and VOD configs.
PiperOrigin-RevId: 636368401
Source-Link: googleapis/googleapis@30717c0
Source-Link: https://github.com/googleapis/googleapis-gen/commit/cc30711ef8e16d4887d19f677b9382df0ae60ed8
Copy-Tag: eyJwIjoiVmlkZW9TdGl0Y2hlci8uT3dsQm90LnlhbWwiLCJoIjoiY2MzMDcxMWVmOGUxNmQ0ODg3ZDE5ZjY3N2I5MzgyZGYwYWU2MGVkOCJ9
BREAKING_CHANGE_REASON=pre-1.0 library, breaking change as a result of a previously-removed message being added back.