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."],[[["This webpage details the `BatchCreateSessionsResponse` class within the `Google.Cloud.Spanner.V1` namespace, specifically version 3.12.0, as part of the Google Cloud Spanner .NET library."],["The `BatchCreateSessionsResponse` class represents the response to a `BatchCreateSessions` request and includes a collection of newly created sessions."],["The class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionality for message handling, comparison, deep cloning, and buffer management."],["The webpage provides access to various versions of the `BatchCreateSessionsResponse` documentation, ranging from beta versions (5.0.0-beta05) to older versions (3.5.0), showcasing the evolution of the class."],["The `BatchCreateSessionsResponse` class contains one key property named `Session` which is a `RepeatedField` that holds the details of the newly created sessions."]]],[]]