public sealed class GetSessionTemplateRequest : IMessage<GetSessionTemplateRequest>, IEquatable<GetSessionTemplateRequest>, IDeepCloneable<GetSessionTemplateRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Dataproc v1 API class GetSessionTemplateRequest.
A request to get the resource representation for a session template.
[[["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 `GetSessionTemplateRequest` class within the Google Cloud Dataproc v1 API, specifically version 5.12.0."],["The `GetSessionTemplateRequest` class is used to retrieve the resource representation for a session template, with inheritance from the object class and implementation of several interfaces."],["The class includes a `Name` property (string) for specifying the session template's name and a `SessionTemplateName` property that provides a typed view of the resource name."],["The latest version of the documentation is 5.17.0, with versions available back to 3.1.0."],["The class can be initialized using the parameterless constructor `GetSessionTemplateRequest()` or using the `GetSessionTemplateRequest(GetSessionTemplateRequest other)` constructor."]]],[]]