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 `UpdateCdnKeyRequest` class is part of the Google Cloud Video Stitcher v1 API and is used to request updates to a CDN key resource."],["This class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, facilitating its use within the Google Cloud .NET framework."],["There are two constructors for the `UpdateCdnKeyRequest` class: a default constructor and a copy constructor that takes another `UpdateCdnKeyRequest` object."],["The `UpdateCdnKeyRequest` class has two properties: `CdnKey` which is the new CDN key to replace the existing one and `UpdateMask`, a `FieldMask` which specifies which fields of the `CdnKey` are to be updated."],["The latest version of the API available is 3.3.0, while the class `UpdateCdnKeyRequest` belongs to version 3.2.0."]]],[]]