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 information for the `GetSlateRequest` class within the Google Cloud Video Stitcher v1 API, specifically for version 1.1.0."],["`GetSlateRequest` is used as a request message for the `VideoStitcherService.getSlate` method, responsible for retrieving slate resources."],["The class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the base `Object` class."],["The `GetSlateRequest` class includes properties such as `Name` (a string) and `SlateName` (a `SlateName`-typed view) to identify the desired slate."],["The documentation also details the availability of various versions for the GetSlateRequest, with the latest being 3.3.0."]]],[]]