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 webpage details the `GetSessionRequest` class, which is used to request a specific session from the `google.spanner.v1.Spanner.GetSession` service."],["The `GetSessionRequest` class is part of the `Google.Cloud.Spanner.V1` namespace within the `Google.Cloud.Spanner.V1.dll` assembly, and it has several previous versions also listed on this page."],["`GetSessionRequest` inherits from `Object` and implements multiple interfaces including `IMessage`, `IEquatable\u003cGetSessionRequest\u003e`, `IDeepCloneable\u003cGetSessionRequest\u003e`, and `IBufferMessage`."],["The class includes two constructors, `GetSessionRequest()` and `GetSessionRequest(GetSessionRequest other)`, and it contains the properties `Name` (a string) and `SessionName` (of type `SessionName`) for identifying the requested session."],["The latest version of this documentation is `5.0.0-beta05`, although version `3.10.0` is being viewed."]]],[]]