public sealed class GetCdnKeyRequest : IMessage<GetCdnKeyRequest>, IEquatable<GetCdnKeyRequest>, IDeepCloneable<GetCdnKeyRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Video Stitcher v1 API class GetCdnKeyRequest.
Request message for VideoStitcherService.getCdnKey.
[[["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 document provides reference information for the `GetCdnKeyRequest` class within the Google Cloud Video Stitcher v1 API, detailing its role as a request message for retrieving CDN key information."],["The `GetCdnKeyRequest` class is part of the `Google.Cloud.Video.Stitcher.V1` namespace and is implemented in the `Google.Cloud.Video.Stitcher.V1.dll` assembly, supporting several interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class inherits from the base `Object` class, and it provides two constructors: a default constructor and one that accepts another `GetCdnKeyRequest` object for copying."],["Key properties within `GetCdnKeyRequest` include `CdnKeyName`, a typed view over the resource name, and `Name`, which represents the required name of the CDN key to retrieve, formatted as `projects/{project}/locations/{location}/cdnKeys/{id}`."],["The latest version documented is 3.3.0, but the documentation details support for versions all the way back to 1.0.0."]]],[]]