@maxim_mazurok/gapi.client.batch-v1 0.2.20260611 → 0.3.20260619
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 +3 -8
- 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: 20260619
|
|
13
13
|
|
|
14
14
|
/// <reference types="gapi.client" />
|
|
15
15
|
|
|
@@ -113,10 +113,7 @@ declare namespace gapi.client {
|
|
|
113
113
|
agentTaskSpec?: AgentTaskSpec;
|
|
114
114
|
/** The intended state of the task. */
|
|
115
115
|
intendedState?:
|
|
116
|
-
| '
|
|
117
|
-
| 'ASSIGNED'
|
|
118
|
-
| 'CANCELLED'
|
|
119
|
-
| 'DELETED';
|
|
116
|
+
'INTENDED_STATE_UNSPECIFIED' | 'ASSIGNED' | 'CANCELLED' | 'DELETED';
|
|
120
117
|
/** The highest barrier reached by all tasks in the task's TaskGroup. */
|
|
121
118
|
reachedBarrier?: string;
|
|
122
119
|
/** Task Spec. This field will be replaced by agent_task_spec below in future. */
|
|
@@ -614,9 +611,7 @@ declare namespace gapi.client {
|
|
|
614
611
|
runAsNonRoot?: boolean;
|
|
615
612
|
/** Scheduling policy for Tasks in the TaskGroup. The default value is AS_SOON_AS_POSSIBLE. */
|
|
616
613
|
schedulingPolicy?:
|
|
617
|
-
| '
|
|
618
|
-
| 'AS_SOON_AS_POSSIBLE'
|
|
619
|
-
| 'IN_ORDER';
|
|
614
|
+
'SCHEDULING_POLICY_UNSPECIFIED' | 'AS_SOON_AS_POSSIBLE' | 'IN_ORDER';
|
|
620
615
|
/** Number of Tasks in the TaskGroup. Default is 1. */
|
|
621
616
|
taskCount?: string;
|
|
622
617
|
/** Max number of tasks that can be run on a VM at the same time. If not specified, the system will decide a value based on available compute resources on a VM and task requirements. */
|