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 documentation page covers the `UpdateSlateRequest` class within the Google Cloud Video Stitcher v1 API, specifically version 3.1.0."],["`UpdateSlateRequest` is used as a message type for the `VideoStitcherService.updateSlate` request, inheriting from `object` and implementing interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class offers two constructors: a default one and another that takes an existing `UpdateSlateRequest` instance for cloning purposes."],["The `UpdateSlateRequest` class includes properties for managing updates to `Slate` resources and specifying the fields to update using a `FieldMask`."],["The documentation provides links to all previous versions of `UpdateSlateRequest` ranging from 1.0.0 to the most recent 3.3.0."]]],[]]