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 document provides reference documentation for the `GetSlateRequest` class within the Google Cloud Video Stitcher v1 API, with the latest version being 3.3.0."],["`GetSlateRequest` is a request message used to retrieve a slate via the VideoStitcherService.getSlate method, and implements multiple interfaces including `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The `GetSlateRequest` class includes two constructors: a default constructor and one that accepts another `GetSlateRequest` instance as a parameter."],["The class has two main properties: `Name`, which is a string representing the resource name of the slate to retrieve, and `SlateName`, which is a typed view over the `Name` property."],["The class inherits several members from the base `Object` class, including `GetHashCode`, `GetType`, `MemberwiseClone`, and `ToString`."]]],[]]