Cloud Firestore V1 Client - Class ReadWrite (1.27.3)

Reference documentation and code samples for the Cloud Firestore V1 Client class ReadWrite.

Options for a transaction that can be used to read and write documents.

Generated from protobuf message google.firestore.v1.TransactionOptions.ReadWrite

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ retry_transaction string

An optional transaction to retry.

getRetryTransaction

An optional transaction to retry.

Returns
TypeDescription
string

setRetryTransaction

An optional transaction to retry.

Parameter
NameDescription
var string
Returns
TypeDescription
$this