You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: clients/google-api-services-spanner/v1/2.0.0/com/google/api/services/spanner/v1/model/BatchCreateSessionsRequest.java
Copy file name to clipboardExpand all lines: clients/google-api-services-spanner/v1/2.0.0/com/google/api/services/spanner/v1/model/BatchWriteRequest.java
+9-9Lines changed: 9 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -31,12 +31,12 @@ public final class BatchWriteRequest extends com.google.api.client.json.GenericJ
31
31
32
32
/**
33
33
* Optional. When `exclude_txn_from_change_streams` is set to `true`: * Modifications from all
34
-
* transactions in this batch write operation will not be recorded in change streams with DDL
34
+
* transactions in this batch write operation are not be recorded in change streams with DDL
35
35
* option `allow_txn_exclusion=true` that are tracking columns modified by these transactions. *
36
-
* Modifications from all transactions in this batch write operation will be recorded in change
36
+
* Modifications from all transactions in this batch write operation are recorded in change
37
37
* streams with DDL option `allow_txn_exclusion=false or not set` that are tracking columns
38
38
* modified by these transactions. When `exclude_txn_from_change_streams` is set to `false` or not
39
-
* set, Modifications from all transactions in this batch write operation will be recorded in all
39
+
* set, Modifications from all transactions in this batch write operation are recorded in all
40
40
* change streams that are tracking columns modified by these transactions.
41
41
* The value may be {@code null}.
42
42
*/
@@ -59,12 +59,12 @@ public final class BatchWriteRequest extends com.google.api.client.json.GenericJ
59
59
60
60
/**
61
61
* Optional. When `exclude_txn_from_change_streams` is set to `true`: * Modifications from all
62
-
* transactions in this batch write operation will not be recorded in change streams with DDL
62
+
* transactions in this batch write operation are not be recorded in change streams with DDL
63
63
* option `allow_txn_exclusion=true` that are tracking columns modified by these transactions. *
64
-
* Modifications from all transactions in this batch write operation will be recorded in change
64
+
* Modifications from all transactions in this batch write operation are recorded in change
65
65
* streams with DDL option `allow_txn_exclusion=false or not set` that are tracking columns
66
66
* modified by these transactions. When `exclude_txn_from_change_streams` is set to `false` or not
67
-
* set, Modifications from all transactions in this batch write operation will be recorded in all
67
+
* set, Modifications from all transactions in this batch write operation are recorded in all
68
68
* change streams that are tracking columns modified by these transactions.
69
69
* @return value or {@code null} for none
70
70
*/
@@ -74,12 +74,12 @@ public java.lang.Boolean getExcludeTxnFromChangeStreams() {
74
74
75
75
/**
76
76
* Optional. When `exclude_txn_from_change_streams` is set to `true`: * Modifications from all
77
-
* transactions in this batch write operation will not be recorded in change streams with DDL
77
+
* transactions in this batch write operation are not be recorded in change streams with DDL
78
78
* option `allow_txn_exclusion=true` that are tracking columns modified by these transactions. *
79
-
* Modifications from all transactions in this batch write operation will be recorded in change
79
+
* Modifications from all transactions in this batch write operation are recorded in change
80
80
* streams with DDL option `allow_txn_exclusion=false or not set` that are tracking columns
81
81
* modified by these transactions. When `exclude_txn_from_change_streams` is set to `false` or not
82
-
* set, Modifications from all transactions in this batch write operation will be recorded in all
82
+
* set, Modifications from all transactions in this batch write operation are recorded in all
83
83
* change streams that are tracking columns modified by these transactions.
84
84
* @param excludeTxnFromChangeStreams excludeTxnFromChangeStreams or {@code null} for none
Copy file name to clipboardExpand all lines: clients/google-api-services-spanner/v1/2.0.0/com/google/api/services/spanner/v1/model/BeginTransactionRequest.java
+12-12Lines changed: 12 additions & 12 deletions
Original file line number
Diff line number
Diff line change
@@ -31,8 +31,8 @@ public final class BeginTransactionRequest extends com.google.api.client.json.Ge
31
31
32
32
/**
33
33
* Optional. Required for read-write transactions on a multiplexed session that commit mutations
34
-
* but do not perform any reads or queries. Clients should randomly select one of the mutations
35
-
* from the mutation set and send it as a part of this request.
34
+
* but don't perform any reads or queries. You must randomly select one of the mutations from the
35
+
* mutation set and send it as a part of this request.
36
36
* The value may be {@code null}.
37
37
*/
38
38
@com.google.api.client.util.Key
@@ -47,17 +47,17 @@ public final class BeginTransactionRequest extends com.google.api.client.json.Ge
47
47
48
48
/**
49
49
* Common options for this request. Priority is ignored for this request. Setting the priority in
50
-
* this request_options struct will not do anything. To set the priority for a transaction, set it
51
-
* on the reads and writes that are part of this transaction instead.
50
+
* this `request_options` struct doesn't do anything. To set the priority for a transaction, set
51
+
* it on the reads and writes that are part of this transaction instead.
52
52
* The value may be {@code null}.
53
53
*/
54
54
@com.google.api.client.util.Key
55
55
privateRequestOptionsrequestOptions;
56
56
57
57
/**
58
58
* Optional. Required for read-write transactions on a multiplexed session that commit mutations
59
-
* but do not perform any reads or queries. Clients should randomly select one of the mutations
60
-
* from the mutation set and send it as a part of this request.
59
+
* but don't perform any reads or queries. You must randomly select one of the mutations from the
60
+
* mutation set and send it as a part of this request.
61
61
* @return value or {@code null} for none
62
62
*/
63
63
publicMutationgetMutationKey() {
@@ -66,8 +66,8 @@ public Mutation getMutationKey() {
66
66
67
67
/**
68
68
* Optional. Required for read-write transactions on a multiplexed session that commit mutations
69
-
* but do not perform any reads or queries. Clients should randomly select one of the mutations
70
-
* from the mutation set and send it as a part of this request.
69
+
* but don't perform any reads or queries. You must randomly select one of the mutations from the
70
+
* mutation set and send it as a part of this request.
71
71
* @param mutationKey mutationKey or {@code null} for none
0 commit comments