public sealed class GetSlateRequest : IMessage<GetSlateRequest>, IEquatable<GetSlateRequest>, IDeepCloneable<GetSlateRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Video Stitcher v1 API class GetSlateRequest.
Request message for VideoStitcherService.getSlate.
[[["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 `GetSlateRequest` class within the Google Cloud Video Stitcher v1 API, specifically version 3.1.0."],["`GetSlateRequest` is used as a request message for the `VideoStitcherService.getSlate` function and inherits from the base `object` class while also implementing several interfaces like `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The class offers two constructors, a default one and another that takes another `GetSlateRequest` instance as a parameter."],["It includes two properties: `Name`, a string that represents the resource name of the slate to retrieve, and `SlateName`, which is a `SlateName`-typed view over the `Name` property."],["This page also lists all available versions of the `GetSlateRequest`, going from the latest version, 3.3.0, all the way back to version 1.0.0."]]],[]]