public sealed class BatchCreateSessionsResponse : IMessage<BatchCreateSessionsResponse>, IEquatable<BatchCreateSessionsResponse>, IDeepCloneable<BatchCreateSessionsResponse>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Spanner v1 API class BatchCreateSessionsResponse.
The response for [BatchCreateSessions][google.spanner.v1.Spanner.BatchCreateSessions].
Implements
IMessageBatchCreateSessionsResponse, IEquatableBatchCreateSessionsResponse, IDeepCloneableBatchCreateSessionsResponse, IBufferMessage, IMessageNamespace
GoogleGoogle.CloudGoogle.Cloud.SpannerV1Assembly
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 |
RepeatedFieldSession |