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 available for the `CreateSessionTemplateRequest` is 5.17.0, and there are multiple previous versions available, ranging from 5.16.0 down to 3.1.0."],["`CreateSessionTemplateRequest` is a class in the Google Cloud Dataproc v1 API, used to create a session template and implementing multiple interfaces like `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The class `CreateSessionTemplateRequest` has two constructors: a parameterless one, and another one that takes in another `CreateSessionTemplateRequest`."],["The `CreateSessionTemplateRequest` class includes properties like `Parent` (the location to create the template), `ParentAsLocationName` (the location in `LocationName` format), and `SessionTemplate` (the template to be created)."],["This class includes methods that it inherits from the object class, such as `GetHashCode()`, `GetType()`, and `ToString()`."]]],[]]