public sealed class GetSessionRequest : IMessage<GetSessionRequest>, IEquatable<GetSessionRequest>, IDeepCloneable<GetSessionRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Dataproc v1 API class GetSessionRequest.
A request to get the resource representation for a session.
[[["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 `GetSessionRequest` class within the Google Cloud Dataproc v1 API, which is used to retrieve a session's resource representation."],["The latest version of `GetSessionRequest` is 5.17.0, with historical versions available, ranging from 3.1.0 to 5.16.0, and can be selected for documentation and usage."],["The `GetSessionRequest` class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, enhancing its functionality and compatibility within the .NET ecosystem."],["Key properties of the `GetSessionRequest` class include `Name` (a string representing the session name) and `SessionName`, which provides a typed view of the session name."],["The available constructors to instantiate a new `GetSessionRequest` are `GetSessionRequest()` and `GetSessionRequest(GetSessionRequest other)`."]]],[]]