@maxim_mazurok/gapi.client.batch-v1 0.0.20240620 → 0.0.20240703
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/index.d.ts +4 -4
- package/package.json +1 -1
package/index.d.ts
CHANGED
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
// This file was generated by https://github.com/Maxim-Mazurok/google-api-typings-generator. Please do not edit it manually.
|
|
10
10
|
// In case of any problems please post issue to https://github.com/Maxim-Mazurok/google-api-typings-generator
|
|
11
11
|
// Generated from: https://batch.googleapis.com/$discovery/rest?version=v1
|
|
12
|
-
// Revision:
|
|
12
|
+
// Revision: 20240703
|
|
13
13
|
|
|
14
14
|
/// <reference types="gapi.client" />
|
|
15
15
|
|
|
@@ -518,9 +518,9 @@ declare namespace gapi.client {
|
|
|
518
518
|
description?: string;
|
|
519
519
|
/** The time this event occurred. */
|
|
520
520
|
eventTime?: string;
|
|
521
|
-
/** Task Execution */
|
|
521
|
+
/** Task Execution. This field is only defined for task-level status events where the task fails. */
|
|
522
522
|
taskExecution?: TaskExecution;
|
|
523
|
-
/** Task State */
|
|
523
|
+
/** Task State. This field is only defined for task-level status events. */
|
|
524
524
|
taskState?: string;
|
|
525
525
|
/** Type of the event. */
|
|
526
526
|
type?: string;
|
|
@@ -582,7 +582,7 @@ declare namespace gapi.client {
|
|
|
582
582
|
volumes?: Volume[];
|
|
583
583
|
}
|
|
584
584
|
interface TaskStatus {
|
|
585
|
-
/** Task state */
|
|
585
|
+
/** Task state. */
|
|
586
586
|
state?: string;
|
|
587
587
|
/** Detailed info about why the state is reached. */
|
|
588
588
|
statusEvents?: StatusEvent[];
|