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 webpage details the `BatchCreateSessionsResponse` class within the `Google.Cloud.Spanner.V1` namespace, primarily used for responses to `BatchCreateSessions` operations."],["This class is found across multiple versions of the `Google.Cloud.Spanner.V1` library, ranging from version 3.5.0 up to the latest beta release 5.0.0-beta05."],["`BatchCreateSessionsResponse` inherits from `Object` and implements several interfaces, including `IMessage`, `IEquatable`, and `IDeepCloneable`, facilitating its use within Google's protocol buffer system."],["The class includes a `Session` property, a `RepeatedField` that contains a collection of newly created sessions as part of the response, and two constructors."],["The page lists numerous versions of the library and the corresponding documentation for `BatchCreateSessionsResponse` for each specific version."]]],[]]