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 beta version available is 5.0.0-beta05 for the `GetSessionRequest` in the `Google.Cloud.Spanner.V1` namespace."],["The current stable version is 3.14.0, which has a full reference available for the `GetSessionRequest`."],["`GetSessionRequest` is a class that implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and it's used for retrieving a specific session from Spanner."],["The `GetSessionRequest` class includes properties like `Name` (a string representing the session name) and `SessionName` (a typed view of the session name), and it has two constructors: a parameterless one, and one that takes another `GetSessionRequest`."],["The webpage shows the available versions of the getSessionRequest class in `Google.Cloud.Spanner.V1`, along with their inheritance and implementation details."]]],[]]