Google Cloud Datastore v1 API - Class RollbackRequest (4.10.0)

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

Reference documentation and code samples for the Google Cloud Datastore v1 API class RollbackRequest.

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