public sealed class UpdateCdnKeyRequest : IMessage<UpdateCdnKeyRequest>, IEquatable<UpdateCdnKeyRequest>, IDeepCloneable<UpdateCdnKeyRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Video Stitcher v1 API class UpdateCdnKeyRequest.
Request message for VideoStitcherService.updateCdnKey.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["This documentation covers the `UpdateCdnKeyRequest` class within the Google Cloud Video Stitcher v1 API, specifically version 3.1.0, and its use in updating CDN key resources."],["`UpdateCdnKeyRequest` is a request message for the `VideoStitcherService.updateCdnKey` method, and it implements several interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes two constructors, a default constructor `UpdateCdnKeyRequest()` and an overloaded constructor `UpdateCdnKeyRequest(UpdateCdnKeyRequest other)` for creating copies."],["It has properties for specifying the CDN key resource to be updated (`CdnKey`) and a mask (`UpdateMask`) that determines which fields of the resource should be updated on the server."],["The documentation also provides links to the previous version documentation available for the different versions of the API, from 1.0.0 to 3.3.0(latest)."]]],[]]