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 for .NET."],["The `BeginTransactionResponse` class is used as the response type for the `Datastore.BeginTransaction` method, and it represents a transaction response, including the transaction identifier."],["This page displays the `BeginTransactionResponse` reference documentation across multiple version, the latest being 4.15.0 and descending back to version 3.2.0, each with a link to their respective documentation page."],["The class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits members such as `GetHashCode`, `GetType`, and `ToString` from the base object class."],["Key properties of the `BeginTransactionResponse` class include `Transaction`, which is a `ByteString` that stores the transaction identifier, and there are two constructors available, a default and an overloaded one that accepts another `BeginTransactionResponse` object."]]],[]]