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."],[[["The page provides reference documentation for the `GetSessionTemplateRequest` class within the Google Cloud Dataproc v1 API, specifically for .NET development."],["The `GetSessionTemplateRequest` class is used to get the resource representation for a session template and implements multiple interfaces like `IMessage`, `IEquatable`, and `IDeepCloneable`."],["It outlines the class's inheritance structure, being derived from `object` and details its properties, `Name` and `SessionTemplateName`, which are used to identify the session template to retrieve."],["The page displays a list of multiple versions of the API, from 3.1.0 up to 5.17.0 which is the latest version, allowing users to choose the documentation relevant to their version."],["The documentation provides details of the constructors available for the `GetSessionTemplateRequest` class."]]],[]]