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 page details the `GetSessionRequest` class, which is used to request a session in the Google Cloud Spanner V1 API, within the context of the .NET framework."],["The `GetSessionRequest` class implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the `Object` class, with specific methods available to this class."],["There are various versions of the Google Cloud Spanner V1 API documented, ranging from version 3.5.0 up to the latest beta version 5.0.0-beta05."],["The `GetSessionRequest` class has properties such as `Name`, a string that specifies the name of the session to retrieve, and `SessionName`, which is a typed view over the `Name` property, using the `SessionName` type."],["The `GetSessionRequest` class also have two constructors, one that takes no arguments, and the second that takes an existing `GetSessionRequest` object."]]],[]]