Skip to content

Commit 9cc3b69

Browse files
1 parent 9ca19f9 commit 9cc3b69

1 file changed

Lines changed: 6 additions & 4 deletions

File tree

src/Spanner/RequestOptions.php

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,9 @@ class RequestOptions extends \Google\Model
5757
/**
5858
* A tag used for statistics collection about this transaction. Both
5959
* `request_tag` and `transaction_tag` can be specified for a read or query
60-
* that belongs to a transaction. The value of transaction_tag should be the
61-
* same for all requests belonging to the same transaction. If this request
60+
* that belongs to a transaction. To enable tagging on a transaction,
61+
* `transaction_tag` must be set to the same value for all requests belonging
62+
* to the same transaction, including BeginTransaction. If this request
6263
* doesn't belong to any transaction, `transaction_tag` is ignored. Legal
6364
* characters for `transaction_tag` values are all printable characters (ASCII
6465
* 32 - 126) and the length of a `transaction_tag` is limited to 50
@@ -114,8 +115,9 @@ public function getRequestTag()
114115
/**
115116
* A tag used for statistics collection about this transaction. Both
116117
* `request_tag` and `transaction_tag` can be specified for a read or query
117-
* that belongs to a transaction. The value of transaction_tag should be the
118-
* same for all requests belonging to the same transaction. If this request
118+
* that belongs to a transaction. To enable tagging on a transaction,
119+
* `transaction_tag` must be set to the same value for all requests belonging
120+
* to the same transaction, including BeginTransaction. If this request
119121
* doesn't belong to any transaction, `transaction_tag` is ignored. Legal
120122
* characters for `transaction_tag` values are all printable characters (ASCII
121123
* 32 - 126) and the length of a `transaction_tag` is limited to 50

0 commit comments

Comments
 (0)