Google Cloud Spanner C++ Client  1.32.0
A C++ Client Library for Google Cloud Spanner
Public Attributes | List of all members
google::cloud::spanner::v1::Connection::CommitParams Struct Reference

Wrap the arguments to Commit(). More...

#include <google/cloud/spanner/connection.h>

Public Attributes

Transaction transaction
 
Mutations mutations
 
CommitOptions options
 

Detailed Description

Wrap the arguments to Commit().

Definition at line 119 of file connection.h.

Member Data Documentation

◆ mutations

Mutations google::cloud::spanner::v1::Connection::CommitParams::mutations

Definition at line 121 of file connection.h.

◆ options

CommitOptions google::cloud::spanner::v1::Connection::CommitParams::options

Definition at line 122 of file connection.h.

◆ transaction

Transaction google::cloud::spanner::v1::Connection::CommitParams::transaction

Definition at line 120 of file connection.h.