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 page provides reference documentation for the `GetSessionTemplateRequest` class within the Google Cloud Dataproc v1 API, specifically for the .NET environment, with version 5.17.0 being the most recent release."],["The `GetSessionTemplateRequest` class is used to request the resource representation of a session template, and it implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes properties such as `Name` (a string representing the session template name) and `SessionTemplateName` (a typed view over the `Name` property), which are essential for retrieving the appropriate session template."],["This documentation spans several versions of the API, beginning with version 3.1.0, and provides links to documentation for each version."],["There are two constructors available for creating `GetSessionTemplateRequest` objects: a default constructor and one that takes another `GetSessionTemplateRequest` instance as input."]]],[]]