public sealed class GetSessionRequest : IMessage<GetSessionRequest>, IEquatable<GetSessionRequest>, IDeepCloneable<GetSessionRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Spanner v1 API class GetSessionRequest.
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 documentation covers the `GetSessionRequest` class, which is part of the Google Cloud Spanner v1 API and is used to retrieve a session."],["`GetSessionRequest` implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the `object` class."],["The `GetSessionRequest` class has two constructors: a default constructor and one that accepts another `GetSessionRequest` object as a parameter."],["The `GetSessionRequest` class has two properties, `Name` (a string) and `SessionName`, which is a typed view over the `Name` property, and the `Name` property is a required field for retrieving the session."],["Multiple versions of the documentation for `GetSessionRequest` are available, ranging from version 3.5.0 to the latest version, 5.0.0-beta05."]]],[]]