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."],[[["The page documents the `GetSessionRequest` class, which is used to request a session from Google Cloud Spanner."],["This class is part of the `Google.Cloud.Spanner.V1` namespace, found within the `Google.Cloud.Spanner.V1.dll` assembly."],["`GetSessionRequest` implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class offers two constructors: a default constructor and one that accepts another `GetSessionRequest` object for copying."],["The `GetSessionRequest` class has two properties, `Name` (a string) and `SessionName` (of type `SessionName`), both of which are used in identifying a specific session to retrieve."]]],[]]