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."],[[["The latest version of the `BatchCreateSessionsResponse` class is `5.0.0-beta05`, as part of the Google Cloud Spanner v1 API."],["This class is part of the `Google.Cloud.Spanner.V1` namespace, which can be found in the `Google.Cloud.Spanner.V1.dll` assembly."],["The `BatchCreateSessionsResponse` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["This class, `BatchCreateSessionsResponse`, is used as a response for the `BatchCreateSessions` operation within the Spanner API."],["The class has a `Session` property, which is a `RepeatedField` of type `Session`, representing the newly created sessions."]]],[]]