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 webpage provides reference documentation for the `GetSessionRequest` class within the Google Cloud Dataproc v1 API, specifically for version 5.9.0."],["`GetSessionRequest` is a class used to request the resource representation of a session and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The page lists all available versions of the `GetSessionRequest`, from the latest 5.17.0 down to 3.1.0, linking to each version's documentation."],["The `GetSessionRequest` class has two constructors and two properties, `Name` (a string), which is a required name of the session to retrieve, and `SessionName`, a typed view of the `Name` property."]]],[]]