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-03-21 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 latest version documented is 5.0.0-beta05, with a variety of previous versions dating back to 3.5.0 also having entries."],["The `GetSessionRequest` class has two constructors, a default one, and another that accepts a `GetSessionRequest` object as a parameter, allowing for object duplication."],["The `GetSessionRequest` class has two properties, `Name` which is a required string, and `SessionName` which provides a typed view of the `Name` property as a `SessionName` object."]]],[]]