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."],[[["This webpage details the `GetSessionRequest` class within the `Google.Cloud.Spanner.V1` namespace, used for retrieving session information in the Google Cloud Spanner service."],["The `GetSessionRequest` class, which inherits from `Object` and implements multiple interfaces like `IMessage` and `IEquatable`, is defined in the `Google.Cloud.Spanner.V1.dll` assembly."],["The page lists numerous previous versions of the service, ranging from the latest beta release `5.0.0-beta05` to version `3.5.0`, alongside their respective links."],["The `GetSessionRequest` class includes two constructors and two key properties: `Name` (a string representing the session name) and `SessionName` (a `SessionName`-typed view of the session name)."],["The page also provides information on inherited members such as `GetHashCode`, `GetType`, `MemberwiseClone`, and `ToString`, all inherited from the `Object` class."]]],[]]