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-04-17 UTC."],[[["The `GetSessionRequest` class is part of the Google Cloud Spanner v1 API and is used to request a specific session."],["This documentation covers version 4.4.0 of the `GetSessionRequest` class, but also lists other versions ranging from 3.5.0 to the latest beta 5.0.0-beta05."],["`GetSessionRequest` implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, demonstrating its functionality within the .NET ecosystem."],["The class includes properties such as `Name`, which is a required string, and `SessionName`, a typed view of the `Name` resource name."],["The `GetSessionRequest` class contains two constructors: a parameterless constructor and one that takes another instance of `GetSessionRequest`."]]],[]]