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 latest version available is 5.0.0-beta05, while the current page context is for version 3.9.0 of `Google.Cloud.Spanner.V1`."],["`GetSessionRequest` is a class used to request a session from `google.spanner.v1.Spanner.GetSession`."],["The `GetSessionRequest` class inherits from `Object` and implements `IMessage\u003cGetSessionRequest\u003e`, `IEquatable\u003cGetSessionRequest\u003e`, `IDeepCloneable\u003cGetSessionRequest\u003e`, `IBufferMessage`, and `IMessage`."],["It has two constructors: a default one `GetSessionRequest()`, and another which accepts a `GetSessionRequest` object parameter."],["The `GetSessionRequest` has two properties `Name` which is a string, and `SessionName`, a `SessionName` typed property that is a view over the `Name` resource property."]]],[]]