public sealed class UpdateVodConfigRequest : IMessage<UpdateVodConfigRequest>, IEquatable<UpdateVodConfigRequest>, IDeepCloneable<UpdateVodConfigRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Video Stitcher v1 API class UpdateVodConfigRequest.
Request message for VideoStitcherService.updateVodConfig.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["\u003cp\u003eThe \u003ccode\u003eUpdateVodConfigRequest\u003c/code\u003e class is used to request updates to a VOD configuration within the Video Stitcher v1 API.\u003c/p\u003e\n"],["\u003cp\u003eThis class is part of the \u003ccode\u003eGoogle.Cloud.Video.Stitcher.V1\u003c/code\u003e namespace and is implemented in the \u003ccode\u003eGoogle.Cloud.Video.Stitcher.V1.dll\u003c/code\u003e assembly.\u003c/p\u003e\n"],["\u003cp\u003eThere are two constructors for the \u003ccode\u003eUpdateVodConfigRequest\u003c/code\u003e class: a default constructor and one that accepts another \u003ccode\u003eUpdateVodConfigRequest\u003c/code\u003e object.\u003c/p\u003e\n"],["\u003cp\u003eThe class includes properties for \u003ccode\u003eUpdateMask\u003c/code\u003e, which defines the fields to be updated, and \u003ccode\u003eVodConfig\u003c/code\u003e, which represents the new VOD configuration.\u003c/p\u003e\n"],["\u003cp\u003eThe documentations provides information on different versions, ranging from version 1.0.0 to 3.3.0, with the latest version being 3.3.0.\u003c/p\u003e\n"]]],[],null,["# Video Stitcher v1 API - Class UpdateVodConfigRequest (3.3.0)\n\nVersion latestkeyboard_arrow_down\n\n- [3.3.0 (latest)](/dotnet/docs/reference/Google.Cloud.Video.Stitcher.V1/latest/Google.Cloud.Video.Stitcher.V1.UpdateVodConfigRequest)\n- [3.2.0](/dotnet/docs/reference/Google.Cloud.Video.Stitcher.V1/3.2.0/Google.Cloud.Video.Stitcher.V1.UpdateVodConfigRequest)\n- [3.1.0](/dotnet/docs/reference/Google.Cloud.Video.Stitcher.V1/3.1.0/Google.Cloud.Video.Stitcher.V1.UpdateVodConfigRequest)\n- [3.0.0](/dotnet/docs/reference/Google.Cloud.Video.Stitcher.V1/3.0.0/Google.Cloud.Video.Stitcher.V1.UpdateVodConfigRequest)\n- [2.0.0](/dotnet/docs/reference/Google.Cloud.Video.Stitcher.V1/2.0.0/Google.Cloud.Video.Stitcher.V1.UpdateVodConfigRequest)\n- [1.1.0](/dotnet/docs/reference/Google.Cloud.Video.Stitcher.V1/1.1.0/Google.Cloud.Video.Stitcher.V1.UpdateVodConfigRequest)\n- [1.0.0](/dotnet/docs/reference/Google.Cloud.Video.Stitcher.V1/1.0.0/Google.Cloud.Video.Stitcher.V1.UpdateVodConfigRequest) \n\n public sealed class UpdateVodConfigRequest : IMessage\u003cUpdateVodConfigRequest\u003e, IEquatable\u003cUpdateVodConfigRequest\u003e, IDeepCloneable\u003cUpdateVodConfigRequest\u003e, IBufferMessage, IMessage\n\nReference documentation and code samples for the Video Stitcher v1 API class UpdateVodConfigRequest.\n\nRequest message for VideoStitcherService.updateVodConfig. \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e UpdateVodConfigRequest \n\nImplements\n----------\n\n[IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage-1.html)[UpdateVodConfigRequest](/dotnet/docs/reference/Google.Cloud.Video.Stitcher.V1/latest/Google.Cloud.Video.Stitcher.V1.UpdateVodConfigRequest), [IEquatable](https://learn.microsoft.com/dotnet/api/system.iequatable-1)[UpdateVodConfigRequest](/dotnet/docs/reference/Google.Cloud.Video.Stitcher.V1/latest/Google.Cloud.Video.Stitcher.V1.UpdateVodConfigRequest), [IDeepCloneable](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IDeepCloneable-1.html)[UpdateVodConfigRequest](/dotnet/docs/reference/Google.Cloud.Video.Stitcher.V1/latest/Google.Cloud.Video.Stitcher.V1.UpdateVodConfigRequest), [IBufferMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IBufferMessage.html), [IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage.html) \n\nInherited Members\n-----------------\n\n[object.GetHashCode()](https://learn.microsoft.com/dotnet/api/system.object.gethashcode) \n[object.GetType()](https://learn.microsoft.com/dotnet/api/system.object.gettype) \n[object.ToString()](https://learn.microsoft.com/dotnet/api/system.object.tostring)\n\nNamespace\n---------\n\n[Google.Cloud.Video.Stitcher.V1](/dotnet/docs/reference/Google.Cloud.Video.Stitcher.V1/latest/Google.Cloud.Video.Stitcher.V1)\n\nAssembly\n--------\n\nGoogle.Cloud.Video.Stitcher.V1.dll\n\nConstructors\n------------\n\n### UpdateVodConfigRequest()\n\n public UpdateVodConfigRequest()\n\n### UpdateVodConfigRequest(UpdateVodConfigRequest)\n\n public UpdateVodConfigRequest(UpdateVodConfigRequest other)\n\nProperties\n----------\n\n### UpdateMask\n\n public FieldMask UpdateMask { get; set; }\n\nRequired. The update mask applies to the resource.\nFor the `FieldMask` definition, see\n\u003chttps://developers.google.com/protocol-buffers/docs/reference/google.protobuf#fieldmask\u003e\n\n### VodConfig\n\n public VodConfig VodConfig { get; set; }\n\nRequired. The VOD config resource which replaces the resource on the\nserver."]]