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."],[[["This page provides reference documentation for the `GetSessionRequest` class within the Google Cloud Spanner v1 API, specifically for .NET developers."],["The `GetSessionRequest` class is used to request the retrieval of a session, as indicated by its role in the `GetSession` method of the Spanner API."],["The latest version available is `5.0.0-beta05`, with versions ranging from this one, all the way back to version `3.5.0`, with all versions listed being linkable."],["The class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its integration within the Google Protobuf framework."],["Key properties of the `GetSessionRequest` include `Name`, which is a required string representing the session's name, and `SessionName`, a `SessionName`-typed view of the `Name` property."]]],[]]