public sealed class CreateSlateRequest : IMessage<CreateSlateRequest>, IEquatable<CreateSlateRequest>, IDeepCloneable<CreateSlateRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Video Stitcher v1 API class CreateSlateRequest.
Request message for VideoStitcherService.createSlate.
Required. The unique identifier for the slate.
This value should conform to RFC-1034, which restricts to
lower-case letters, numbers, and hyphen, with the first character a
letter, the last a letter or a number, and a 63 character maximum.
[[["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 `CreateSlateRequest` class within the Google Cloud Video Stitcher v1 API, which is used for requesting the creation of a slate."],["The `CreateSlateRequest` class has been implemented in versions ranging from 1.0.0 to the latest 3.3.0 of the API, all of which are accessible in the provided content, and has been derived from the base `Object` class."],["`CreateSlateRequest` implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and also contains constructors to create new instances of the class, either as a default instance or as a copy."],["The class includes properties like `Parent`, `ParentAsLocationName`, `Slate`, and `SlateId`, which are essential parameters when creating a slate, including the project location, slate content, and its unique identifier."],["The `SlateId` must adhere to RFC-1034 guidelines, being composed of lowercase letters, numbers, and hyphens, with specific restrictions on the first and last characters, and a maximum length of 63 characters."]]],[]]