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-04-17 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 object when calling the `BatchCreateSessions` method in the Spanner API."],["The class implements multiple interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing various functionalities."],["The page lists multiple versions of the Google.Cloud.Spanner.V1 API, ranging from the latest beta (5.0.0-beta05) down to version 3.5.0, with a focus on version 4.1.0 in the main content."],["The class contains a single property called `Session`, which is a `RepeatedField` of type `Session`, representing the list of newly created sessions."]]],[]]