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."],[[["The latest version of the `UpdateCdnKeyRequest` is 3.3.0, but it also has 6 other previous versions available, going back to version 1.0.0."],["`UpdateCdnKeyRequest` is a class in the `Google.Cloud.Video.Stitcher.V1` namespace, designed for updating CDN key resources within the Video Stitcher v1 API."],["This class implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing various functionalities."],["`UpdateCdnKeyRequest` has two primary properties: `CdnKey`, which represents the new CDN key, and `UpdateMask`, which specifies how the update should be applied to the existing resource."],["The primary function of the `UpdateCdnKeyRequest` class is to serve as the request message for the VideoStitcherService.updateCdnKey method, to replace a CDN key on the server."]]],[]]