public sealed class BeginTransactionResponse : IMessage<BeginTransactionResponse>, IEquatable<BeginTransactionResponse>, IDeepCloneable<BeginTransactionResponse>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Datastore v1 API class BeginTransactionResponse.
The response for
[Datastore.BeginTransaction][google.datastore.v1.Datastore.BeginTransaction].
[[["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 `BeginTransactionResponse` class within the Google Cloud Datastore v1 API, specifically for .NET."],["The latest version of the API documented here is 4.15.0, with multiple previous versions available, down to version 3.2.0."],["The `BeginTransactionResponse` class is a response to the `Datastore.BeginTransaction` call and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["It includes a `Transaction` property of type `ByteString`, which is the identifier for the transaction."],["The class includes two constructors: a parameterless one, and one that takes another `BeginTransactionResponse` as a parameter for copying purposes."]]],[]]