@googleapis/spanner 4.0.0 → 4.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,12 @@
1
1
  # Changelog
2
2
 
3
+ ## [4.0.1](https://github.com/googleapis/google-api-nodejs-client/compare/spanner-v4.0.0...spanner-v4.0.1) (2024-01-03)
4
+
5
+
6
+ ### Bug Fixes
7
+
8
+ * **spanner:** update the API ([ce99980](https://github.com/googleapis/google-api-nodejs-client/commit/ce99980e717cffd3c2cb50d3fd969c55f20b16b2))
9
+
3
10
  ## [4.0.0](https://github.com/googleapis/google-api-nodejs-client/compare/spanner-v3.0.0...spanner-v4.0.0) (2023-11-30)
4
11
 
5
12
 
package/build/v1.d.ts CHANGED
@@ -115,7 +115,7 @@ export declare namespace spanner_v1 {
115
115
  */
116
116
  highPriorityCpuUtilizationPercent?: number | null;
117
117
  /**
118
- * Required. The target storage utilization percentage that the autoscaler should be trying to achieve for the instance. This number is on a scale from 0 (no utilization) to 100 (full utilization). The valid range is [10, 100] inclusive.
118
+ * Required. The target storage utilization percentage that the autoscaler should be trying to achieve for the instance. This number is on a scale from 0 (no utilization) to 100 (full utilization). The valid range is [10, 99] inclusive.
119
119
  */
120
120
  storageUtilizationPercent?: number | null;
121
121
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@googleapis/spanner",
3
- "version": "4.0.0",
3
+ "version": "4.0.1",
4
4
  "description": "spanner",
5
5
  "main": "build/index.js",
6
6
  "types": "build/index.d.ts",
package/v1.ts CHANGED
@@ -169,7 +169,7 @@ export namespace spanner_v1 {
169
169
  */
170
170
  highPriorityCpuUtilizationPercent?: number | null;
171
171
  /**
172
- * Required. The target storage utilization percentage that the autoscaler should be trying to achieve for the instance. This number is on a scale from 0 (no utilization) to 100 (full utilization). The valid range is [10, 100] inclusive.
172
+ * Required. The target storage utilization percentage that the autoscaler should be trying to achieve for the instance. This number is on a scale from 0 (no utilization) to 100 (full utilization). The valid range is [10, 99] inclusive.
173
173
  */
174
174
  storageUtilizationPercent?: number | null;
175
175
  }