Class RollbackRequest (2.3.0)

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

The request for [Firestore.Rollback][google.firestore.v1.Firestore.Rollback].

Inheritance

Object > RollbackRequest

Namespace

Google.Cloud.Firestore.V1

Assembly

Google.Cloud.Firestore.V1.dll

Constructors

RollbackRequest()

public RollbackRequest()

RollbackRequest(RollbackRequest)

public RollbackRequest(RollbackRequest other)
Parameter
NameDescription
otherRollbackRequest

Properties

Database

public string Database { get; set; }

Required. The database name. In the format: projects/{project_id}/databases/{database_id}.

Property Value
TypeDescription
String

Transaction

public ByteString Transaction { get; set; }

Required. The transaction to roll back.

Property Value
TypeDescription
ByteString