Skip to content

Commit 76a9098

Browse files
1 parent b10c3bb commit 76a9098

File tree

6 files changed

+36
-24
lines changed

6 files changed

+36
-24
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-rev20250201-2.0.0</version>
25+
<version>v1-rev20250218-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-rev20250201-2.0.0'
38+
implementation 'com.google.apis:google-api-services-spanner:v1-rev20250218-2.0.0'
3939
}
4040
```
4141

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ public final class AddSplitPointsRequest extends com.google.api.client.json.Gene
3131

3232
/**
3333
* Optional. A user-supplied tag associated with the split points. For example,
34-
* "intital_data_load", "special_event_1". Defaults to "CloudAddSplitPointsAPI" if not specified.
34+
* "initial_data_load", "special_event_1". Defaults to "CloudAddSplitPointsAPI" if not specified.
3535
* The length of the tag must not exceed 50 characters,else will be trimmed. Only valid UTF8
3636
* characters are allowed.
3737
* The value may be {@code null}.
@@ -48,7 +48,7 @@ public final class AddSplitPointsRequest extends com.google.api.client.json.Gene
4848

4949
/**
5050
* Optional. A user-supplied tag associated with the split points. For example,
51-
* "intital_data_load", "special_event_1". Defaults to "CloudAddSplitPointsAPI" if not specified.
51+
* "initial_data_load", "special_event_1". Defaults to "CloudAddSplitPointsAPI" if not specified.
5252
* The length of the tag must not exceed 50 characters,else will be trimmed. Only valid UTF8
5353
* characters are allowed.
5454
* @return value or {@code null} for none
@@ -59,7 +59,7 @@ public java.lang.String getInitiator() {
5959

6060
/**
6161
* Optional. A user-supplied tag associated with the split points. For example,
62-
* "intital_data_load", "special_event_1". Defaults to "CloudAddSplitPointsAPI" if not specified.
62+
* "initial_data_load", "special_event_1". Defaults to "CloudAddSplitPointsAPI" if not specified.
6363
* The length of the tag must not exceed 50 characters,else will be trimmed. Only valid UTF8
6464
* characters are allowed.
6565
* @param initiator initiator or {@code null} for none

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

Lines changed: 24 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -135,8 +135,10 @@ public final class Instance extends com.google.api.client.json.GenericJson {
135135
* specify the target number of nodes allocated to the instance. If autoscaling is enabled,
136136
* `node_count` is treated as an `OUTPUT_ONLY` field and reflects the current number of nodes
137137
* allocated to the instance. This might be zero in API responses for instances that are not yet
138-
* in the `READY` state. For more information, see [Compute capacity, nodes, and processing
139-
* units](https://cloud.google.com/spanner/docs/compute-capacity).
138+
* in the `READY` state. If the instance has varying node count across replicas (achieved by
139+
* setting `asymmetric_autoscaling_options` in the autoscaling configuration), the `node_count`
140+
* set here is the maximum node count across all replicas. For more information, see [Compute
141+
* capacity, nodes, and processing units](https://cloud.google.com/spanner/docs/compute-capacity).
140142
* The value may be {@code null}.
141143
*/
142144
@com.google.api.client.util.Key
@@ -148,8 +150,10 @@ public final class Instance extends com.google.api.client.json.GenericJson {
148150
* `processing_units` field to specify the target number of processing units allocated to the
149151
* instance. If autoscaling is enabled, `processing_units` is treated as an `OUTPUT_ONLY` field
150152
* and reflects the current number of processing units allocated to the instance. This might be
151-
* zero in API responses for instances that are not yet in the `READY` state. For more
152-
* information, see [Compute capacity, nodes and processing
153+
* zero in API responses for instances that are not yet in the `READY` state. If the instance has
154+
* varying processing units per replica (achieved by setting `asymmetric_autoscaling_options` in
155+
* the autoscaling configuration), the `processing_units` set here is the maximum processing units
156+
* across all replicas. For more information, see [Compute capacity, nodes and processing
153157
* units](https://cloud.google.com/spanner/docs/compute-capacity).
154158
* The value may be {@code null}.
155159
*/
@@ -419,8 +423,10 @@ public Instance setName(java.lang.String name) {
419423
* specify the target number of nodes allocated to the instance. If autoscaling is enabled,
420424
* `node_count` is treated as an `OUTPUT_ONLY` field and reflects the current number of nodes
421425
* allocated to the instance. This might be zero in API responses for instances that are not yet
422-
* in the `READY` state. For more information, see [Compute capacity, nodes, and processing
423-
* units](https://cloud.google.com/spanner/docs/compute-capacity).
426+
* in the `READY` state. If the instance has varying node count across replicas (achieved by
427+
* setting `asymmetric_autoscaling_options` in the autoscaling configuration), the `node_count`
428+
* set here is the maximum node count across all replicas. For more information, see [Compute
429+
* capacity, nodes, and processing units](https://cloud.google.com/spanner/docs/compute-capacity).
424430
* @return value or {@code null} for none
425431
*/
426432
public java.lang.Integer getNodeCount() {
@@ -433,8 +439,10 @@ public java.lang.Integer getNodeCount() {
433439
* specify the target number of nodes allocated to the instance. If autoscaling is enabled,
434440
* `node_count` is treated as an `OUTPUT_ONLY` field and reflects the current number of nodes
435441
* allocated to the instance. This might be zero in API responses for instances that are not yet
436-
* in the `READY` state. For more information, see [Compute capacity, nodes, and processing
437-
* units](https://cloud.google.com/spanner/docs/compute-capacity).
442+
* in the `READY` state. If the instance has varying node count across replicas (achieved by
443+
* setting `asymmetric_autoscaling_options` in the autoscaling configuration), the `node_count`
444+
* set here is the maximum node count across all replicas. For more information, see [Compute
445+
* capacity, nodes, and processing units](https://cloud.google.com/spanner/docs/compute-capacity).
438446
* @param nodeCount nodeCount or {@code null} for none
439447
*/
440448
public Instance setNodeCount(java.lang.Integer nodeCount) {
@@ -448,8 +456,10 @@ public Instance setNodeCount(java.lang.Integer nodeCount) {
448456
* `processing_units` field to specify the target number of processing units allocated to the
449457
* instance. If autoscaling is enabled, `processing_units` is treated as an `OUTPUT_ONLY` field
450458
* and reflects the current number of processing units allocated to the instance. This might be
451-
* zero in API responses for instances that are not yet in the `READY` state. For more
452-
* information, see [Compute capacity, nodes and processing
459+
* zero in API responses for instances that are not yet in the `READY` state. If the instance has
460+
* varying processing units per replica (achieved by setting `asymmetric_autoscaling_options` in
461+
* the autoscaling configuration), the `processing_units` set here is the maximum processing units
462+
* across all replicas. For more information, see [Compute capacity, nodes and processing
453463
* units](https://cloud.google.com/spanner/docs/compute-capacity).
454464
* @return value or {@code null} for none
455465
*/
@@ -463,8 +473,10 @@ public java.lang.Integer getProcessingUnits() {
463473
* `processing_units` field to specify the target number of processing units allocated to the
464474
* instance. If autoscaling is enabled, `processing_units` is treated as an `OUTPUT_ONLY` field
465475
* and reflects the current number of processing units allocated to the instance. This might be
466-
* zero in API responses for instances that are not yet in the `READY` state. For more
467-
* information, see [Compute capacity, nodes and processing
476+
* zero in API responses for instances that are not yet in the `READY` state. If the instance has
477+
* varying processing units per replica (achieved by setting `asymmetric_autoscaling_options` in
478+
* the autoscaling configuration), the `processing_units` set here is the maximum processing units
479+
* across all replicas. For more information, see [Compute capacity, nodes and processing
468480
* units](https://cloud.google.com/spanner/docs/compute-capacity).
469481
* @param processingUnits processingUnits or {@code null} for none
470482
*/

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ public final class Session extends com.google.api.client.json.GenericJson {
6565
/**
6666
* Optional. If true, specifies a multiplexed session. Use a multiplexed session for multiple,
6767
* concurrent read-only operations. Don't use them for read-write transactions, partitioned reads,
68-
* or partitioned queries. Use CreateSession to create multiplexed sessions. Don't use
68+
* or partitioned queries. Use `sessions.create` to create multiplexed sessions. Don't use
6969
* BatchCreateSessions to create a multiplexed session. You can't delete or list multiplexed
7070
* sessions.
7171
* The value may be {@code null}.
@@ -161,7 +161,7 @@ public Session setLabels(java.util.Map<String, java.lang.String> labels) {
161161
/**
162162
* Optional. If true, specifies a multiplexed session. Use a multiplexed session for multiple,
163163
* concurrent read-only operations. Don't use them for read-write transactions, partitioned reads,
164-
* or partitioned queries. Use CreateSession to create multiplexed sessions. Don't use
164+
* or partitioned queries. Use `sessions.create` to create multiplexed sessions. Don't use
165165
* BatchCreateSessions to create a multiplexed session. You can't delete or list multiplexed
166166
* sessions.
167167
* @return value or {@code null} for none
@@ -173,7 +173,7 @@ public java.lang.Boolean getMultiplexed() {
173173
/**
174174
* Optional. If true, specifies a multiplexed session. Use a multiplexed session for multiple,
175175
* concurrent read-only operations. Don't use them for read-write transactions, partitioned reads,
176-
* or partitioned queries. Use CreateSession to create multiplexed sessions. Don't use
176+
* or partitioned queries. Use `sessions.create` to create multiplexed sessions. Don't use
177177
* BatchCreateSessions to create a multiplexed session. You can't delete or list multiplexed
178178
* sessions.
179179
* @param multiplexed multiplexed or {@code null} for none

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-rev20250201-2.0.0</version>
12-
<name>Cloud Spanner API v1-rev20250201-2.0.0</name>
11+
<version>v1-rev20250218-2.0.0</version>
12+
<name>Cloud Spanner API v1-rev20250218-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-rev20250201-2.0.0</version>
25+
<version>v1-rev20250218-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-rev20250201-2.0.0'
38+
implementation 'com.google.apis:google-api-services-spanner:v1-rev20250218-2.0.0'
3939
}
4040
```
4141

0 commit comments

Comments
 (0)