public sealed class BatchCreateSessionsResponse : IMessage<BatchCreateSessionsResponse>, IEquatable<BatchCreateSessionsResponse>, IDeepCloneable<BatchCreateSessionsResponse>, IBufferMessage, IMessage
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-04-17 UTC."],[[["The page details the `BatchCreateSessionsResponse` class within the `Google.Cloud.Spanner.V1` namespace, highlighting its role in handling responses for batch session creation."],["This class implements multiple interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing various functionalities."],["The `BatchCreateSessionsResponse` class features a `Session` property, which is a `RepeatedField` containing the newly created sessions."],["There are multiple versions of the documentation presented for the `BatchCreateSessionsResponse` class, with the latest being version `5.0.0-beta05`, and the page itself is dedicated to the documentation for version `3.15.1`."],["The `BatchCreateSessionsResponse` class has two constructors, one default constructor and one that takes another instance of `BatchCreateSessionsResponse` as a parameter."]]],[]]