Class BeginTransactionResponse (3.2.0)

public sealed class BeginTransactionResponse : IMessage<BeginTransactionResponse>, IEquatable<BeginTransactionResponse>, IDeepCloneable<BeginTransactionResponse>, IBufferMessage, IMessage

The response for [Datastore.BeginTransaction][google.datastore.v1.Datastore.BeginTransaction].

Inheritance

Object > BeginTransactionResponse

Namespace

Google.Cloud.Datastore.V1

Assembly

Google.Cloud.Datastore.V1.dll

Constructors

BeginTransactionResponse()

public BeginTransactionResponse()

BeginTransactionResponse(BeginTransactionResponse)

public BeginTransactionResponse(BeginTransactionResponse other)
Parameter
NameDescription
otherBeginTransactionResponse

Properties

Transaction

public ByteString Transaction { get; set; }

The transaction identifier (always present).

Property Value
TypeDescription
ByteString