@googleapis/tpu 7.1.0 → 8.0.0
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 +11 -0
- package/build/v2alpha1.d.ts +1 -1
- package/package.json +1 -1
- package/v2alpha1.ts +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,16 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [8.0.0](https://github.com/googleapis/google-api-nodejs-client/compare/tpu-v7.1.0...tpu-v8.0.0) (2025-07-22)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### ⚠ BREAKING CHANGES
|
|
7
|
+
|
|
8
|
+
* This release has breaking changes.
|
|
9
|
+
|
|
10
|
+
### Features
|
|
11
|
+
|
|
12
|
+
* run the generator ([#3716](https://github.com/googleapis/google-api-nodejs-client/issues/3716)) ([cc510de](https://github.com/googleapis/google-api-nodejs-client/commit/cc510de95a4f5b76dd72cd01c496f5bca66dbebd))
|
|
13
|
+
|
|
3
14
|
## [7.1.0](https://github.com/googleapis/google-api-nodejs-client/compare/tpu-v7.0.0...tpu-v7.1.0) (2025-07-08)
|
|
4
15
|
|
|
5
16
|
|
package/build/v2alpha1.d.ts
CHANGED
|
@@ -181,7 +181,7 @@ export declare namespace tpu_v2alpha1 {
|
|
|
181
181
|
*/
|
|
182
182
|
export interface Schema$CustomerEncryptionKey {
|
|
183
183
|
/**
|
|
184
|
-
* The name of the encryption key that is stored in Google Cloud KMS. For example: "kmsKeyName": "projects/
|
|
184
|
+
* The name of the encryption key that is stored in Google Cloud KMS. For example: "kmsKeyName": "projects/KMS_PROJECT_ID/locations/REGION/keyRings/KEY_REGION/cryptoKeys/KEY The fully-qualifed key name may be returned for resource GET requests. For example: "kmsKeyName": "projects/KMS_PROJECT_ID/locations/REGION/keyRings/KEY_REGION/cryptoKeys/KEY/cryptoKeyVersions/1
|
|
185
185
|
*/
|
|
186
186
|
kmsKeyName?: string | null;
|
|
187
187
|
}
|
package/package.json
CHANGED
package/v2alpha1.ts
CHANGED
|
@@ -230,7 +230,7 @@ export namespace tpu_v2alpha1 {
|
|
|
230
230
|
*/
|
|
231
231
|
export interface Schema$CustomerEncryptionKey {
|
|
232
232
|
/**
|
|
233
|
-
* The name of the encryption key that is stored in Google Cloud KMS. For example: "kmsKeyName": "projects/
|
|
233
|
+
* The name of the encryption key that is stored in Google Cloud KMS. For example: "kmsKeyName": "projects/KMS_PROJECT_ID/locations/REGION/keyRings/KEY_REGION/cryptoKeys/KEY The fully-qualifed key name may be returned for resource GET requests. For example: "kmsKeyName": "projects/KMS_PROJECT_ID/locations/REGION/keyRings/KEY_REGION/cryptoKeys/KEY/cryptoKeyVersions/1
|
|
234
234
|
*/
|
|
235
235
|
kmsKeyName?: string | null;
|
|
236
236
|
}
|