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-03-21 UTC."],[[["This webpage provides documentation for the `BatchCreateSessionsResponse` class within the Google Cloud Spanner V1 API for .NET."],["The `BatchCreateSessionsResponse` class is used as a response type for the `BatchCreateSessions` method in the Spanner API."],["The page lists various versions of the `BatchCreateSessionsResponse` class, ranging from version 3.5.0 to the latest beta version 5.0.0-beta05."],["The `BatchCreateSessionsResponse` class implements multiple interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `Session` property of the `BatchCreateSessionsResponse` class is a `RepeatedField` that stores the list of newly created sessions."]]],[]]