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-04-17 UTC."],[[["This webpage provides reference documentation for the `GetSessionRequest` class within the Google Cloud Dataproc v1 API, specifically for version 5.14.0 of the .NET library."],["`GetSessionRequest` is a class used to request the retrieval of a session resource in Google Cloud Dataproc and implements multiple interfaces, including `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The page outlines the `GetSessionRequest` class's constructors, including a default constructor and a copy constructor that takes another `GetSessionRequest` object as a parameter."],["It details two properties of the `GetSessionRequest` class: `Name`, which is a required string representing the session's name, and `SessionName`, which provides a typed view over the `Name` property."],["This reference page contains links to previous versions of the documentation for this class ranging from 3.1.0 to 5.17.0(latest)."]]],[]]