@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/CHANGELOG.md +174 -0
- package/build/index.js +2 -2
- package/build/index.js.map +1 -1
- package/build/tsconfig.tsbuildinfo +1 -0
- package/build/v1.d.ts +2 -3
- package/build/v1.js +14 -1
- package/build/v1.js.map +1 -1
- package/build/v1alpha1.d.ts +2 -3
- package/build/v1alpha1.js +14 -1
- package/build/v1alpha1.js.map +1 -1
- package/build/v2.d.ts +2 -3
- package/build/v2.js +16 -1
- package/build/v2.js.map +1 -1
- package/build/v2alpha1.d.ts +3 -4
- package/build/v2alpha1.js +18 -1
- package/build/v2alpha1.js.map +1 -1
- package/package.json +4 -4
- package/v1.ts +2 -2
- package/v1alpha1.ts +2 -2
- package/v2.ts +2 -2
- package/v2alpha1.ts +3 -3
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@googleapis/tpu",
|
|
3
|
-
"version": "
|
|
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.
|
|
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": "^
|
|
36
|
+
"gts": "^6.0.0",
|
|
37
37
|
"null-loader": "^4.0.0",
|
|
38
38
|
"ts-loader": "^9.0.0",
|
|
39
|
-
"typescript": "
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
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/
|
|
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.
|
|
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.
|
|
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
|
/**
|