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 `GetSessionRequest` class is used to request a session from the `google.spanner.v1.Spanner.GetSession` service, and it's part of the `Google.Cloud.Spanner.V1` namespace."],["Version 5.0.0-beta05 is the latest version available in the list, while 3.6.0 is the current version displayed."],["The `GetSessionRequest` class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes properties like `Name` (a string) and `SessionName` (of type `SessionName`) for retrieving and managing session information."],["The given documentation includes versions ranging from `5.0.0-beta05` down to `3.5.0` for `Google.Cloud.Spanner.V1.GetSessionRequest` which are all available in the menu."]]],[]]