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-03-21 UTC."],[[["This page details the `BatchCreateSessionsResponse` class within the `Google.Cloud.Spanner.V1` namespace, primarily used for handling responses to batch session creation requests."],["The latest available version documented is 5.0.0-beta05, but multiple older versions are also listed, ranging back to 3.5.0."],["The `BatchCreateSessionsResponse` class inherits from `Object` and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class contains a `Session` property, a `RepeatedField` of `Session` objects, representing the newly created sessions."],["The available documentation for this class includes methods, properties, implementations, as well as all the versions that are currently available."]]],[]]