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."],[[["The latest version of the `CreateSessionTemplateRequest` API is 5.17.0, and the documentation provides access to various other versions, including 5.16.0, 5.15.0, all the way down to 3.1.0."],["`CreateSessionTemplateRequest` is a class within the Google Cloud Dataproc v1 API, specifically designed for creating session templates, as defined by its inherited members, constructors, and properties."],["The class `CreateSessionTemplateRequest` implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, signifying its role in Google Cloud's protocol buffer and data management systems."],["The `CreateSessionTemplateRequest` object requires two properties to create a session template: `Parent`, which specifies the location, and `SessionTemplate`, which defines the session's configurations."],["A `LocationName` type is available to provide a formatted view of the `Parent` property resource name."]]],[]]