@googleapis/tpu 8.0.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 +163 -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 +2 -3
- 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 +2 -2
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
|
@@ -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
|
/**
|