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 information about a specific session from the Spanner API, and it implements multiple interfaces for message handling and cloning."],["The latest version is `5.0.0-beta05`, but it contains a large list of past versions as far back as version `3.5.0`, including the `4.2.0` release."],["`GetSessionRequest` has a constructor and two main properties, `Name` (a string representing the session name) and `SessionName` (a typed view of the session name)."],["The class inherits several members from the base Object class, and it is part of the `Google.Cloud.Spanner.V1` namespace, within the Google.Cloud.Spanner.V1.dll assembly."]]],[]]