15 #ifndef GOOGLE_CLOUD_CPP_GOOGLE_CLOUD_SPANNER_COMMIT_OPTIONS_H
16 #define GOOGLE_CLOUD_CPP_GOOGLE_CLOUD_SPANNER_COMMIT_OPTIONS_H
18 #include "google/cloud/spanner/request_priority.h"
19 #include "google/cloud/spanner/version.h"
20 #include "google/cloud/options.h"
21 #include "absl/types/optional.h"
54 return_stats_ = return_stats;
64 request_priority_ = std::move(request_priority);
70 return request_priority_;
78 absl::optional<std::string> transaction_tag) {
79 transaction_tag_ = std::move(transaction_tag);
85 return transaction_tag_;
91 bool return_stats_ =
false;
93 absl::optional<std::string> transaction_tag_;