RollbackRequest
class RollbackRequest extends Message
The request for [Rollback][google.spanner.v1.Spanner.Rollback].
Protobuf type Google\Spanner\V1\RollbackRequest
Methods
No description
Required. The session in which the transaction to roll back is running.
Required. The session in which the transaction to roll back is running.
Required. The transaction to roll back.
Required. The transaction to roll back.
Details
at line 31
__construct()
at line 42
string
getSession()
Required. The session in which the transaction to roll back is running.
Generated from protobuf field string session = 1;
at line 53
setSession(string $var)
Required. The session in which the transaction to roll back is running.
Generated from protobuf field string session = 1;
at line 65
string
getTransactionId()
Required. The transaction to roll back.
Generated from protobuf field bytes transaction_id = 2;
at line 76
setTransactionId(string $var)
Required. The transaction to roll back.
Generated from protobuf field bytes transaction_id = 2;