public sealed class GetVodConfigRequest : IMessage<GetVodConfigRequest>, IEquatable<GetVodConfigRequest>, IDeepCloneable<GetVodConfigRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Video Stitcher v1 API class GetVodConfigRequest.
Request message for VideoStitcherService.getVodConfig.
[[["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 documentation for the `GetVodConfigRequest` class within the Google Cloud Video Stitcher v1 API."],["The `GetVodConfigRequest` class is used to structure requests for retrieving VOD config details and is the request message for `VideoStitcherService.getVodConfig`."],["The `GetVodConfigRequest` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class offers properties such as `Name` and `VodConfigName`, where `Name` is a string representing the resource name of the VOD config, and `VodConfigName` provides a typed view over the resource name."],["There are several versions of the library available, with `3.3.0` as the latest."]]],[]]