Skip to content

Commit a5eb626

Browse files
1 parent 8e7ee75 commit a5eb626

File tree

5 files changed

+45
-57
lines changed

5 files changed

+45
-57
lines changed

clients/google-api-services-spanner/v1/2.0.0/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
2222
<dependency>
2323
<groupId>com.google.apis</groupId>
2424
<artifactId>google-api-services-spanner</artifactId>
25-
<version>v1-rev20250625-2.0.0</version>
25+
<version>v1-rev20250708-2.0.0</version>
2626
</dependency>
2727
</dependencies>
2828
</project>
@@ -35,7 +35,7 @@ repositories {
3535
mavenCentral()
3636
}
3737
dependencies {
38-
implementation 'com.google.apis:google-api-services-spanner:v1-rev20250625-2.0.0'
38+
implementation 'com.google.apis:google-api-services-spanner:v1-rev20250708-2.0.0'
3939
}
4040
```
4141

clients/google-api-services-spanner/v1/2.0.0/com/google/api/services/spanner/v1/model/BatchWriteRequest.java

Lines changed: 9 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -30,14 +30,9 @@
3030
public final class BatchWriteRequest extends com.google.api.client.json.GenericJson {
3131

3232
/**
33-
* Optional. When `exclude_txn_from_change_streams` is set to `true`: * Modifications from all
34-
* transactions in this batch write operation are not be recorded in change streams with DDL
35-
* option `allow_txn_exclusion=true` that are tracking columns modified by these transactions. *
36-
* Modifications from all transactions in this batch write operation are recorded in change
37-
* streams with DDL option `allow_txn_exclusion=false or not set` that are tracking columns
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 are recorded in all
40-
* change streams that are tracking columns modified by these transactions.
33+
* Optional. If you don't set the `exclude_txn_from_change_streams` option or if it's set to
34+
* `false`, then any change streams monitoring columns modified by transactions will capture the
35+
* updates made within that transaction.
4136
* The value may be {@code null}.
4237
*/
4338
@com.google.api.client.util.Key
@@ -58,29 +53,19 @@ public final class BatchWriteRequest extends com.google.api.client.json.GenericJ
5853
private RequestOptions requestOptions;
5954

6055
/**
61-
* Optional. When `exclude_txn_from_change_streams` is set to `true`: * Modifications from all
62-
* transactions in this batch write operation are not be recorded in change streams with DDL
63-
* option `allow_txn_exclusion=true` that are tracking columns modified by these transactions. *
64-
* Modifications from all transactions in this batch write operation are recorded in change
65-
* streams with DDL option `allow_txn_exclusion=false or not set` that are tracking columns
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 are recorded in all
68-
* change streams that are tracking columns modified by these transactions.
56+
* Optional. If you don't set the `exclude_txn_from_change_streams` option or if it's set to
57+
* `false`, then any change streams monitoring columns modified by transactions will capture the
58+
* updates made within that transaction.
6959
* @return value or {@code null} for none
7060
*/
7161
public java.lang.Boolean getExcludeTxnFromChangeStreams() {
7262
return excludeTxnFromChangeStreams;
7363
}
7464

7565
/**
76-
* Optional. When `exclude_txn_from_change_streams` is set to `true`: * Modifications from all
77-
* transactions in this batch write operation are not be recorded in change streams with DDL
78-
* option `allow_txn_exclusion=true` that are tracking columns modified by these transactions. *
79-
* Modifications from all transactions in this batch write operation are recorded in change
80-
* streams with DDL option `allow_txn_exclusion=false or not set` that are tracking columns
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 are recorded in all
83-
* change streams that are tracking columns modified by these transactions.
66+
* Optional. If you don't set the `exclude_txn_from_change_streams` option or if it's set to
67+
* `false`, then any change streams monitoring columns modified by transactions will capture the
68+
* updates made within that transaction.
8469
* @param excludeTxnFromChangeStreams excludeTxnFromChangeStreams or {@code null} for none
8570
*/
8671
public BatchWriteRequest setExcludeTxnFromChangeStreams(java.lang.Boolean excludeTxnFromChangeStreams) {

clients/google-api-services-spanner/v1/2.0.0/com/google/api/services/spanner/v1/model/DatabaseMoveConfig.java

Lines changed: 30 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -30,38 +30,39 @@
3030
public final class DatabaseMoveConfig extends com.google.api.client.json.GenericJson {
3131

3232
/**
33-
* Required. The unique identifier of the database resource in the Instance. For example if the
34-
* database uri is projects/foo/instances/bar/databases/baz, the id to supply here is baz.
33+
* Required. The unique identifier of the database resource in the Instance. For example, if the
34+
* database uri is `projects/foo/instances/bar/databases/baz`, then the id to supply here is baz.
3535
* The value may be {@code null}.
3636
*/
3737
@com.google.api.client.util.Key
3838
private java.lang.String databaseId;
3939

4040
/**
41-
* Optional. Encryption configuration to be used for the database in target configuration. Should
42-
* be specified for every database which currently uses CMEK encryption. If a database currently
43-
* uses GOOGLE_MANAGED encryption and a target encryption config is not specified, it defaults to
44-
* GOOGLE_MANAGED. If a database currently uses Google-managed encryption and a target encryption
45-
* config is specified, the request is rejected. If a database currently uses CMEK encryption, a
46-
* target encryption config must be specified. You cannot move a CMEK database to a Google-managed
47-
* encryption database by MoveInstance.
41+
* Optional. Encryption configuration to be used for the database in the target configuration. The
42+
* encryption configuration must be specified for every database which currently uses CMEK
43+
* encryption. If a database currently uses Google-managed encryption and a target encryption
44+
* configuration is not specified, then the database defaults to Google-managed encryption. If a
45+
* database currently uses Google-managed encryption and a target CMEK encryption is specified,
46+
* the request is rejected. If a database currently uses CMEK encryption, then a target encryption
47+
* configuration must be specified. You can't move a CMEK database to a Google-managed encryption
48+
* database using the MoveInstance API.
4849
* The value may be {@code null}.
4950
*/
5051
@com.google.api.client.util.Key
5152
private InstanceEncryptionConfig encryptionConfig;
5253

5354
/**
54-
* Required. The unique identifier of the database resource in the Instance. For example if the
55-
* database uri is projects/foo/instances/bar/databases/baz, the id to supply here is baz.
55+
* Required. The unique identifier of the database resource in the Instance. For example, if the
56+
* database uri is `projects/foo/instances/bar/databases/baz`, then the id to supply here is baz.
5657
* @return value or {@code null} for none
5758
*/
5859
public java.lang.String getDatabaseId() {
5960
return databaseId;
6061
}
6162

6263
/**
63-
* Required. The unique identifier of the database resource in the Instance. For example if the
64-
* database uri is projects/foo/instances/bar/databases/baz, the id to supply here is baz.
64+
* Required. The unique identifier of the database resource in the Instance. For example, if the
65+
* database uri is `projects/foo/instances/bar/databases/baz`, then the id to supply here is baz.
6566
* @param databaseId databaseId or {@code null} for none
6667
*/
6768
public DatabaseMoveConfig setDatabaseId(java.lang.String databaseId) {
@@ -70,27 +71,29 @@ public DatabaseMoveConfig setDatabaseId(java.lang.String databaseId) {
7071
}
7172

7273
/**
73-
* Optional. Encryption configuration to be used for the database in target configuration. Should
74-
* be specified for every database which currently uses CMEK encryption. If a database currently
75-
* uses GOOGLE_MANAGED encryption and a target encryption config is not specified, it defaults to
76-
* GOOGLE_MANAGED. If a database currently uses Google-managed encryption and a target encryption
77-
* config is specified, the request is rejected. If a database currently uses CMEK encryption, a
78-
* target encryption config must be specified. You cannot move a CMEK database to a Google-managed
79-
* encryption database by MoveInstance.
74+
* Optional. Encryption configuration to be used for the database in the target configuration. The
75+
* encryption configuration must be specified for every database which currently uses CMEK
76+
* encryption. If a database currently uses Google-managed encryption and a target encryption
77+
* configuration is not specified, then the database defaults to Google-managed encryption. If a
78+
* database currently uses Google-managed encryption and a target CMEK encryption is specified,
79+
* the request is rejected. If a database currently uses CMEK encryption, then a target encryption
80+
* configuration must be specified. You can't move a CMEK database to a Google-managed encryption
81+
* database using the MoveInstance API.
8082
* @return value or {@code null} for none
8183
*/
8284
public InstanceEncryptionConfig getEncryptionConfig() {
8385
return encryptionConfig;
8486
}
8587

8688
/**
87-
* Optional. Encryption configuration to be used for the database in target configuration. Should
88-
* be specified for every database which currently uses CMEK encryption. If a database currently
89-
* uses GOOGLE_MANAGED encryption and a target encryption config is not specified, it defaults to
90-
* GOOGLE_MANAGED. If a database currently uses Google-managed encryption and a target encryption
91-
* config is specified, the request is rejected. If a database currently uses CMEK encryption, a
92-
* target encryption config must be specified. You cannot move a CMEK database to a Google-managed
93-
* encryption database by MoveInstance.
89+
* Optional. Encryption configuration to be used for the database in the target configuration. The
90+
* encryption configuration must be specified for every database which currently uses CMEK
91+
* encryption. If a database currently uses Google-managed encryption and a target encryption
92+
* configuration is not specified, then the database defaults to Google-managed encryption. If a
93+
* database currently uses Google-managed encryption and a target CMEK encryption is specified,
94+
* the request is rejected. If a database currently uses CMEK encryption, then a target encryption
95+
* configuration must be specified. You can't move a CMEK database to a Google-managed encryption
96+
* database using the MoveInstance API.
9497
* @param encryptionConfig encryptionConfig or {@code null} for none
9598
*/
9699
public DatabaseMoveConfig setEncryptionConfig(InstanceEncryptionConfig encryptionConfig) {

clients/google-api-services-spanner/v1/2.0.0/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88

99
<groupId>com.google.apis</groupId>
1010
<artifactId>google-api-services-spanner</artifactId>
11-
<version>v1-rev20250625-2.0.0</version>
12-
<name>Cloud Spanner API v1-rev20250625-2.0.0</name>
11+
<version>v1-rev20250708-2.0.0</version>
12+
<name>Cloud Spanner API v1-rev20250708-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

clients/google-api-services-spanner/v1/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
2222
<dependency>
2323
<groupId>com.google.apis</groupId>
2424
<artifactId>google-api-services-spanner</artifactId>
25-
<version>v1-rev20250625-2.0.0</version>
25+
<version>v1-rev20250708-2.0.0</version>
2626
</dependency>
2727
</dependencies>
2828
</project>
@@ -35,7 +35,7 @@ repositories {
3535
mavenCentral()
3636
}
3737
dependencies {
38-
implementation 'com.google.apis:google-api-services-spanner:v1-rev20250625-2.0.0'
38+
implementation 'com.google.apis:google-api-services-spanner:v1-rev20250708-2.0.0'
3939
}
4040
```
4141

0 commit comments

Comments
 (0)