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."],["This class inherits from `Object` and implements multiple interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `GetSessionRequest` class has two constructors: a default constructor and a copy constructor that takes another `GetSessionRequest` object."],["It includes properties such as `Name` which is a string representing the name of the session to retrieve and `SessionName`, a `SessionName`-typed view over the `Name` property."],["The documentation covers versions from 3.5.0 up to 5.0.0-beta05, highlighting version 5.0.0-beta05 as the most recent."]]],[]]