public sealed class UpdateSlateRequest : IMessage<UpdateSlateRequest>, IEquatable<UpdateSlateRequest>, IDeepCloneable<UpdateSlateRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Video Stitcher v1 API class UpdateSlateRequest.
Request message for VideoStitcherService.updateSlate.
[[["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 `UpdateSlateRequest` class within the Google Cloud Video Stitcher v1 API, outlining its purpose as a request message for `VideoStitcherService.updateSlate`."],["The `UpdateSlateRequest` class is part of the `Google.Cloud.Video.Stitcher.V1` namespace and is found in the `Google.Cloud.Video.Stitcher.V1.dll` assembly."],["The class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, while inheriting from the `Object` class."],["It has two constructors, a parameterless constructor, and another that takes another `UpdateSlateRequest` object, as well as the properties `Slate` which is a `Slate` type, and `UpdateMask` which is a `FieldMask` type, which are required to complete the update."],["There are multiple previous versions available for this `UpdateSlateRequest`, version 3.3.0 being the latest, all the way down to the initial release of version 1.0.0."]]],[]]