Class BatchCreateSessionsResponse (3.12.0)

public sealed class BatchCreateSessionsResponse : IMessage<BatchCreateSessionsResponse>, IEquatable<BatchCreateSessionsResponse>, IDeepCloneable<BatchCreateSessionsResponse>, IBufferMessage, IMessage

The response for [BatchCreateSessions][google.spanner.v1.Spanner.BatchCreateSessions].

Inheritance

Object > BatchCreateSessionsResponse

Namespace

Google.Cloud.Spanner.V1

Assembly

Google.Cloud.Spanner.V1.dll

Constructors

BatchCreateSessionsResponse()

public BatchCreateSessionsResponse()

BatchCreateSessionsResponse(BatchCreateSessionsResponse)

public BatchCreateSessionsResponse(BatchCreateSessionsResponse other)
Parameter
NameDescription
otherBatchCreateSessionsResponse

Properties

Session

public RepeatedField<Session> Session { get; }

The freshly created sessions.

Property Value
TypeDescription
RepeatedField<Session>