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].
Implements
IMessageBeginTransactionResponse, IEquatableBeginTransactionResponse, IDeepCloneableBeginTransactionResponse, IBufferMessage, IMessageNamespace
Google.Cloud.Datastore.V1Assembly
Google.Cloud.Datastore.V1.dll
Constructors
BeginTransactionResponse()
public BeginTransactionResponse()
BeginTransactionResponse(BeginTransactionResponse)
public BeginTransactionResponse(BeginTransactionResponse other)
Parameter | |
---|---|
Name | Description |
other |
BeginTransactionResponse |
Properties
Transaction
public ByteString Transaction { get; set; }
The transaction identifier (always present).
Property Value | |
---|---|
Type | Description |
ByteString |