@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 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
 
@@ -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/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
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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@googleapis/tpu",
3
- "version": "7.1.0",
3
+ "version": "8.0.0",
4
4
  "description": "tpu",
5
5
  "main": "build/index.js",
6
6
  "types": "build/index.d.ts",
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/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
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
  }