public sealed class GetSessionRequest : IMessage<GetSessionRequest>, IEquatable<GetSessionRequest>, IDeepCloneable<GetSessionRequest>, IBufferMessage, IMessage
The request for [GetSession][google.spanner.v1.Spanner.GetSession].
[[["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 document outlines the `GetSessionRequest` class within the `Google.Cloud.Spanner.V1` namespace, which is a request type used for retrieving a Spanner session via `google.spanner.v1.Spanner.GetSession`."],["The `GetSessionRequest` class implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, making it versatile for various operations."],["The class offers two constructors: a default constructor, and one that takes another `GetSessionRequest` object for cloning."],["Key properties of the class include `Name`, a string representing the name of the session to be retrieved, and `SessionName`, which provides a typed view over the `Name` property, with the type `SessionName`."],["The document also lists the availability of previous versions, including the latest beta version `5.0.0-beta05`, and previous stable releases such as `4.6.0` down to `3.5.0`."]]],[]]