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].
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-04 UTC."],[[["This document provides reference documentation for the `BatchCreateSessionsResponse` class within the Google Cloud Spanner v1 API for .NET."],["The latest version available is `5.0.0-beta05`, with version `4.6.0` detailed in the documentation as well as past versions down to version 3.5.0."],["The `BatchCreateSessionsResponse` class is the response type for the `BatchCreateSessions` operation, implementing multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes a `Session` property, which is a `RepeatedField` of `Session` objects representing the newly created sessions."],["There are two constructors for the BatchCreateSessionsResponse class: a default parameterless constructor and one that takes in another BatchCreateSessionsResponse as a parameter."]]],[]]