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 document provides reference documentation for the `BatchCreateSessionsResponse` class within the Google Cloud Spanner v1 API, specifically for version 4.2.0."],["The `BatchCreateSessionsResponse` class is used as the response type for the `BatchCreateSessions` operation in the Google Spanner v1 API, as noted in the description."],["The `BatchCreateSessionsResponse` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The document details the constructors for `BatchCreateSessionsResponse`, including a default constructor and one that takes another `BatchCreateSessionsResponse` object as a parameter."],["The document shows that this class has a property called `Session`, which returns a list of the created sessions, as a `RepeatedField` type."]]],[]]