public sealed class CreateSessionTemplateRequest : IMessage<CreateSessionTemplateRequest>, IEquatable<CreateSessionTemplateRequest>, IDeepCloneable<CreateSessionTemplateRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Dataproc v1 API class CreateSessionTemplateRequest.
[[["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 material for the `CreateSessionTemplateRequest` class within the Google Cloud Dataproc v1 API, specifically for the .NET environment, with the latest version being 5.17.0."],["The `CreateSessionTemplateRequest` class is used to send a request to create a session template and implements several interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["It includes constructors for creating instances of the `CreateSessionTemplateRequest` class, both with no arguments and with an existing `CreateSessionTemplateRequest` object as an argument for copying."],["The class has two important properties, `Parent`, to define where the template will be created, and `SessionTemplate`, to provide the details of the template itself."],["The document lists all the prior versions of the API from 5.17.0 all the way down to 3.1.0."]]],[]]