Class RollbackRequest (3.5.0)

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

The request for [Datastore.Rollback][google.datastore.v1.Datastore.Rollback].

Inheritance

Object > RollbackRequest

Namespace

Google.Cloud.Datastore.V1

Assembly

Google.Cloud.Datastore.V1.dll

Constructors

RollbackRequest()

public RollbackRequest()

RollbackRequest(RollbackRequest)

public RollbackRequest(RollbackRequest other)
Parameter
NameDescription
otherRollbackRequest

Properties

ProjectId

public string ProjectId { get; set; }

Required. The ID of the project against which to make the request.

Property Value
TypeDescription
String

Transaction

public ByteString Transaction { get; set; }

Required. The transaction identifier, returned by a call to [Datastore.BeginTransaction][google.datastore.v1.Datastore.BeginTransaction].

Property Value
TypeDescription
ByteString