@googleapis/tpu 2.7.0 → 3.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 +11 -0
- package/build/v2.d.ts +380 -0
- package/build/v2.js +164 -0
- package/build/v2.js.map +1 -1
- package/build/v2alpha1.d.ts +1 -1
- package/package.json +1 -1
- package/v2.ts +750 -0
- package/v2alpha1.ts +1 -1
package/v2alpha1.ts
CHANGED
|
@@ -784,7 +784,7 @@ export namespace tpu_v2alpha1 {
|
|
|
784
784
|
*/
|
|
785
785
|
state?: string | null;
|
|
786
786
|
/**
|
|
787
|
-
* Output only. The initiator of the QueuedResources's current state.
|
|
787
|
+
* Output only. The initiator of the QueuedResources's current state. Used to indicate whether the SUSPENDING/SUSPENDED state was initiated by the user or the service.
|
|
788
788
|
*/
|
|
789
789
|
stateInitiator?: string | null;
|
|
790
790
|
/**
|