Class RollbackRequest (4.2.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

DatabaseId

public string DatabaseId { get; set; }

The ID of the database against which to make the request.

'(default)' is not allowed; please use empty string '' to refer the default database.

Property Value
TypeDescription
String

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