public sealed class BatchCreateSessionsResponse : IMessage<BatchCreateSessionsResponse>, IEquatable<BatchCreateSessionsResponse>, IDeepCloneable<BatchCreateSessionsResponse>, IBufferMessage, IMessage
The response for [BatchCreateSessions][google.spanner.v1.Spanner.BatchCreateSessions].
Implements
IMessage<BatchCreateSessionsResponse>, IEquatable<BatchCreateSessionsResponse>, IDeepCloneable<BatchCreateSessionsResponse>, IBufferMessage, IMessageNamespace
Google.Cloud.Spanner.V1Assembly
Google.Cloud.Spanner.V1.dll
Constructors
BatchCreateSessionsResponse()
public BatchCreateSessionsResponse()
BatchCreateSessionsResponse(BatchCreateSessionsResponse)
public BatchCreateSessionsResponse(BatchCreateSessionsResponse other)
Parameter | |
---|---|
Name | Description |
other | BatchCreateSessionsResponse |
Properties
Session
public RepeatedField<Session> Session { get; }
The freshly created sessions.
Property Value | |
---|---|
Type | Description |
RepeatedField<Session> |