@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/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
@@ -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
  /**