public sealed class GetSessionRequest : IMessage<GetSessionRequest>, IEquatable<GetSessionRequest>, IDeepCloneable<GetSessionRequest>, IBufferMessage, IMessageReference documentation and code samples for the Google Cloud Spanner v1 API class GetSessionRequest.
The request for [GetSession][google.spanner.v1.Spanner.GetSession].
Implements
IMessageGetSessionRequest, IEquatableGetSessionRequest, IDeepCloneableGetSessionRequest, IBufferMessage, IMessageNamespace
Google.Cloud.Spanner.V1Assembly
Google.Cloud.Spanner.V1.dll
Constructors
GetSessionRequest()
public GetSessionRequest()GetSessionRequest(GetSessionRequest)
public GetSessionRequest(GetSessionRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
GetSessionRequest |
Properties
Name
public string Name { get; set; }Required. The name of the session to retrieve.
| Property Value | |
|---|---|
| Type | Description |
string |
|
SessionName
public SessionName SessionName { get; set; }SessionName-typed view over the Name resource name property.
| Property Value | |
|---|---|
| Type | Description |
SessionName |
|