public sealed class BatchCreateSessionsResponse : IMessage<BatchCreateSessionsResponse>, IEquatable<BatchCreateSessionsResponse>, IDeepCloneable<BatchCreateSessionsResponse>, IBufferMessage, IMessage
The response for [BatchCreateSessions][google.spanner.v1.Spanner.BatchCreateSessions].
Implements
Google.Protobuf.IMessage<BatchCreateSessionsResponse>, IEquatable<BatchCreateSessionsResponse>, Google.Protobuf.IDeepCloneable<BatchCreateSessionsResponse>, Google.Protobuf.IBufferMessage, Google.Protobuf.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 |
Google.Protobuf.Collections.RepeatedField<Session> |