@googleapis/tpu 7.1.0 → 9.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@googleapis/tpu",
3
- "version": "7.1.0",
3
+ "version": "9.0.0",
4
4
  "description": "tpu",
5
5
  "main": "build/index.js",
6
6
  "types": "build/index.d.ts",
@@ -28,15 +28,15 @@
28
28
  "webpack": "webpack"
29
29
  },
30
30
  "dependencies": {
31
- "googleapis-common": "^8.0.2-rc.0"
31
+ "googleapis-common": "^8.0.0"
32
32
  },
33
33
  "devDependencies": {
34
34
  "@microsoft/api-documenter": "^7.8.10",
35
35
  "@microsoft/api-extractor": "^7.8.10",
36
- "gts": "^5.0.0",
36
+ "gts": "^6.0.0",
37
37
  "null-loader": "^4.0.0",
38
38
  "ts-loader": "^9.0.0",
39
- "typescript": "~4.8.4",
39
+ "typescript": "5.7.3",
40
40
  "webpack": "^5.0.0",
41
41
  "webpack-cli": "^5.0.0"
42
42
  }
package/v1.ts CHANGED
@@ -674,7 +674,7 @@ export namespace tpu_v1 {
674
674
  *
675
675
  * // Do the magic
676
676
  * const res = await tpu.projects.locations.list({
677
- * // Optional. A list of extra location types that should be used as conditions for controlling the visibility of the locations.
677
+ * // Optional. Do not use this field. It is unsupported and is ignored unless explicitly documented otherwise. This is primarily for internal usage.
678
678
  * extraLocationTypes: 'placeholder-value',
679
679
  * // A filter to narrow down results to a preferred subset. The filtering language accepts strings like `"displayName=tokyo"`, and is documented in more detail in [AIP-160](https://google.aip.dev/160).
680
680
  * filter: 'placeholder-value',
@@ -802,7 +802,7 @@ export namespace tpu_v1 {
802
802
  export interface Params$Resource$Projects$Locations$List
803
803
  extends StandardParameters {
804
804
  /**
805
- * Optional. A list of extra location types that should be used as conditions for controlling the visibility of the locations.
805
+ * Optional. Do not use this field. It is unsupported and is ignored unless explicitly documented otherwise. This is primarily for internal usage.
806
806
  */
807
807
  extraLocationTypes?: string[];
808
808
  /**
package/v1alpha1.ts CHANGED
@@ -674,7 +674,7 @@ export namespace tpu_v1alpha1 {
674
674
  *
675
675
  * // Do the magic
676
676
  * const res = await tpu.projects.locations.list({
677
- * // Optional. A list of extra location types that should be used as conditions for controlling the visibility of the locations.
677
+ * // Optional. Do not use this field. It is unsupported and is ignored unless explicitly documented otherwise. This is primarily for internal usage.
678
678
  * extraLocationTypes: 'placeholder-value',
679
679
  * // A filter to narrow down results to a preferred subset. The filtering language accepts strings like `"displayName=tokyo"`, and is documented in more detail in [AIP-160](https://google.aip.dev/160).
680
680
  * filter: 'placeholder-value',
@@ -802,7 +802,7 @@ export namespace tpu_v1alpha1 {
802
802
  export interface Params$Resource$Projects$Locations$List
803
803
  extends StandardParameters {
804
804
  /**
805
- * Optional. A list of extra location types that should be used as conditions for controlling the visibility of the locations.
805
+ * Optional. Do not use this field. It is unsupported and is ignored unless explicitly documented otherwise. This is primarily for internal usage.
806
806
  */
807
807
  extraLocationTypes?: string[];
808
808
  /**
package/v2.ts CHANGED
@@ -1288,7 +1288,7 @@ export namespace tpu_v2 {
1288
1288
  *
1289
1289
  * // Do the magic
1290
1290
  * const res = await tpu.projects.locations.list({
1291
- * // Optional. A list of extra location types that should be used as conditions for controlling the visibility of the locations.
1291
+ * // Optional. Do not use this field. It is unsupported and is ignored unless explicitly documented otherwise. This is primarily for internal usage.
1292
1292
  * extraLocationTypes: 'placeholder-value',
1293
1293
  * // A filter to narrow down results to a preferred subset. The filtering language accepts strings like `"displayName=tokyo"`, and is documented in more detail in [AIP-160](https://google.aip.dev/160).
1294
1294
  * filter: 'placeholder-value',
@@ -1428,7 +1428,7 @@ export namespace tpu_v2 {
1428
1428
  export interface Params$Resource$Projects$Locations$List
1429
1429
  extends StandardParameters {
1430
1430
  /**
1431
- * Optional. A list of extra location types that should be used as conditions for controlling the visibility of the locations.
1431
+ * Optional. Do not use this field. It is unsupported and is ignored unless explicitly documented otherwise. This is primarily for internal usage.
1432
1432
  */
1433
1433
  extraLocationTypes?: string[];
1434
1434
  /**
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
  }
@@ -1476,7 +1476,7 @@ export namespace tpu_v2alpha1 {
1476
1476
  *
1477
1477
  * // Do the magic
1478
1478
  * const res = await tpu.projects.locations.list({
1479
- * // Optional. A list of extra location types that should be used as conditions for controlling the visibility of the locations.
1479
+ * // Optional. Do not use this field. It is unsupported and is ignored unless explicitly documented otherwise. This is primarily for internal usage.
1480
1480
  * extraLocationTypes: 'placeholder-value',
1481
1481
  * // A filter to narrow down results to a preferred subset. The filtering language accepts strings like `"displayName=tokyo"`, and is documented in more detail in [AIP-160](https://google.aip.dev/160).
1482
1482
  * filter: 'placeholder-value',
@@ -1616,7 +1616,7 @@ export namespace tpu_v2alpha1 {
1616
1616
  export interface Params$Resource$Projects$Locations$List
1617
1617
  extends StandardParameters {
1618
1618
  /**
1619
- * Optional. A list of extra location types that should be used as conditions for controlling the visibility of the locations.
1619
+ * Optional. Do not use this field. It is unsupported and is ignored unless explicitly documented otherwise. This is primarily for internal usage.
1620
1620
  */
1621
1621
  extraLocationTypes?: string[];
1622
1622
  /**